output: macho -- Add support for N_PEXT in macho output
[nasm.git] / test / br3392411.asm
blob02071a888bd5b6c0590f32b40ec6d6f506fa6db6
1 bits 64
2 default rel
4 %use smartalign
6 section .text code align=32
8 align 32
10 nop
11 jz LDone
13 %rep 10
14 nop
15 %endrep
17 align 16
18 %rep 115
19 nop
20 %endrep
22 LDone: