aboutsummaryrefslogtreecommitdiff
path: root/bas.h
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2024-06-16 17:33:22 -0400
committerB. Watson <urchlay@slackware.uk>2024-06-16 17:33:22 -0400
commite2250e5cb71c9a06bf75d59e9c0369efd65b1206 (patch)
treeae87da4b129ca29c5066e27d375f080d0cac9d72 /bas.h
parentdecd8312b033235cb64db2fcd3ffa4829bd21af7 (diff)
downloadbw-atari8-tools-e2250e5cb71c9a06bf75d59e9c0369efd65b1206.tar.gz
cxrefbas: added.
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