Implement LD ($FF00+C), A

This commit is contained in:
2021-02-20 22:10:47 +00:00
parent b1b2055db9
commit 49ce1631b3
6 changed files with 47 additions and 14 deletions

View File

@@ -79,7 +79,8 @@ package cpu_pkg;
typedef enum {
ADR_SRC_PC,
ADR_SRC_HL
ADR_SRC_HL,
ADR_SRC_REG8 // extended with FF
} adr_src_t;
typedef enum {