diff options
Diffstat (limited to '')
| -rw-r--r-- | include/gbos.inc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/gbos.inc b/include/gbos.inc index 0727b02..e15f7cb 100644 --- a/include/gbos.inc +++ b/include/gbos.inc @@ -85,4 +85,10 @@ DEF SYS_BRK EQU 10 DEF SYS_YIELD EQU 11 DEF SYS_MAX EQU 12 +; ----------------------------------------------------------------------------- +; Program table indices (see programs.asm). exec() takes one of these in B. +; ----------------------------------------------------------------------------- +DEF PROG_PING EQU 0 +DEF PROG_PONG EQU 1 + ENDC |
