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_32_loadseg02.asm

12 lines
156 B
NASM
Raw Normal View History

bits 32
mov eax, 0xBDBDBDBD
push eax
pop ecx
push 0xBD
pop ds
nop
int3