Embedded Systems
terse.asc
Associated article: TERSE: A Tiny Real-Time Operating System
Tags: Embedded Systems
Published source code accompanying Barry Kauler's article which presents an 8051-implementation called TERSE, a "Tiny Embedded Real-time Software Environment" that's only about 260 bytes in size. Also see TERSE.ZIP.
_TERSE: A TINY REAL-TIME OPERATING SYSTEM_
by Barry Kauler
Listing One
node0: ;node-0 is the error-handler
;test for DEADLINE/SHUTDOWN/RESTART....
jnb flags.0,nodead
jnb flags.1,nosh2
;SHUTDOWN. If responding remote or local broadcast msg, it has
;already been forwarded, ...


