I am using the ABSOLUTE function to execute machine code that has been placed in an array.
QB64 is reporting this runtime error:
x86 Error, Unknown Opcode (92)
Opcode 92 is one of the instructions in my machine code array.
The mnemonic for this opcode is:
XCHG DX,AX
Why would QB64 report that the opcode for this instruction is unknown?