aboutsummaryrefslogtreecommitdiff
path: root/bas.h
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2024-06-27 04:06:44 -0400
committerB. Watson <urchlay@slackware.uk>2024-06-27 04:06:44 -0400
commitc87e1097e5d0b35cc8d9b62d6d8df23087039bbe (patch)
tree5ff6226fcd35452d93c62947c49c899ef5039d8f /bas.h
parent370beba9411917d85df64a1af7aa02340e3e0476 (diff)
downloadbw-atari8-tools-c87e1097e5d0b35cc8d9b62d6d8df23087039bbe.tar.gz
token.h, bas.h: commentary.
Diffstat (limited to 'bas.h')
-rw-r--r--bas.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/bas.h b/bas.h
index 211004e..3a24c38 100644
--- a/bas.h
+++ b/bas.h
@@ -139,8 +139,8 @@
#define OP_DIM_ARR_LPAR 0x39
#define OP_FUNC_LPAR 0x3a
#define OP_DIM_STR_LPAR 0x3b
-#define OP_ARR_COMMA 0x3c
-#define OP_FUNC_STR 0x3d
+#define OP_ARR_COMMA 0x3c /* used for A(1,1) or A$(1,1) (also in DIM) */
+#define OP_FUNC_STR 0x3d /* the rest are functions */
#define OP_FUNC_CHR 0x3e
#define OP_FUNC_USR 0x3f
#define OP_FUNC_ASC 0x40