aboutsummaryrefslogtreecommitdiffstats
path: root/include/gbos.inc
diff options
context:
space:
mode:
Diffstat (limited to 'include/gbos.inc')
-rw-r--r--include/gbos.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/gbos.inc b/include/gbos.inc
index 7919bd6..f398c12 100644
--- a/include/gbos.inc
+++ b/include/gbos.inc
@@ -90,5 +90,7 @@ DEF SYS_MAX EQU 12
; Program table indices (see programs.asm). exec() takes one of these in B.
; -----------------------------------------------------------------------------
DEF PROG_WORKER EQU 0
+DEF PROG_SH EQU 1
+DEF PROG_HELLO EQU 2
ENDC