I need to perform a x86 far jmp without using any 64 bit register in 64 bit mode.
I am using NASM and linux inline ASM. So far, when trying to do a jmp 64bit value, the assembler complains. I can't clobber any 64 bit registers before the jump.
I need to perform a x86 far jmp without using any 64 bit register in 64 bit mode.
I am using NASM and linux inline ASM. So far, when trying to do a jmp 64bit value, the assembler complains. I can't clobber any 64 bit registers before the jump.