aboutsummaryrefslogtreecommitdiff
path: root/bas.h
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2024-06-17 17:05:51 -0400
committerB. Watson <urchlay@slackware.uk>2024-06-17 17:05:51 -0400
commit2a73f95e7204ded74409adc03eeac62868e3500f (patch)
tree6887a9803e4421df99c41fc1d7e8a13f2cd036ac /bas.h
parented910cdfa474bd7a3fd0cf3082119abc41b094e4 (diff)
downloadbw-atari8-tools-2a73f95e7204ded74409adc03eeac62868e3500f.tar.gz
cxrefbas: handle IF <x> THEN <lineno>.
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 4e30431..dd75e19 100644
--- a/bas.h
+++ b/bas.h
@@ -38,6 +38,7 @@
#define CMD_ON 0x1e
#define CMD_GOSUB 0x0c
#define CMD_TRAP 0x0d
+#define CMD_IF 0x07
#define CMD_LIST 0x04
#define CMD_RESTORE 0x23
#define CMD_REM 0x00