/chip8_emu

WIP Chip8 Emulator with core implementation in NASM assmebly

Primary LanguageAssembly

Core x86 ASM CPU emulation of Chip8. WIP.

Chip8 CPU assmebly emulation/implementation snippet. Currently is WIP. Implementing a couple of instuctions only.

Instruction reference: http://devernay.free.fr/hacks/chip8/C8TECH10.HTM

TODO

Add GDB debugging instructions

Dependencies

  • any C compiler
  • NASM assembler
  • gcc-multilib for 64bit machines (as 32bit headers are not supported by default)