Quote Originally Posted by Darrel Taylor View Post
Using the code from post #1 with PBP 2.60, the only error I get is ...
Symbol not previously defined (WRITE)

If I add the line ...
DEFINE WRITE_USED 1

Then it compiles without error.
Adding the DEFINE WRITE_USED 1 statement to my code eliminated the error I was seeing and it appears the compile was declared "Successful", but I still get this additional error after making that correction:
"Error[108] : Illegal character (1)" which points in the .lst file to a LIST statement in the assembly listing. I don't know what this error is trying to tell me, and it must not be a fatal error because it still compiled and assembled. Can you tell me what this error is telling me to fix?