a correction:
When an interrupt occurs, the Global Interrupt Enable I-bit is cleared and all interrupts
are disabled. The user software can write logic one to the I-bit to enable nested interrupts.
All enabled interrupts can then interrupt the current interrupt routine. The I-bit is
automatically set again when a – RETI – is executed.
if I-bit is manually set to one , in interrupt subroutine , does any other interrupt , interrupt the current one or only the one which is higher (the less address) is nested ?
omid