We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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
Excellent Jon, NOMPL was just what I was looking for! Thanks, Joe