Skip to content

MathisMARION/n64-armips

Repository files navigation

n64-armips

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 .n64 at the start of assembly files
  • No need to specify .open and .close in the assembly code, the wrapper takes care of assembling to the specified ROM

Usage:

n64-armips patch.asm rom.z64

Compilation

Initialize the armips submodule:

git submodule update --init

Configure and compile the project:

cmake .
make

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published