; nasm -f elf64 -o antiReverse.o antiReverse01.asm ; ld -o antiReverse antiReverse.o -m elf_x86_64 ; objdump -d -M intel64 antiReverse section .text global _start _start: jmp label+1 label: DB 0x90 mov eax, 0xf001