home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Unsorted BBS Collection
/
thegreatunsorted.tar
/
thegreatunsorted
/
programming
/
asm_programming
/
ASMFILES.ZIP
/
HAPPY2.ASM
< prev
next >
Wrap
Assembly Source File
|
1985-06-21
|
256b
|
11 lines
prognam segment
assume cs:prognam
mov dl,1
mov ah,2
int 21h
int 20h
prognam ends
end