Closed Spatenheinz closed 2 years ago
You have misunderstood something 😉
Due to the way that instructions are encoded, it is not possible to have imm
larger than 32-bit. Except for the LoadImm
instruction which has a 128 bit encoding, for this very reason.
Ah my bad!
I Started using the Helpers module and noticed for 64-Bit they are defined as such:
should it not be:
Or have i misunderstood something?