apple1js icon indicating copy to clipboard operation
apple1js copied to clipboard

Output routine does not handle characters < 0x20 correctly

Open SvOlli opened this issue 1 year ago • 0 comments

Hello, take a look at https://youtu.be/cUF6qra-0lk?t=512 .

There you'll see an output routine running, outputting all characters. The output differs because you convert all characters by or'ing 0x20 (except for 0x0d). what should be done is that you print nothing, but still trigger the output delay.

SvOlli avatar Jul 17 '23 20:07 SvOlli