aboutsummaryrefslogtreecommitdiffstats
path: root/test/br3392411.asm
blob: 02071a888bd5b6c0590f32b40ec6d6f506fa6db6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
bits 64
default rel

%use smartalign

section	.text	code align=32

align 32

nop
jz  LDone

%rep 10
	nop
%endrep

align 16
%rep 115
	nop
%endrep

LDone: