Changes

Jump to: navigation, search

Locomotive BASIC

198 bytes added, 20:17, 14 May 2012
/* DI */
==== <code>DI</code> ====
: Disables interrupts (but not[ESC]) until re-enabled by EI command or by RETURN at end of an interrupts service routine.
: This means that DI (if it's activated in a subroutine) is useful helping a low-priority-interrupt not to be stopped by a higher-priority-interrupt. RETURN then re-enable the interrupt without EI.
==== <code>DIM a[%|!|$](d1[,d2[,...]])</code> ====
205
edits