repo.or.cz
/
nasm
/
github.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Change rights 644 to 755
[nasm/github.git]
/
rdoff
/
test
/
rdfseg2.asm
blob
2b9e4fd0992eac3a17cc963765c122fe878897e9
1
;; library function for rdfseg - this file is linked as a far segment
2
3
[
BITS
16
]
4
[
GLOBAL
_puts
]
5
_puts:
6
;; can't remember how to print a string in DOS, but if anyone wants
7
;; to actually test this program, it should be fairly easy to put
8
;; in here!
9
10
retf
11
12