instructionCount property

int instructionCount
final

Number of instructions to disassemble starting at the specified location and offset. An adapter must return exactly this number of instructions - any unavailable instructions should be replaced with an implementation-defined 'invalid instruction' value.

Implementation

final int instructionCount;