home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / database / trl14db.zip / TRLPRG.EXE / ROMBIOS.PRG < prev    next >
Text File  |  1990-10-22  |  547b  |  22 lines

  1. ***********
  2. * ROMBIOS.PRG
  3. * by Tom Rettig and Leonard Zerman
  4. * Placed in the Public Domain by Tom Rettig Associates, 10/22/1990.
  5. *
  6. * SYNTAX: DO ROMBIOS WITH <interrupt>, <registers>, <flags> 
  7. * RETURN: <expC> is altered to contain contents registers
  8. ***********
  9. PARAMETERS par1, par2, par3 
  10. CALL Trpass  WITH par1
  11. CALL Trpass  WITH par2
  12. Call Trpass  WITH par3
  13. CALL Trexe   WITH "ROMBIOS"
  14. CALL Trexe   WITH "TRRETCLEN"
  15. IF fox
  16.    PRIVATE tr_temp
  17.    tr_temp = SUBSTR(tr_retc,1,tr_retn)
  18.    RETURN (tr_temp)
  19. ENDIF
  20. * eof rombios *
  21.  
  22.