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 / intuition / setattrs.S < prev    next >
Encoding:
Text File  |  1994-05-02  |  155 b   |  16 lines

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