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

  1.     move.l    #10,$600000    ;Buserror
  2.     jsr    1        ;adresserror
  3.     illegal            ;illegal
  4.     divu    #0,d0        ;devide bye Zero
  5.     moveq    #0,d0
  6.     chk    4.w,d0
  7.     trapv
  8.     move.w    d0,sr
  9.     dc.w    $a000
  10.     dc.w    $ff00
  11.