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

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