jayacotton/asm8080

cpi ';' does not compile

Opened this issue · 1 comments

The parser is getting tripped by the ; in the quoted string. This is a real parsing bug.

work around with
cpi 59

Turns out that any string constant that contains a ';' will not compile correctly.