home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Interactive Guide / c-cplusplus-interactive-guide.iso / c_ref / csource5 / 363_01 / except.asm < prev    next >
Encoding:
Assembly Source File  |  1991-12-16  |  111 b   |  9 lines

  1.     ORG $50
  2.     CHK (A1),D5
  3.     ILLEGAL
  4.     RESET
  5.     STOP    #$fFFF
  6.     TRAP    #$8
  7.     TRAPV
  8.     END
  9.