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
addressaddress’s docstring asmasm’s docstring commentscomments’s docstring decoratorsdecorators’s docstring instruction_typetype’s docstring labellabel’s docstring operandsoperands’s docstring
-
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
-