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]¶ Initialize self. See help(type(self)) for accurate signature.
Methods
__init__
(instruction_type, operands, label, …)Initialize self.
copy
()get_asm
()set_address
(value)set_asm
(value)set_comments
(value)set_decorators
(value)set_instruction_type
(value)set_label
(value)set_operands
(value)Attributes
address’s docstring
asm’s docstring
comments’s docstring
decorators’s docstring
type’s docstring
label’s docstring
operands’s docstring
-
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
-