home *** CD-ROM | disk | FTP | other *** search
/ Atari FTP / ATARI_FTP_0693.zip / ATARI_FTP_0693 / Mint / pcosbind.zoo / source.zoo / psigretu.s < prev    next >
Text File  |  1992-06-22  |  167b  |  11 lines

  1. ;void Psigreturn( void );                /* GEMDOS 0x11a */
  2.  
  3. .export Psigreturn
  4. Psigreturn:
  5. move.l a2,-(sp)
  6. move.w #$11a,-(sp)
  7. trap #1
  8. addq.l #2,sp
  9. movea.l (sp)+,a2
  10. rts
  11.