aboutsummaryrefslogtreecommitdiff
path: root/listbas.c
diff options
context:
space:
mode:
Diffstat (limited to 'listbas.c')
-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: