grigory-bogush / chip8_emu

WIP Chip8 Emulator with core implementation in NASM assmebly

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

WIP Chip8 Emulator with core implementation in NASM assmebly


Languages

Language:Assembly 78.6%Language:CMake 12.2%Language:C 8.2%Language:Shell 0.9%