Skip to content

timre13/chip8asm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chip8asm

A modern CHIP-8 assembler written in C++.

Dependencies:

  • A C++ compiler supporting C++17 (gcc, clang)
  • CMake
  • Make

Building

mkdir build
cd build
cmake ..
make

Running

To assemble the file source.asm to test.ch8 run ./chip8asm source.asm -o test.ch8. Use ./chip8asm -h to get help.

Releases

No releases published

Packages

No packages published

Languages