Article # 521, added by Geoworks, historical record
| first | previous | index | next | last |

I get Interrupt 2: Non-maskable interrupt in Swat.



Q. Interrupt 2: Non-maskable interrupt
   Stopped in ffc3h:000eh, address ffc3h:000eh
   BIOS+64574:

   I keep on getting this when I am attached to Swat. However, if I
   just type continue at the Swat prompt, everything is fine but each
   time I hit a trigger, I get the same interrupt.

A. You need to mask out interrupt 2. To do this, first add 8
   (int2 * 4 bytes) to the interrupt number to be masked (2+8=a),
   and then pass the result with the /i flag in the call to the
   Swat stub.