aboutsummaryrefslogtreecommitdiff
path: root/src/main/kotlin/cpu/opcodes/Loads16Bit.kt
AgeCommit message (Collapse)AuthorFilesLines
2018-07-16Implement JUMP opsJames Barnett1-1/+1
2018-07-08Implement 16-Bit arithmetic opsJames Barnett1-1/+1
2018-07-03Add some 8-Bit arithmetic opsJames Barnett1-1/+0
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