MIPS instruction parser.
Function or value | Description |
|
Read in bytes and return a parsed instruction for MIPS. This function returns MIPSInstruction, which is a specialized type for MIPS. If you want to handle instructions in a platform-agnostic manner, you'd better use the MIPS class.
|