Page 1 of 1

ASM Syntax Highlighting not handling strings properly

Posted: Thu May 11, 2017 1:14 pm
by Tristano
PB 5.60 for Windows: Syntax highlighting of inline ASM interprets a semicolon ";" within a string as the beginning of a comment.

Example:

Code: Select all

!DB '; Hello World' ; comment
... gets highlighted as:

!DB '; Hello World' ; comment

The highlighter doesn't check if the semicolon is part of a literal string.

Re: ASM Syntax Highlighting not handling strings properly

Posted: Tue Jul 11, 2017 3:47 pm
by Fred
The syntax highlitghting doesn't parse inline asm at all, because it can depends of the underlying assembler.