Welcome, Guest. Please login or register.

Author Topic: Level 7 interrupt button (especially for asm coders)  (Read 4194 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Piru

  • \' union select name,pwd--
  • Hero Member
  • *****
  • Join Date: Aug 2002
  • Posts: 6946
    • Show all replies
    • http://www.iki.fi/sintonen/
Re: Level 7 interrupt button (especially for asm coders)
« on: December 03, 2002, 11:22:21 PM »
> As it is non-maskable, there is not a lot that
> demos can do to stop it.

One way to stop NMI from working is to have SSP point to odd address (for 68000/68010) or to non-existent memory (68000-68060).

Obviously you can't use any interrupts or exceptions then. :-)