output: macho -- Add support for N_PEXT in macho output
[nasm.git] / test / br3392439.asm
blob1af47084b5f5ef8cd3f46e19b33134483f3d50f7
1 segment _TEXT class=CODE USE32 align=1 CPU=686
3 extern _entry
5 start:
6 mov ax, 0x18
7 mov ds, ax
8 mov es, ax
9 mov ss, ax
10 xor eax, eax
11 mov ax, 0x1234
12 shl eax, 4
13 add eax, 0x3000
14 mov esp, [eax]
16 call _entry
18 .infloop:
19 hlt
20 jmp .infloop
23 global _ret_16
24 _ret_16:
25 jmp dword 0x10:0x8000