n64 icon indicating copy to clipboard operation
n64 copied to clipboard

N64 development tools

Results 4 n64 issues
Sort by recently updated
recently updated
newest added

Adds a patch for newlib-3.2.0, honoring -DNDEBUG which would normally be ignored in __reent_assert and eBalloc.

The following gfx data produces no output on `gfxdis.f3dex` ``` 0xBA000018 0x0000ECF0 0xB9000003 0x00504244 ``` Example: ``` $ gfxdis.f3dex -d BA0000180000ECF0B900000300504244 { } ``` Passing the `-i` flag produces macros...

This change is intended to make it easier to copy values from m2c-generated code. m2c gives output like: ``` temp_v0 = gDisplayListHead; gDisplayListHead = temp_v0 + 8; temp_v0->words.w1 = 0;...

I tested this on a fresh VM to make sure it's not an issue with my system: 1. Install [Homebrew](https://brew.sh/) 2. Run the commands in the “next steps” output 3....