home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shareware Overload
/
ShartewareOverload.cdr
/
database
/
trl14db.zip
/
TRLSRC.EXE
/
TREXE.ASM
< prev
next >
Wrap
Assembly Source File
|
1990-10-22
|
363b
|
27 lines
; trexe.asm
; creates trexe.bin
;
; by Alastair Dallas and Ralph Davis
; Placed in the public domain by Tom Rettig Associates, 10/22/1990.
;
public trexe
include trdbase.mac
codeseg segment byte
assume cs:codeseg
trexe proc far
int TRINT
ret
trexe endp
codeseg ends
END