summaryrefslogtreecommitdiff
path: root/romstr.py
AgeCommit message (Collapse)Author
2013-08-03make a basic python moduleBryan Bishop
2013-08-03remove dangling whitespace in source code filesBryan Bishop
2013-06-23Edit some docstrings in /extras.Kat Harrison
original-commit-id: 1120eaaaf54afe16600c7b5f665edcbc621fde0f
2013-03-21fix docstring formatting everywhereBryan Bishop
original-commit-id: 4332a25bd5f6f80975f762d126e92064c756f7d4
2013-02-03simplify load_rom in gbz80disasmBryan Bishop
original-commit-id: 57200b6cf75040b9696ae54bdac69d5e452a2c48
2013-01-27py26 fix for RomStr.load_labels (json)Bryan Bishop
original-commit-id: 9e9c37f5771c989630fa670aaafdc2ab1fdf1edf
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. original-commit-id: 00f1b71cd48f7992d70309a82ccd0a2d0f5ac8db
2013-01-27allow unicode addresses in RomStr.to_asmBryan Bishop
original-commit-id: a1579ab5193d4f0bf0d751b335a06dddf9ba3dfa
2013-01-27include character encoding header in romstr.pyBryan Bishop
original-commit-id: 4e1e9ed229554e9c27c4a2fa6dfaa42b4eb518c0
2013-01-27better formatting for romstr importsBryan Bishop
original-commit-id: 8f4b5dae2a36bfb98f04e941252462b69b8cf953
2013-01-27RomStr doesn't need deepcopyBryan Bishop
original-commit-id: 5eb81b07f32fe00ad8be23f80a32eb44db42831e
2012-10-11get an address given a labelBryan Bishop
original-commit-id: 82f7e983068e723f99a1da85c5c36a560599abc3
2012-07-01use os.path.join instead of cowboying itBryan Bishop
original-commit-id: b85d9b86add29a64eec6a48f4a69054641213853
2012-07-01make pokecrystal compatible with python2.6 by defaultBryan Bishop
original-commit-id: 86cb61dbe8691bb04da02007996b008bd1fa3091
2012-07-01use extras/labels.json and not ./labels.json in romstr.pyBryan Bishop
original-commit-id: 58c696cfd3a024751d133ed9a9b6809b3a0ff36c
2012-07-01fix romstr for compiling (thanks pasky)Bryan Bishop
original-commit-id: fcf43b13dabed748eba1737770eeb9f5d55820c5
2012-06-21graph.py - parse pokecrystal into a function graph for d3.jsBryan Bishop
original-commit-id: 3359121ba732f702fa3dbbc06357e3b5085a9067
2012-06-20continue at relative jumps and fix formattingBryan Bishop
original-commit-id: e471fbeb3217107e94acca38213f8f9ffed98665
2012-06-20use labels in the disassembler outputBryan Bishop
original-commit-id: 36eb6c726a73e5106dd2c2904f50a3ce134f1f32
2012-06-20load labels into the new disassemblerBryan Bishop
original-commit-id: 099295bb3d9edd7c3f9e3d4ed688c97098df7c7c
2012-06-19use romstr.py as the new disassemblerBryan Bishop
original-commit-id: e2babd69fb94781df54f2e4ded5efcc2aa7d0f8d
2012-06-19asm output for the new disassemblerBryan Bishop
original-commit-id: 96596c6944562360c7cd16a2c4a9ea1948cb9870
2012-06-19implement a formatted-with-labels version of the opcode lineBryan Bishop
original-commit-id: 96ca472fc922ef0d235a0c2e7104265de42893af
2012-06-19remove debug linesBryan Bishop
original-commit-id: 9a4158462b45197631cc30b30bbbe31d900a38ec
2012-06-19super duper disassembler fixesBryan Bishop
original-commit-id: 132182e263f85e66c7cffebd0c8dc8d7e5b94e34
2012-06-14advance forward when disassembling the romBryan Bishop
original-commit-id: 4b7ca6934420fcac3c493cc82eddfe1b29b67a38
2012-06-10broken disassemblerBryan Bishop
original-commit-id: b19db1e6041d593f88a9fb935ca4cf152b39e34c
2012-06-10backtracking and labeling for the disassemblerBryan Bishop
original-commit-id: cd60a1f0e42773d82f8c2533b104e8dcc2f76d41
2012-06-10somewhat improved disassemblerBryan Bishop
original-commit-id: 10a5a6518d709c92df04ce5938d5fedf2c6df685
2012-06-07sleepy disassemblingBryan Bishop
original-commit-id: 3233cead330abefa6d9d266f5dd5de5b58622901
2012-06-07more awful code for the new disassemblerBryan Bishop
original-commit-id: 4ccfe27e4ad9d31ebe67e219f3cdd48f6ae6f699
2012-06-07almost complete new disassembler versionBryan Bishop
original-commit-id: 7dd0c86a6b6ebe03ed00dc7bd75d54d7b33db374
2012-05-29move AsmList into romstr.py tooBryan Bishop
original-commit-id: 0edf9eb8b8d5bdf74b8af18401a92c2ce7a2c2a3
2012-05-29move RomStr into a shared fileBryan Bishop
original-commit-id: ee7d39bf046ca4b8c40eb293d50657cda151dc58