microprobe.code.ins.MicroprobeInstructionDefinition

class MicroprobeInstructionDefinition(instruction_type: InstructionType, operands, label, address: Address | None, asm, decorators, comments)[source]

Bases: object

__init__(instruction_type: InstructionType, operands, label, address: Address | None, asm, decorators, comments)[source]

Methods

__init__(instruction_type, operands, label, ...)

copy()

get_address()

get_asm()

get_comments()

get_decorators()

get_instruction_type()

get_label()

get_operands()

set_address(value[, convert])

set_asm(value)

set_comments(value)

set_decorators(value)

set_instruction_type(value)

set_label(value)

set_operands(value)

Attributes

address

address's docstring

asm

asm's docstring

comments

comments's docstring

decorators

decorators's docstring

instruction_type

type's docstring

label

label's docstring

operands

operands's docstring




get_instruction_type()[source]
get_operands()[source]
get_label()[source]
get_address()[source]
get_asm()[source]
get_decorators()[source]
get_comments()[source]
set_instruction_type(value)[source]
set_operands(value)[source]
set_label(value)[source]
set_address(value, convert=True)[source]
set_asm(value)[source]
set_decorators(value)[source]
set_comments(value)[source]
copy()[source]
property instruction_type

type’s docstring

property operands

operands’s docstring

property label

label’s docstring

property address

address’s docstring

property asm

asm’s docstring

property decorators

decorators’s docstring

property comments

comments’s docstring