![]() |
V-Gears 0
Free Final Fantasy VII engine.
|
Information about an instruction. More...
#include <FieldDisassembler.h>
Public Attributes | |
unsigned char | opcode_size |
The size, in bytes, of the opcode. More... | |
unsigned int | opcode |
The opcode code. More... | |
const char * | opcode_name |
The opcode short name (mnemonic). More... | |
const char * | argument_format |
Format of the opcode arguments. More... | |
std::function< InstPtr()> | factory_function |
Information about an instruction.
const char* FieldDisassembler::InstructionRecord::argument_format |
Format of the opcode arguments.
unsigned int FieldDisassembler::InstructionRecord::opcode |
The opcode code.
const char* FieldDisassembler::InstructionRecord::opcode_name |
The opcode short name (mnemonic).
unsigned char FieldDisassembler::InstructionRecord::opcode_size |
The size, in bytes, of the opcode.