> 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