Paper Mario DX
Paper Mario (N64) modding
 
Loading...
Searching...
No Matches
mips.h File Reference

Go to the source code of this file.

Macros

#define JAL   0x03
 
#define ADDIU   0x09
 
#define LUI   0x0F
 
#define LW   0x23
 
#define LOWER(x)   ((x) & 0xFFFF)
 
#define UPPER(x)   ((x) >> 16)
 
#define OPCODE(x)   ((x) >> 26)
 
#define GET_RS(x)   ((x >> 0x15) & 0x1F)
 
#define GET_RT(x)   (UPPER(x) & 0x1F)
 

Macro Definition Documentation

◆ JAL

◆ ADDIU

◆ LUI

◆ LW

#define LW   0x23

◆ LOWER

#define LOWER ( x)    ((x) & 0xFFFF)

◆ UPPER

#define UPPER ( x)    ((x) >> 16)

◆ OPCODE

#define OPCODE ( x)    ((x) >> 26)

◆ GET_RS

#define GET_RS ( x)    ((x >> 0x15) & 0x1F)

◆ GET_RT

#define GET_RT ( x)    (UPPER(x) & 0x1F)