comparison code_part1/OSTC_code_asm_part1/valconv.asm @ 106:966ebf905514

bugfix in output16_3_call
author heinrichsweikamp
date Sun, 19 Dec 2010 20:54:08 +0100
parents fe195f766014
children 6256a891b2a0
comparison
equal deleted inserted replaced
105:64109f6fb3d1 106:966ebf905514
105 bra LCD_val99_2 105 bra LCD_val99_2
106 106
107 output16_3_call: 107 output16_3_call:
108 clrf ignore_digits 108 clrf ignore_digits
109 incf ignore_digits,F 109 incf ignore_digits,F
110 bsf show_last3
110 clrf WREG 111 clrf WREG
111 bra output16 112 bra output16
112 113
113 output16_call: 114 output16_call:
114 clrf ignore_digits 115 clrf ignore_digits