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 / sendamigaguidecmd.S < prev    next >
Encoding:
Text File  |  1994-05-02  |  198 b   |  18 lines

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