home *** CD-ROM | disk | FTP | other *** search
/ AMIGA PD 1 / AMIGA-PD-1.iso / Programme_zum_Heft / Programmieren / Kurztests / Barfly / Source_Debug / ExceptionTest.S < prev    next >
Text File  |  1992-02-07  |  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.