InstructionImplRange

An extended InstructionRange that provides architecture-specific instructions

Destructor

~this
~this()
Undocumented in source.

Members

Functions

popFront
void popFront()

Advances the range, disassembling the next instruction

Properties

empty
bool empty [@property getter]

True if no disassemblable instructions remain

front
InstructionImpl!arch front [@property getter]

The latest disassembled instruction

Inherited Members

From InstructionRange

front
Instruction front [@property getter]
Undocumented in source.
empty
bool empty [@property getter]
Undocumented in source.
popFront
void popFront()
Undocumented in source.

Meta