From e74f3deaaec738bf23f5cbadafa9ddcec51388b6 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Tue, 16 Jul 2024 19:39:17 -0400 Subject: listbas: commentary. --- listbas.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'listbas.c') 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: -- cgit v1.2.3