Gitiles
Code Review
Sign In
gerrit.openfyde.cn
/
chromium.googlesource.com
/
chromium
/
deps
/
nasm
/
f1cf95480d9df9e7854a4be6844f86ff854e03d2
/
.
/
test
/
inc2.asm
blob: c3ba2f7536a576b82ad23a6ac929713897c86565 [
file
] [
log
] [
blame
]
H. Peter Anvin
ea6e34d
2002-04-30 20:51:32 +0000
[
diff
] [
blame
]
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
,
4c00h
8
int
21h