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
%line: quote filenames with double spaces, use unsigned char check
[nasm.git]
/
test
/
br3392411.asm
blob
02071a888bd5b6c0590f32b40ec6d6f506fa6db6
1
bits
64
2
default rel
3
4
%
use smartalign
5
6
section
.text code
align
=
32
7
8
align
32
9
10
nop
11
jz
LDone
12
13
%
rep
10
14
nop
15
%
endrep
16
17
align
16
18
%
rep
115
19
nop
20
%
endrep
21
22
LDone: