home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / Assembler / BarflyAssemblerUpdate1,09.LHA / Barfly / Source_Debug / ExceptionTest.S < prev    next >
Encoding:
Text File  |  1992-02-05  |  172 b   |  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.