Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Current Z80 simulator support: - All standard Z80 instructions as described in the below Reference. - The IN/OUT I/O space is simulated as 256 bytes of read/write memory (viewable via the 'dumpram' command). - No IX/IY or any other non-standard half-register Z80 assembler instructions supported. Reference: Zilog Z80 CPU User Manual UM008011-0816 (2016)
- Loading branch information