summaryrefslogtreecommitdiff
path: root/extras/romstr.py
AgeCommit message (Collapse)Author
2013-03-21fix docstring formatting everywhereBryan Bishop
2013-02-03simplify load_rom in gbz80disasmBryan Bishop
2013-01-27py26 fix for RomStr.load_labels (json)Bryan Bishop
2013-01-27remove a broken, unfinished disassembler (DisAsm)Bryan Bishop
This removes DisAsm from romstr.py, which was the only reason that gbz80disasm wasn't able to import RomStr from romstr.py. DisAsm was an experimental gbz80 disassembler that was meant to replace gbz80disasm eventually. The goals were to write cleaner code and write more unit tests. But it never worked and the code quality looks close to being the same as gbz80disasm anyway.
2013-01-27allow unicode addresses in RomStr.to_asmBryan Bishop
2013-01-27include character encoding header in romstr.pyBryan Bishop
2013-01-27better formatting for romstr importsBryan Bishop
2013-01-27RomStr doesn't need deepcopyBryan Bishop
2012-10-11get an address given a labelBryan Bishop
2012-07-01use os.path.join instead of cowboying itBryan Bishop
2012-07-01make pokecrystal compatible with python2.6 by defaultBryan Bishop
2012-07-01use extras/labels.json and not ./labels.json in romstr.pyBryan Bishop
2012-07-01fix romstr for compiling (thanks pasky)Bryan Bishop
2012-06-21graph.py - parse pokecrystal into a function graph for d3.jsBryan Bishop
2012-06-20continue at relative jumps and fix formattingBryan Bishop
2012-06-20use labels in the disassembler outputBryan Bishop
2012-06-20load labels into the new disassemblerBryan Bishop
2012-06-19use romstr.py as the new disassemblerBryan Bishop
2012-06-19asm output for the new disassemblerBryan Bishop
2012-06-19implement a formatted-with-labels version of the opcode lineBryan Bishop
2012-06-19remove debug linesBryan Bishop
2012-06-19super duper disassembler fixesBryan Bishop
2012-06-14advance forward when disassembling the romBryan Bishop
2012-06-10broken disassemblerBryan Bishop
2012-06-10backtracking and labeling for the disassemblerBryan Bishop
2012-06-10somewhat improved disassemblerBryan Bishop
2012-06-07sleepy disassemblingBryan Bishop
2012-06-07more awful code for the new disassemblerBryan Bishop
2012-06-07almost complete new disassembler versionBryan Bishop
2012-05-29move AsmList into romstr.py tooBryan Bishop
2012-05-29move RomStr into a shared fileBryan Bishop