An operand which represents the dereference (memory read/write) of a
memory location associated with an immediate.
|
|
|
isDeref(self)
If the given operand will dereference memory, this method must return
True. |
source code
|
|
|
repr(self,
op)
Used by the Opcode class to get a humon readable string for this
operand. |
source code
|
|
|
|
|
|
|
getOperAddr(self,
op,
emu=None)
If the operand is a "dereference" operand, this method should use the
specified op/emu to resolve the address of the dereference. |
source code
|
|
|
render(self,
mcanv,
op,
idx)
Used by the opcode class when rendering to a memory canvas. |
source code
|
|
|
|
Inherited from Operand :
__ne__ ,
isImmed ,
isReg
|