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 / rtAllocRequest.S < prev    next >
Encoding:
Text File  |  1994-02-01  |  185 b   |  16 lines

  1.  
  2. #include "reqtools.i"
  3.  
  4.     .globl _rtAllocRequest
  5.  
  6.     .text
  7.  
  8. _rtAllocRequest:
  9.     movel    a6,sp@-
  10.     GETRTBASE
  11.     movel    sp@(8),d0
  12.     lea    sp@(12),a0
  13.     jsr    a6@(_LVOrtAllocRequestA:W)
  14.     movel    sp@+,a6
  15.     rts
  16.