BR3392232: Fix relocations in MachO64
[nasm.git] / test / a32offs.asm
blob4d17e0e439cf7382763b9f173e3ef3d11d740e7c
1 ;Testname=unoptimized; Arguments=-O0 -fbin -oa32offs.bin; Files=a32offs.bin stdout stderr
2 ;Testname=optimized; Arguments=-Ox -fbin -oa32offs.bin; Files=a32offs.bin stdout stderr
3 bits 16
4 foo: a32 loop foo
5 bar: loop bar, ecx
7 bits 32
8 baz: a16 loop baz
9 qux: loop qux, cx