aboutsummaryrefslogtreecommitdiff
path: root/src/main/kotlin/cpu/opcodes
AgeCommit message (Expand)AuthorFilesLines
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