Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-06-02 | tools/dump_text: fix labeling bug | Tauwasser | |
Labely would be relative to start of bank, not absolute wrt memory location (0x4000 for RB > 0) Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu> | |||
2018-06-02 | tools: rework dump_text and read_charmap to dump control codes | Tauwasser | |
read_charmap was redone using a regular expression as comments and computations would lead to unexpected results. dump_names used read_charmap.get_project_dir, so copy it over to not break stuff. dump_text now uses a different but similar syntax and has its old dumb mode as well as control code mode and will by default now respect text end condes unless --endless option is specified Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu> | |||
2018-06-01 | Parse charmap.asm for dump_text.py and dump_names.py | Rangi | |
2018-06-01 | Use fullwidth digits | Rangi | |
2018-05-29 | Put back JP chars deleted along with English ones | Rangi | |
2018-05-29 | Add text extractor | ISSOtm | |