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

Class z80ImmOper

source code

Operand --+    
          |    
  ImmedOper --+
              |
             z80ImmOper

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

Inherited from ImmedOper: isImmed

Inherited from Operand: __eq__, __ne__, getOperAddr, getOperValue, isDeref, 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)