microprobe.target.isa.operand.MemoryOperand

class MemoryOperand(address_formula, length_formula)[source]

Bases: object

This represents a machine instruction memory operand. It contains the operands, the formula, the

__init__(address_formula, length_formula)[source]
Parameters:
  • address_formula

  • length_formula

Methods

__init__(address_formula, length_formula)

param address_formula:

full_report([tabs])

Attributes

address_operands

length_operands




property address_operands
property length_operands
full_report(tabs=0)[source]