Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 726 Bytes

File metadata and controls

26 lines (18 loc) · 726 Bytes

i8080-zig (WIP)

A intel8080 emulator written in zig.

yeah comeback later this is still being worked on

Todo

  • finish the instructions
  • better debugging
  • maybe debugging ui?
  • assembler and disassembler maybe???
  • add more test roms
  • implement a gui
  • a well documented blog post on how i made this

Resources

http://dunfield.classiccmp.org/r/8080asm.pdf

https://archive.org/details/8080Datasheet/mode/2up

https://pastraiser.com/cpu/i8080/i8080_opcodes.html

http://textfiles.com/programming/8080.op

https://github.com/GrantMeStrength/RetroComputerInstructionManual/blob/master/intel8080.md

https://github.com/superzazu/8080/blob/274ffd700b81baabea99b0963bc1260b67132185/i8080.c#L314