home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 8 / FreshFishVol8-CD2.bin / bbs / gnu / libnix-0.7-src.lha / libnix-0.7 / sources / amiga / graphics / allocspritedata.S next >
Encoding:
Text File  |  1994-09-22  |  201 b   |  18 lines

  1.  
  2. #include <bases.h>
  3.  
  4.     .text
  5.  
  6.     .globl _AllocSpriteData
  7.  
  8. _AllocSpriteData:
  9.     movel    a6,sp@-
  10.     movel    a2,sp@-
  11.     GETGFXBASE
  12.     lea    sp@(12:W),a1
  13.     movel    a1@+,a2
  14.     jsr    a6@(-1020:W)
  15.     movel    sp@+,a2
  16.     movel    sp@+,a6
  17.     rts
  18.