1
0
mirror of https://github.com/bitdefender/bddisasm.git synced 2025-01-08 22:30:55 +00:00
bddisasm/bdshemu_test/x86/basic/test_64_basic01.asm

6 lines
77 B
NASM
Raw Normal View History

bits 64
mov eax, 0x7FFD0000
mov dword [eax], 0
retn