home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1998 #6 / amigamamagazinepolishissue1998.iso / coders / barfly / source / error.s < prev    next >
Text File  |  1977-12-31  |  93b  |  11 lines

  1.     include    "Error.i"
  2.  
  3. test    macro
  4.     test1
  5.     endm
  6.  
  7.     moveq.p    #10,d9
  8.     lea.l    a0,a0
  9.     move.b    #0,a0
  10.     rte
  11.