comparison code_part1/OSTC_code_asm_part1/menu_ppO2.asm @ 398:ab962c4b19d6

Fixing issue 50, correct "Bar" to "bar" in texts and comments
author heinrichsweikamp
date Sun, 26 Jun 2011 12:24:54 +0200
parents 6a94f96e9cea
children 6e57b5bb98ce
comparison
equal deleted inserted replaced
396:0386c7e1374a 398:ab962c4b19d6
103 movff EEDATA,lo 103 movff EEDATA,lo
104 clrf hi 104 clrf hi
105 bsf leftbind 105 bsf leftbind
106 output_16dp d'3' 106 output_16dp d'3'
107 bcf leftbind 107 bcf leftbind
108 STRCAT_PRINT "Bar " 108 STRCAT_PRINT "bar "
109 109
110 WIN_LEFT .20 110 WIN_LEFT .20
111 WIN_TOP .95 111 WIN_TOP .95
112 112
113 lfsr FSR2,letter 113 lfsr FSR2,letter