diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/gbos.inc | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/include/gbos.inc b/include/gbos.inc index 9f6a98a..01d7f1a 100644 --- a/include/gbos.inc +++ b/include/gbos.inc @@ -92,6 +92,12 @@ DEF SYS_MAX EQU 12 DEF PROG_WORKER EQU 0 DEF PROG_SH EQU 1 DEF PROG_HELLO EQU 2 -DEF PROG_CHELLO EQU 3 ; a C program (compiled with SDCC), see c/ +DEF PROG_CHELLO EQU 3 ; C programs (compiled with SDCC), see c/ +DEF PROG_ECHO EQU 4 +DEF PROG_TRUE EQU 5 +DEF PROG_FALSE EQU 6 +DEF PROG_UNAME EQU 7 +DEF PROG_PID EQU 8 +DEF PROG_CAT EQU 9 ENDC |
