aboutsummaryrefslogtreecommitdiff
path: root/src/main/kotlin/cpu/opcodes
AgeCommit message (Expand)AuthorFilesLines
2018-07-16Implement JUMP opsJames Barnett3-2/+24
2018-07-16Implement BIT SET and RES opsJames Barnett1-0/+59
2018-07-12Add shift opsJames Barnett1-0/+73
2018-07-11Add rotate opsJames Barnett1-0/+126
2018-07-10Move SWAP ops into the extended CB prefixed setJames Barnett1-9/+11
2018-07-08Add 'misc' ops (SWAP, DAA, CPL, CCF, SCF etc.)James Barnett1-0/+61
2018-07-08Implement 16-Bit arithmetic opsJames Barnett3-11/+71
2018-07-06Add all remaining 8-Bit arithmetic opsJames Barnett1-2/+117
2018-07-03Add some 8-Bit arithmetic opsJames Barnett2-1/+101
2018-07-02Start on 8-Bit arithmetic CPU opsJames Barnett1-0/+2
2018-06-28Add register flags and set from LDHL SP,n opJames Barnett1-1/+22
2018-06-27Add 16-Bit pop commandsJames Barnett1-1/+14
2018-06-22Add first few 16-Bit Load opsJames Barnett1-0/+40
2018-06-15Add all 8-Bit Load opcodesJames Barnett1-2/+22
2018-06-14Make a start on opcodesJames Barnett1-0/+91