Skip to content

Commit

Permalink
Add full Z80 simulator support
Browse files Browse the repository at this point in the history
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
dlkeng authored Oct 19, 2024
1 parent e5c3ee0 commit fa9d4bc
Show file tree
Hide file tree
Showing 2 changed files with 3,120 additions and 532 deletions.
Loading

0 comments on commit fa9d4bc

Please sign in to comment.