Previous - Up - Next

SIM_instruction_length()

NAME
SIM_instruction_length — return the instruction length

SYNOPSIS
int
SIM_instruction_length(instruction_id_t ii);

DESCRIPTION
Returns the instruction length of the instruction identified by ii (in bytes).

EXCEPTIONS
Index Thrown if ii is illegal.
RETURN VALUE
The length of the instruction in the instruction queue.

Previous - Up - Next