home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / mint / lib / pcosbind.zoo / source.zoo / fxattr.s < prev    next >
Encoding:
Text File  |  1992-06-22  |  231 b   |  14 lines

  1. ;long Fxattr( int flag, char *name, void *buf ) ;/* GEMDOS 0x12c */
  2.  
  3. .export Fxattr
  4. Fxattr:
  5. move.l a2,-(sp)
  6. move.l a1,-(sp)
  7. move.l a0,-(sp)
  8. move.w d0,-(sp)
  9. move.w #$12c,-(sp)
  10. trap #1
  11. lea 12(sp),sp
  12. movea.l (sp)+,a2
  13. rts
  14.