aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2024-07-16 19:39:17 -0400
committerB. Watson <urchlay@slackware.uk>2024-07-16 19:39:17 -0400
commite74f3deaaec738bf23f5cbadafa9ddcec51388b6 (patch)
tree5887b2b732715d605cd1833f926f96303fe25249
parent1225ca0abaf6c83a70590b89bf8453b32831313b (diff)
downloadbw-atari8-tools-e74f3deaaec738bf23f5cbadafa9ddcec51388b6.tar.gz
listbas: commentary.
-rw-r--r--listbas.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/listbas.c b/listbas.c
index eaddd96..5bf1c07 100644
--- a/listbas.c
+++ b/listbas.c
@@ -510,7 +510,9 @@ void aplus_op_color_on(unsigned char tok) {
/* pseudo-funcs listed here are ones that don't take (), e.g.
X=RND or A$=INKEY$. right now they're colored the same as regular
- functions, but it might make sense to color them as variables? (or not?) */
+ functions, but it might make sense to color them as variables?
+ also, %0 %1 %2 %3 (tokens 0x66 to 0x69) are currently op-colored,
+ perhaps they should be constant-colored? */
void turbo_op_color_on(unsigned char tok) {
switch(tok) {
case 0x55: