pop Instruction not supported in 64-bit mode using NASM?
Yes, the 64-bit pop
instruction is... POP. :-) You need to use it against 64-bit registers though (like rbx
).
Yes, the 64-bit pop
instruction is... POP. :-) You need to use it against 64-bit registers though (like rbx
).