aboutsummaryrefslogtreecommitdiff
path: root/bas.h
diff options
context:
space:
mode:
Diffstat (limited to 'bas.h')
-rw-r--r--bas.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/bas.h b/bas.h
index 1a3ee17..4e30431 100644
--- a/bas.h
+++ b/bas.h
@@ -35,6 +35,7 @@
*not* a command). */
#define CMD_GOTO 0x0a
#define CMD_GO_TO 0x0b
+#define CMD_ON 0x1e
#define CMD_GOSUB 0x0c
#define CMD_TRAP 0x0d
#define CMD_LIST 0x04