home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Windoware
/
WINDOWARE_1_6.iso
/
winutil
/
w3setcom
/
setcom.asm
< prev
next >
Wrap
Assembly Source File
|
1990-06-29
|
232b
|
23 lines
.MODEL TINY
include stdmac.inc
.CODE
.STARTUP
gocom:
mov ax,40h
mov ds,ax
mov di,4
mov ds:[di],03e8h
inc di
inc di
mov ds:[di],02e8h
mov al,0
@ExitToDos
end