For Ahoy November 1985 issue, the game Slither has a few unusual remark lines starting with a colon that are not in the program flow.
For lines that contain text corresponding to BASIC tokens, the checksum values produced by the app do not match those printed in the magazine. Examples below:
999 : * ML DATA *
1099 : * CHARACTER DATA *
3099 : * COORDINATE DATA *
Tried a fix by using a leading colon character to set the remark flag to True to prevent tokenizing the BASIC token text in the line. This didn't fix the issue.
For Ahoy November 1985 issue, the game Slither has a few unusual remark lines starting with a colon that are not in the program flow.
For lines that contain text corresponding to BASIC tokens, the checksum values produced by the app do not match those printed in the magazine. Examples below:
999 : * ML DATA *
1099 : * CHARACTER DATA *
3099 : * COORDINATE DATA *
Tried a fix by using a leading colon character to set the remark flag to True to prevent tokenizing the BASIC token text in the line. This didn't fix the issue.