N64 icon indicating copy to clipboard operation
N64 copied to clipboard

N64 Bare Metal Mips Assembly Programming

N64


N64 Bare Metal Code by krom (Peter Lemon).

All code compiles out of box with the bass (v14) assembler by byuu.
I use a special version of bass by ARM9 which has been updated with N64 MIPS/RSP/RDP output:
https://github.com/ARM9/bass
I have included binaries of all the demos.

Special thanks to gbaguy/n64guy/asmguy, who with his tutorials, helped me get into N64 Coding =D
Please check out cen64, a cycle accurate N64 Emulator by MarathonMan, & his RSP Assembler:
http://www.cen64.com
Also I'd like to thank marshallh, who designed the 64drive, the best development cartridge for the N64.

Howto Compile:
All the code compiles into a single binary (ROMNAME.N64) file.
Using bass Run: make.bat

Howto Run:
I only test with a real N64 using a 64drive Cartridge by marshallh from Retroactive:
http://64drive.retroactive.be

You can also use N64 emulators like cen64 & the MAME N64 Driver.