Files
Diddy-Kong-Racing/tools/asm_processor/prelude.inc
T
2020-06-27 20:31:57 -05:00

7 lines
204 B
C++
Executable File

.include "globals.inc"
.include "macros.inc"
# assembler directives
.set noat # allow manual use of $at
.set noreorder # dont insert nops after branches
.set gp=64 # 64-bit instructions are used