interrupt disablers
Posted: 01 February 2008, 9:37 AM
Is there a master list of functions/procedures that disable interrupts?
A place to discuss ZBasic and ZX series microcontrollers.
https://forum.zbasic.net/
Near the front of the System Library Reference Manual, there is a section that discusses this topic. The list of routines in that section are those that disable interrupts for a signficant amount of time. There are others that disable interrupts for a span of several instructions.dlh wrote:Is there a master list of functions/procedures that disable interrupts?