repo.or.cz
/
nasm.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
preproc: need to look at mmac->in_progress not mstk->in_progress
[nasm.git]
/
test
/
manysecs.asm
blob
49799453a2fb99d443065f8f0c1457844254c651
1
%
ifndef NSECS
2
%
assign NSECS
16384
3
%
endif
4
5
%
assign NSECS
((
NSECS
+
3
) &
~
3
)
6
7
%
assign n
0
8
%
rep
NSECS
9
%
assign gcom
(
n
&
~
3
) +
2
10
section
.text
%+
n progbits exec
11
start_
%+
n:
12
nop
13
jmp
start_
%+
gcom
14
%
assign n n
+
1
15
%
endrep