On 2016-Apr-15 16:57 , Programmingkid wrote:
[...] So if we filtered out the comment, things might work correctly. I will try this.
Actually, there are several comments. I saw at least three. Probably the right thing to do would be to find where the "" word is processed and make sure it accepts either CR (0xD) or LF (0xA) as end-of-comment.
My original thought was that the only thing that could differentiate between end-of-line and space was the "accept" word, which I didn't expect to see in the bootloader. I forgot that comment is a variant on accept.