microprobe.code.ins.MicroprobeInstructionDefinition

class MicroprobeInstructionDefinition(instruction_type, operands, label, address, asm, decorators, comments)[source]

Bases: object

__init__(instruction_type, operands, label, address, asm, decorators, comments)[source]

x.__init__(…) initializes x; see help(type(x)) for signature

Methods

__init__(instruction_type, operands, label, …) x.__init__(…) initializes x; see help(type(x)) for signature
copy()
get_address()
get_asm()
get_comments()
get_decorators()
get_instruction_type()
get_label()
get_operands()
set_address(value)
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)[source]
set_asm(value)[source]
set_decorators(value)[source]
set_comments(value)[source]
copy()[source]
instruction_type

type’s docstring

operands

operands’s docstring

label

label’s docstring

address

address’s docstring

asm

asm’s docstring

decorators

decorators’s docstring

comments

comments’s docstring