Constructs an instance. The output address of this instance is initially
unknown (-1
).
Note: In the unlikely event that an instruction takes
absolutely no registers (e.g., a nop
or a
no-argument no-result * static method call), then the given
register list may be passed as {@link
RegisterSpecList#EMPTY}.
super(opcode, position, registers);