Missing end quote
A string or character constant did not end with a quote character. For
example,
DB "abc ;missing " at end of ABC
mov al,'X ;missing ' after X
You should always end a character or string constant with a quote
character matching the one that started it.