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
smartalign: adjust the alignment threshold
[nasm.git]
/
test
/
inc2.asm
blob
c3ba2f7536a576b82ad23a6ac929713897c86565
1
; This file is part of the include test.
2
; See inctest.asm for build instructions.
3
4
_main:
mov
dx
,
message
5
mov
ah
,
9
6
int
21h
7
mov
ax
,
4
c00h
8
int
21h