Package envi :: Package archs :: Package z80 :: Module disasm :: Class z80RegMem
[hide private]
[frames] | no frames]

Class z80RegMem

source code

Operand --+    
          |    
  DerefOper --+
              |
             z80RegMem

Instance Methods [hide private]
 
__init__(self, reg, disp=0) source code
 
repr(self, op)
Used by the Opcode class to get a humon readable string for this operand.
source code

Inherited from DerefOper: isDeref

Inherited from Operand: __eq__, __ne__, getOperAddr, getOperValue, isImmed, isReg, render, setOperValue

Method Details [hide private]

repr(self, op)

source code 

Used by the Opcode class to get a humon readable string for this operand.

Overrides: Operand.repr
(inherited documentation)