home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 8 / FreshFishVol8-CD1.bin / useful / util / libs / reqtools / glue / gcc / gcc_glue.lha / src / LibSource.lha / rtFileRequest.S < prev    next >
Encoding:
Text File  |  1994-02-01  |  204 b   |  16 lines

  1.  
  2. #include "reqtools.i"
  3.  
  4.     .globl _rtFileRequest
  5.  
  6.     .text
  7.  
  8. _rtFileRequest:
  9.     moveml    a2/a3/a6,sp@-
  10.     GETRTBASE
  11.     lea    sp@(28),a0
  12.     moveml    sp@(16),a1/a2/a3
  13.     jsr    a6@(_LVOrtFileRequestA:W)
  14.     moveml    sp@+,a2/a3/a6
  15.     rts
  16.