Collection of eight-bit processor emulators (for various projects)
Go to file
Adrian.Conlon 3c0a1697fd Fetching bytes/words and stack access are more processor specific than I thought.
Signed-off-by: Adrian.Conlon <adrian.conlon@gmail.com>
2017-07-07 09:27:06 +01:00
inc Fetching bytes/words and stack access are more processor specific than I thought. 2017-07-07 09:27:06 +01:00
Intel8080 Fetching bytes/words and stack access are more processor specific than I thought. 2017-07-07 09:27:06 +01:00
LR35902 Fetching bytes/words and stack access are more processor specific than I thought. 2017-07-07 09:27:06 +01:00
M6502 Better register definitions for the 6502 2017-07-07 09:24:58 +01:00
src Fetching bytes/words and stack access are more processor specific than I thought. 2017-07-07 09:27:06 +01:00
Z80 Fetching bytes/words and stack access are more processor specific than I thought. 2017-07-07 09:27:06 +01:00
.gitignore
EightBit.sln
LICENSE
README.md

EightBit

Assortment of eight-bit processor emulators:

  • Intel 8080
  • Zilog Z80
  • Sharp LR35902 (Not working)
  • Mos Technology 6502 (Not integrated)