diff options
author | B. Watson <urchlay@slackware.uk> | 2024-07-09 01:52:58 -0400 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2024-07-09 01:52:58 -0400 |
commit | 2097459711de8069f419fe3ab877adf89ebb86bb (patch) | |
tree | da17d965a7116ed07fd2d1fca413132ce2f5b913 | |
parent | b60ba6ca9977be25652b93385dcf1bfc4171e370 (diff) | |
download | bw-atari8-tools-2097459711de8069f419fe3ab877adf89ebb86bb.tar.gz |
whichbas: commentary.
-rw-r--r-- | whichbas.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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); |