home *** CD-ROM | disk | FTP | other *** search
/ Atari FTP / ATARI_FTP_0693.zip / ATARI_FTP_0693 / Mint / pcosbind.zoo / source.zoo / salert.s < prev    next >
Text File  |  1993-02-28  |  176b  |  13 lines

  1. ;int Salert(char *ptr);                    /* GEMDOS 0x13c */
  2.  
  3. .export Salert
  4. Fpipe:
  5. move.l a2,-(sp)
  6. move.l a0,-(sp)
  7. move.w #$13c,-(sp)
  8. trap #1
  9. addq.l #6,sp
  10. movea.l (sp)+,a2
  11. rts
  12.  
  13.