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
/
br3392472.asm
blob
7f326eaabe220637b830a0c1e101bc9dc3c17392
1
org
0
2
%
ifndef SEEK
3
%
define SEEK
0
4
%
endif
5
times SEEK
- (
$
-
$$
)
nop
6
jmp near
init
7
8
%
ifndef NUM
9
%
define NUM
9956h
10
%
endif
11
times NUM
- (
$
-
$$
)
db
0
12
init: