aboutsummaryrefslogtreecommitdiff
path: root/src/main/kotlin/cpu/Cpu.kt
AgeCommit message (Collapse)AuthorFilesLines
2018-07-11Add rotate opsJames Barnett1-0/+2
2018-07-10Move SWAP ops into the extended CB prefixed setJames Barnett1-8/+15
2018-07-08Add 'misc' ops (SWAP, DAA, CPL, CCF, SCF etc.)James Barnett1-4/+2
2018-07-08Implement 16-Bit arithmetic opsJames Barnett1-0/+2
2018-07-03Add some 8-Bit arithmetic opsJames Barnett1-0/+2
2018-06-27Add 16-Bit pop commandsJames Barnett1-0/+2
2018-06-14Make a start on opcodesJames Barnett1-0/+18