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 / amigaguide / sendamigaguidecontext.S < prev    next >
Encoding:
Text File  |  1994-05-02  |  192 b   |  17 lines

  1.  
  2. #include <bases.h>
  3.  
  4.     .text
  5.  
  6.     .globl    _SendAmigaGuideContext
  7.  
  8. _SendAmigaGuideContext:
  9.     movel    a6,sp@-
  10.     GETAGBASE
  11.     movel    sp@(8:W),a0
  12.     movql    #12,d0
  13.     addl    sp,d0
  14.     jsr    a6@(-96:W)
  15.     movel    sp@+,a6
  16.     rts
  17.