Tagged Questions
2
votes
4answers
503 views
Are there any instructions in x86 assembly that exist only in 64-bit mode?
Some old x86 instructions are undefined in 64-bit mode. For instance LDS, LES and LSS, or short opcodes of the INC r16 (40 + rw) and INC r32 (40 + rd) instructions.
Are there any instructions that ...