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

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