aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-07-26Optimize 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-26Simplify 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-26Make code more pythonic.Alexis Roda
2019-07-26Added 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-31More testing preparationJuan J. Martinez
2019-03-31Make it testeableJuan J. Martinez
2019-03-30Release 0.4.20.4.2Juan J. Martinez
2019-03-30Missing sub a, * (ix) caseJuan J. Martinez
2019-03-30Missing sub a,* (iy) caseJuan J. Martinez
2019-03-30Match ignoring caseJuan J. Martinez
2019-03-30Missing sub a,(hl) caseJuan J. Martinez
2019-03-21Sort the table onceJuan J. Martinez
2019-03-20Fix the explanationJuan J. Martínez
2019-03-19Release0.4.1Juan J. Martinez
2019-03-19Support symlinksJuan J. Martinez
2019-03-19Release0.4Juan J. Martinez
2019-03-19Find the table file on the script directoryJuan J. Martinez
2019-03-19Gif demoJuan J. Martinez
2019-03-19demo with vimJuan J. Martinez
2019-03-19typoJuan J. Martinez
2019-03-19typoJuan J. Martinez
2019-03-19Release0.3Juan J. Martinez
2019-03-19Added support for ix/iy instructions using sdasz80Juan J. Martinez
It is used by SDCC and for example (ix+0) is 0(ix), which is uncommon.
2019-03-19Is the other way aroundJuan J. Martinez
2019-03-19Release0.2Juan J. Martinez
2019-03-19Make more sense of the subtotalsJuan J. Martinez
2019-03-19typoJuan J. Martinez
2019-03-19UpdatedJuan J. Martinez
2019-03-19Initial import0.1Juan J. Martinez