home *** CD-ROM | disk | FTP | other *** search
/ Atari FTP / ATARI_FTP_0693.zip / ATARI_FTP_0693 / Mint / pcosbind.zoo / source.zoo / maddalt.s < prev    next >
Text File  |  1992-09-20  |  213b  |  18 lines

  1.     .TEXT
  2.  
  3.           .globl Maddalt
  4. Maddalt:
  5.     move.l    a2,-(sp)
  6.     
  7.     move.l    A0,-(A7)
  8.     move.l    D0,-(A7)
  9.     move.w    #$0014,-(A7)
  10.     trap    #1
  11.     lea.l     $000A(A7),A7
  12.     
  13.     move.l    (sp)+,a2
  14.     rts
  15.  
  16.     .END
  17.  
  18.