home *** CD-ROM | disk | FTP | other *** search
/ Amiga Elysian Archive / AmigaElysianArchive.iso / commod / altmenu.lha / tag.asm < prev   
Assembly Source File  |  1992-05-23  |  191b  |  15 lines

  1.         section text,code
  2.  
  3.         xref    _HandlerCode
  4.         xdef    _handler
  5.  
  6. _handler:
  7.         movem.l    a0-a6/d0-d7,-(sp)
  8.         jsr        _HandlerCode
  9.         movem.l    (sp)+,a0-a6/d0-d7
  10.         move.l    a0,d0
  11.         rts
  12.  
  13.         END
  14.  
  15.