Bases: object
This class interfaces the assembler/disassembler support
Bases: object
This class represents an assembly instruction
Address of the instruction
Instruction mnemonic (e.g. br
)
Raw bytes of the current instruction
Size of the instruction in bytes
Representation of the current instruction in a pretty assembly way