Mercurial > public > mk2
diff code_part1/OSTC_code_asm_part1/divemode.asm @ 228:6d4e29d80ff3
1.83beta release, 1.84beta start
author | heinrichsweikamp |
---|---|
date | Sat, 05 Mar 2011 10:09:32 +0100 |
parents | 49c90c5d9603 |
children | 85ea09d3b9d8 |
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/divemode.asm Fri Mar 04 02:35:21 2011 +0100 +++ b/code_part1/OSTC_code_asm_part1/divemode.asm Sat Mar 05 10:09:32 2011 +0100 @@ -1518,7 +1518,7 @@ movf divesecs,W addwf xC+0,F movlw d'0' - addwfc xC+1,F + addwfc xC+1,F ; xC:2 holds total dive seconds movlw d'3' ; 2+1 btfss divesecs,0 ; divesecs even? movlw d'2' ; Yes, do not add +1