Earlier quoted context omitted.
Bonus: Here's what all of the tokens >= 0x80 render as, including the corrupt ones: 128 0x80 b'END' 129 0x81 b'FOR' 130 0x82 b'NEXT' 131 0x83 b'DATA' 132 0x84 b'BYE' 133 0x85 b'INPUT' 134 0x86 b'DIM' 135 0x87 b'READ' 136 0x88 b'LET' 137 0x89 b'GOTO' 138 0x8a b'RUN' 139 0x8b b'IF' 140 0x8c b'RESTORE' 141 0x8d b'GOSUB' 142 0x8e b'RETURN' 143 0x8f b'REM' 144 0x90 b'STOP' 145 0x91 b'OUT' 146 0x92 b'ON' 147 0x93 b'NULL' 1…
Excellent!! Mind if I add all this into to the post with credit?
Re: 10 REM"_(C2SLFF4
#51Oh and one little thing - the first input should be Graphic+Shift+M, not Graphic+Shift+=. (The later mention of Graphic+Shift+= when I test the codes is still correct). I corrected this in my Mastodon reply but couldn’t edit my HN comment any further.