home *** CD-ROM | disk | FTP | other *** search
/ Audio 4.94 - Over 11,000 Files / audio-11000.iso / amiga / speech / typndtll / handleri.asm next >
Encoding:
Assembly Source File  |  1991-08-16  |  275 b   |  14 lines

  1. * See page 3-113 of the RKM Vol. 1
  2.  
  3.                 XREF    _myhandler
  4.                 XDEF    _HandlerInterface
  5.  
  6. _HandlerInterface
  7.  
  8.                 movem.l a0/a1,-(a7)
  9.                 jsr     _myhandler
  10.                 addq.l  #8,a7
  11.                 rts
  12.  
  13.                 end
  14.