interrupt disablers

Discussion about the ZBasic language including the System Library. If you're not sure where to post your message, do it here. However, do not make test posts here; that's the purpose of the Sandbox.
Post Reply
dlh
Posts: 395
Joined: 15 December 2006, 12:12 PM
Location: ~Cincinnati

interrupt disablers

Post by dlh »

Is there a master list of functions/procedures that disable interrupts?
dkinzer
Site Admin
Posts: 3120
Joined: 03 September 2005, 13:53 PM
Location: Portland, OR

Re: interrupt disablers

Post 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
- Don Kinzer
dlh
Posts: 395
Joined: 15 December 2006, 12:12 PM
Location: ~Cincinnati

Post by dlh »

Thanks, Don. That's just what I needed but couldn't recall where it was.
Post Reply