Commit Graph

7 Commits

Author SHA1 Message Date
Koray Yanik 4f892eb3f2 Implement RL r instruction
Some groundwork on rotation operations
2022-02-08 16:14:57 +00:00
Koray Yanik ded64a8954 Implement inc r 2021-02-20 22:57:15 +00:00
Koray Yanik 67361093ec Implement LD r, $nn 2021-02-20 15:56:22 +00:00
Koray Yanik 93912e2089 Implemented BIT $n, r
First of the CB prefixed opcodes.
2021-02-19 21:53:13 +00:00
Koray Yanik 8f0b8d3a48 Implemented LDD (HL), A 2021-02-18 23:22:26 +00:00
Koray Yanik 2937ff492b Initial register bank, support LD RR, $nnnn instructions 2021-02-17 22:40:24 +00:00
Koray Yanik 237a5f1489 Implemented SP, $nnnn and XOR A instructions 2021-02-16 23:05:46 +00:00