interrupt disablers
interrupt disablers
Is there a master list of functions/procedures that disable interrupts?
Re: interrupt disablers
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?
See http://www.zbasic.net/doc/ZBasicSysLib.php?page=16
- Don Kinzer