Function Instruction.getOpcodes
Returns an array of bytes with all of the instruction's valid opcodes. Like in the bus interface's getSize method, this cannot be variable at execution time.
abstract ubyte[] getOpcodes();
Returns an array of bytes with all of the instruction's valid opcodes. Like in the bus interface's getSize method, this cannot be variable at execution time.
abstract ubyte[] getOpcodes();