Hi Richard,
Well done to you and Mike for continuing the thread, even though what you are documenting is so far above my head I'm dizzy...
If I can jump in here I'd like to bring your attention to an undocumented feature of your Inc file I've just discovered when converting my previous code to run it. For various reasons, but mainly leading zero suppression, I insert a space but with your Inc file I get error messages e.g.
Code:
looper:
LCDCLR
bigtxt = 1 ; double size chrs
LCDSTR 0,0,"Noki+12"
LCDSTR 0,2,"345678@"
bigtxt = 0 ; normal size chrs
' LCDSTR 52,3,"Demo"
LCDSTR 0,4,"With@MSSP xfer"
' LCDSTR 0,5,"Dble Size Chrs"
LCDSTR 0,5," " ; this doesn't compile - causes errors and warnings wherever used.
' LCDSTR 0,5,32 ; same result as above (worth a try).
PAUSE 1000
GOTO looper
resulting in
[ASM ERROR] NOKIA_DEMO PPS.ASM (1701) : Illegal character (0)
[ASM WARNING] NOKIA_DEMO PPS.ASM (1701) : Found label after column 1. (LCDSTR?CCC)
When you have the time may I ask for this to be corrected?
Kind regards,
Bill
Bookmarks