Interrupt code legitimacy question?

Mikler

Member
Hi!

Wacky though it may sound, is it 'legitimate' to have an 'interrupt' enabled and used from within an interrupt routine? Or does it 'upset' the picaxe?

Thanks

Mik
 

hippy

Ex-Staff (retired)
You cannot have an interrupt within an interrupt. Whan the interrupt occurs it locks out all further interrupts until a SETINT and the corresponding interrupt routine RETURN is executed.
 
Top