Gitiles
Code Review
Sign In
gerrit.openfyde.cn
/
chromium.googlesource.com
/
chromium
/
deps
/
nasm
/
f1cf95480d9df9e7854a4be6844f86ff854e03d2
/
.
/
test
/
manysecs.asm
blob: 49799453a2fb99d443065f8f0c1457844254c651 [
file
] [
log
] [
blame
]
%
ifndef NSECS
%
assign NSECS
16384
%
endif
%
assign NSECS
((
NSECS
+
3
)
&
~
3
)
%
assign n
0
%
rep NSECS
%
assign gcom
(
n
&
~
3
)
+
2
section
.
text
%+
n progbits
exec
start_
%+
n
:
nop
jmp start_
%+
gcom
%
assign n n
+
1
%
endrep