This project is a wrapper around the armips
assembler by Kingcom, to make development easier for N64 ROM hacking. I am
using this a cross platform tool to replace the Windows only Simple ARMIPS
GUI written by DavidSM64.
Compared to armips:
- Automatic recomputing of checksum
- No need to specify
.n64at the start of assembly files - No need to specify
.openand.closein the assembly code, the wrapper takes care of assembling to the specified ROM
Usage:
n64-armips patch.asm rom.z64
Initialize the armips submodule:
git submodule update --init
Configure and compile the project:
cmake .
make