BASIC ROM ASCII
I was searching the ROM of BASIC for the TOO LONG error message in a hex editor and noticed that the last byte in the string was 47 for the G. Also the SYNTAX error message the X was 58. Why are these two bytes 47 and 58 and not C7 and D8? Is this how Wozniak terminated a string by using the normal ASCII hex values used today? Why did the Apple work with the two different ASCII schemes?

