A89: disabling interrupt 1


[Prev][Next][Index][Thread]

A89: disabling interrupt 1




 > how can l disable only interrupt 1, the interrupt that handles the getkey 
 > stuff and the status bar?  
 
If you mean interrupt level 1 (as opposed to vector number 1, which is 
the reset PC) then

   move.w #$2100,%sr
   
should pretty well work.

Regards,

Zoltan


References: