aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2024-07-09 01:52:58 -0400
committerB. Watson <urchlay@slackware.uk>2024-07-09 01:52:58 -0400
commit2097459711de8069f419fe3ab877adf89ebb86bb (patch)
treeda17d965a7116ed07fd2d1fca413132ce2f5b913
parentb60ba6ca9977be25652b93385dcf1bfc4171e370 (diff)
downloadbw-atari8-tools-2097459711de8069f419fe3ab877adf89ebb86bb.tar.gz
whichbas: commentary.
-rw-r--r--whichbas.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/whichbas.c b/whichbas.c
index d9b85dc..24da7fa 100644
--- a/whichbas.c
+++ b/whichbas.c
@@ -460,7 +460,8 @@ CALLBACK(handle_op) {
if(nexttok == OP_FUNC_LPAR) {
remove_type(BT_BXL_BXE);
} else if(nexttok == OP_EOS || nexttok == OP_EOL) {
- /* weird BXL END token */
+ /* weird BXL END token (0x58). the other 2 (0x55, 0x5b) can't
+ show up at the end whether they're TB or BXL/BXE. */
remove_type(BT_TURBO | BT_BXE);
} else {
remove_type(BT_TURBO);