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 / rtAllocRequestA.S < prev    next >
Encoding:
Text File  |  1994-02-01  |  175 b   |  15 lines

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