diff options
author | B. Watson <urchlay@slackware.uk> | 2024-07-16 19:39:17 -0400 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2024-07-16 19:39:17 -0400 |
commit | e74f3deaaec738bf23f5cbadafa9ddcec51388b6 (patch) | |
tree | 5887b2b732715d605cd1833f926f96303fe25249 | |
parent | 1225ca0abaf6c83a70590b89bf8453b32831313b (diff) | |
download | bw-atari8-tools-e74f3deaaec738bf23f5cbadafa9ddcec51388b6.tar.gz |
listbas: commentary.
-rw-r--r-- | listbas.c | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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: |