Page 1 of 1

interrupt disablers

Posted: 01 February 2008, 9:37 AM
by dlh
Is there a master list of functions/procedures that disable interrupts?

Re: interrupt disablers

Posted: 01 February 2008, 13:08 PM
by dkinzer
dlh wrote:Is there a master list of functions/procedures that disable interrupts?
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.

See http://www.zbasic.net/doc/ZBasicSysLib.php?page=16

Posted: 01 February 2008, 16:39 PM
by dlh
Thanks, Don. That's just what I needed but couldn't recall where it was.