
Originally Posted by
Acetronics
Confirmed ...
Here is a little try: ( read from the .ASM file )
; C:\PROGRAM FILES\MICROCHIP\MPLAB IDE\PROJETS\PICBOARD.BAS 00046 LCDOUT $FE, $C0, DEC NCD I,"°öµC"
LCDOUT?C 0FEh
LCDOUT?C 0C0h
LCDOUTCOUNT?C 000h
NCD?WW _I, T1
LCDOUTNUM?W T1
LCDOUTDEC?
LCDOUT?C 0FFB0h ************ " ° " outputs $B0 instead of $DF
LCDOUT?C 0FFF6h ************ " ö " outputs $F6 instead of $EF
LCDOUT?C 0FFB5h ************ " µ " outputs $B5 instead of $F7
LCDOUT?C 043h ************ " C " outputs $43 … which is GOOD !!
Not so easy to debug what happens to Cin value !!!
Alain
Bookmarks