Allow syntax cpl a

This commit is contained in:
Rangi42
2024-09-06 12:42:45 -04:00
committed by Eldred Habert
parent 610f04beeb
commit 068ad93427
4 changed files with 42 additions and 3 deletions

View File

@@ -1874,6 +1874,9 @@ z80_cpl:
Z80_CPL {
sect_ConstByte(0x2F);
}
| Z80_CPL MODE_A {
sect_ConstByte(0x2F);
}
;
z80_daa: