1
0
mirror of https://github.com/bitdefender/bddisasm.git synced 2024-11-22 15:38:07 +00:00
bddisasm/bdshemu_test/x86/basic/test_32_jmpf2.asm
2024-09-16 12:47:03 +03:00

19 lines
253 B
NASM

bits 32
call $+5
pop ebp
sub ebp, 5
lea eax, [ebp + dest]
mov dword [ebp + t_offset], eax
jmp far [ebp + t_offset]
dest:
int3
t_offset dd 0x0
t_segment dw 0x33