Collection of eight-bit processor emulators (for various projects)
Go to file
2024-05-28 16:15:35 +01:00
EightBit get the C# code up to date with the C++ code. Much better support for undocumented modes/instructions etc. 2024-05-28 13:59:37 +01:00
Fuse Ugrade to .NET 8.0: First pass 2024-05-18 21:57:33 +01:00
Intel8080 Ugrade to .NET 8.0: First pass 2024-05-18 21:57:33 +01:00
LR35902 Fix compilation issues 2024-05-18 22:14:51 +01:00
M6502 Improve performance of ADC_d (decimal) 2024-05-28 16:15:35 +01:00
MC6809 Ugrade to .NET 8.0: First pass 2024-05-18 21:57:33 +01:00
MC6850 Ugrade to .NET 8.0: First pass 2024-05-18 21:57:33 +01:00
Z80 IDE suggestions 2024-05-19 09:07:20 +01:00
.gitignore
EightBitNet.sln First stab at implementing M6502 Harte tests 2024-05-21 19:41:16 +01:00
LICENSE
README.md Update README.md 2019-05-26 11:07:53 +01:00

EightBit (Net)

Assortment of eight-bit processor emulators written in C#:

  • MOS Technology 6502
  • Intel 8080
  • Zilog Z80
  • Motorola MC6809
  • Motorola MC6850