-
Requirements: gcc compiler, CMake. CUnit1 test unit lib.
-
Compile:
mkdir bin
cd bin
cmake ..
make
- Run tests:
./test/z80test
- Run emulator
./cp-emu/cp-emu
- Test Assembly Install z80asm assembler package.
Example:
z80asm test/asm/djnz.asm -o test/asm/djnz.bin