This release adds preemptive multitasking to zeptoforth. Note that relinquishing control of the processor manually using the word PAUSE
is still possible, and is generally recommended over relying upon preemption when possible, and words such as MS
, KEY
, and EMIT
still make use of PAUSE
. Also, critical sections are made available by the words BEGIN-CRITICAL
and END-CRITICAL
; note that nesting critical sections is not possible at the present.
Discussions
Become a Hackaday.io Member
Create an account to leave a comment. Already have an account? Log In.