aboutsummaryrefslogtreecommitdiff
path: root/bas.h
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2024-06-13 17:33:43 -0400
committerB. Watson <urchlay@slackware.uk>2024-06-13 17:33:43 -0400
commit1701b8c7c14d38ff2de5703065d013ebe5c8f889 (patch)
tree571f209e111ee3b11159086a899c3bbc77cf8189 /bas.h
parentce201121b5785d9ecb2829d262c23050e537fa9e (diff)
downloadbw-atari8-tools-1701b8c7c14d38ff2de5703065d013ebe5c8f889.tar.gz
vxrefbas: WIP.
Diffstat (limited to 'bas.h')
-rw-r--r--bas.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/bas.h b/bas.h
index eb3f4e5..ce67309 100644
--- a/bas.h
+++ b/bas.h
@@ -46,6 +46,9 @@
#define CMD_NEXT 0x09
#define CMD_LET 0x06
#define CMD_ILET 0x36
+#define CMD_DIM 0x14
+#define CMD_READ 0x22
+#define CMD_INPUT 0x02
#define OP_GOTO 0x17
#define OP_GOSUB 0x18
#define OP_THEN 0x1b