home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shareware Overload
/
ShartewareOverload.cdr
/
database
/
trl14db.zip
/
TRLPRG.EXE
/
ROMBIOS.PRG
< prev
next >
Wrap
Text File
|
1990-10-22
|
547b
|
22 lines
***********
* ROMBIOS.PRG
* by Tom Rettig and Leonard Zerman
* Placed in the Public Domain by Tom Rettig Associates, 10/22/1990.
*
* SYNTAX: DO ROMBIOS WITH <interrupt>, <registers>, <flags>
* RETURN: <expC> is altered to contain contents registers
***********
PARAMETERS par1, par2, par3
CALL Trpass WITH par1
CALL Trpass WITH par2
Call Trpass WITH par3
CALL Trexe WITH "ROMBIOS"
CALL Trexe WITH "TRRETCLEN"
IF fox
PRIVATE tr_temp
tr_temp = SUBSTR(tr_retc,1,tr_retn)
RETURN (tr_temp)
ENDIF
* eof rombios *