home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / emulate / x_comp / 6800 / exe / except.asm < prev    next >
Assembly Source File  |  1989-04-02  |  158b  |  29 lines

  1.  
  2.  
  3.     ORG    $50
  4.  
  5. * CHK
  6.  
  7.     CHK    (A1),D5
  8.  
  9. * ILLEGAL
  10.  
  11.     ILLEGAL
  12.  
  13. * RESET
  14.  
  15.     RESET
  16.  
  17. * STOP
  18.  
  19.     STOP    #$fFFF
  20.  
  21. * TRAP
  22.  
  23.     TRAP    #$8
  24.  
  25. * TRAPV
  26.  
  27.     TRAPV
  28.  
  29.