Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-12-06 | labels: grab labels from a mapfile instead of an old json dump | yenatch | |
labels.json had to be deleted manually to be updated, and rgbasm is better at scanning labels anyway | |||
2013-09-12 | move find_labels_without_addresses into labels.py | Bryan Bishop | |
2013-09-12 | move "import crystal" in labels.py until needed | Bryan Bishop | |
Otherwise there's a circular import. This circular import is going away once crystal.py is fixed up. | |||
2013-09-07 | fix logging import in labels.py | Bryan Bishop | |
2013-09-02 | make gbz80disasm use configuration | Bryan Bishop | |
gbz80disasm now uses configuration to determine which files to load before disassembling a chunk of bytes. | |||
2013-09-01 | use an explicit import in labels.py | Bryan Bishop | |
2013-08-03 | make a basic python module | Bryan Bishop | |