V-Gears 0
Free Final Fantasy VII engine.
FieldDisassembler::InstructionRecord Struct Reference

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
 

Detailed Description

Information about an instruction.

Member Data Documentation

◆ argument_format

const char* FieldDisassembler::InstructionRecord::argument_format

Format of the opcode arguments.

◆ factory_function

std::function<InstPtr()> FieldDisassembler::InstructionRecord::factory_function
Todo:
Document.

◆ opcode

unsigned int FieldDisassembler::InstructionRecord::opcode

The opcode code.

◆ opcode_name

const char* FieldDisassembler::InstructionRecord::opcode_name

The opcode short name (mnemonic).

◆ opcode_size

unsigned char FieldDisassembler::InstructionRecord::opcode_size

The size, in bytes, of the opcode.


The documentation for this struct was generated from the following file: