#include <asm.h>
Public Attributes | |
asm_code * | next |
dword | size |
byte | data [MAX_INSN_SIZE] |
void * | context |
|
Definition at line 46 of file asm.h. Referenced by x86asm::delete_nonsense_insn(), and x86asm::encode_insn(). |
|
Definition at line 45 of file asm.h. Referenced by x86asm::delete_nonsense_insn(), dialog_assemble(), Assembler::emitbyte(), Assembler::emitdword(), and Assembler::emitword(). |
|
Definition at line 43 of file asm.h. Referenced by x86asm::delete_nonsense(), x86asm::delete_nonsense_insn(), Assembler::deletecode(), dialog_assemble(), Assembler::free_asm_codes(), Assembler::pushcode(), and Assembler::shortest(). |
|
Definition at line 44 of file asm.h. Referenced by Assembler::clearcode(), x86asm::delete_nonsense_insn(), dialog_assemble(), Assembler::emitbyte(), Assembler::emitdword(), Assembler::emitword(), x86asm::encode_op(), x86asm::match_size(), Assembler::newcode(), and Assembler::shortest(). |