papermario
Decompilation of Paper Mario
 
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Loading...
Searching...
No Matches
mips.h File Reference

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

◆ ADDIU

◆ GET_RS

◆ GET_RT

◆ JAL

◆ LOWER

◆ LUI

◆ LW

◆ OPCODE

◆ UPPER