aboutsummaryrefslogtreecommitdiff
path: root/z80table.json
AgeCommit message (Collapse)Author
2019-07-27Make a python package.Alexis Roda
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-03-30Missing sub a, * (ix) caseJuan J. Martinez
2019-03-30Missing sub a,* (iy) caseJuan J. Martinez
2019-03-30Missing sub a,(hl) caseJuan 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-19Initial import0.1Juan J. Martinez