Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-07-26 | Optimize table lookup. | Alexis Roda | |
Instead of a flat table of regexes this implementation groups regexes by mnemonic, making lookup faster. The implementation is encaptulated in its own class "Parser". | |||
2019-07-26 | Simplify regexes. | Alexis Roda | |
Regexes hare a common prefix and suffix. Remove them from the json file in order to make it more readable and add them in python code when parsing the file. | |||
2019-07-26 | Make code more pythonic. | Alexis Roda | |
2019-07-26 | Added tests. | Alexis Roda | |
Minor refactor in order to improve testability. Note: tests have been automatically generated from data found in an spreadsheet and probably need some cleanup. | |||
2019-03-31 | More testing preparation | Juan J. Martinez | |
2019-03-31 | Make it testeable | Juan J. Martinez | |
2019-03-30 | Release 0.4.20.4.2 | Juan J. Martinez | |
2019-03-30 | Missing sub a, * (ix) case | Juan J. Martinez | |
2019-03-30 | Missing sub a,* (iy) case | Juan J. Martinez | |
2019-03-30 | Match ignoring case | Juan J. Martinez | |
2019-03-30 | Missing sub a,(hl) case | Juan J. Martinez | |
2019-03-21 | Sort the table once | Juan J. Martinez | |
2019-03-20 | Fix the explanation | Juan J. MartÃnez | |
2019-03-19 | Release0.4.1 | Juan J. Martinez | |
2019-03-19 | Support symlinks | Juan J. Martinez | |
2019-03-19 | Release0.4 | Juan J. Martinez | |
2019-03-19 | Find the table file on the script directory | Juan J. Martinez | |
2019-03-19 | Gif demo | Juan J. Martinez | |
2019-03-19 | demo with vim | Juan J. Martinez | |
2019-03-19 | typo | Juan J. Martinez | |
2019-03-19 | typo | Juan J. Martinez | |
2019-03-19 | Release0.3 | Juan J. Martinez | |
2019-03-19 | Added support for ix/iy instructions using sdasz80 | Juan J. Martinez | |
It is used by SDCC and for example (ix+0) is 0(ix), which is uncommon. | |||
2019-03-19 | Is the other way around | Juan J. Martinez | |
2019-03-19 | Release0.2 | Juan J. Martinez | |
2019-03-19 | Make more sense of the subtotals | Juan J. Martinez | |
2019-03-19 | typo | Juan J. Martinez | |
2019-03-19 | Updated | Juan J. Martinez | |
2019-03-19 | Initial import0.1 | Juan J. Martinez | |