This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

A166 and percent signs

I am generating text strings for an LCD display using a DB command.

POSTF_TXT: DB 'SELF TEST FAILED', 0x0A, 0x0D

But I want to embed a percent symbol in the string like

TXT: DB 'bias level 10%'

The percent symbol is confusing the assembler into thinking I am defining a macro.

What is the trick to get the string to have the symbol in it?

Joe

0