Mercurial > public > mk2
comparison code_part1/OSTC_code_asm_part1/menu_logbook.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 | 904863f96582 |
children | dd4a1aa96232 |
comparison
equal
deleted
inserted
replaced
396:0386c7e1374a | 398:ab962c4b19d6 |
---|---|
364 movwf xC+1 | 364 movwf xC+1 |
365 movlw UPPER d'164000' ; 164pixel*1000 height | 365 movlw UPPER d'164000' ; 164pixel*1000 height |
366 movwf xC+2 | 366 movwf xC+2 |
367 clrf xC+3 | 367 clrf xC+3 |
368 | 368 |
369 movff lo,xB+0 ; Max. Depth in mBar | 369 movff lo,xB+0 ; Max. Depth in mbar |
370 movff hi,xB+1 ; Max. Depth in mBar | 370 movff hi,xB+1 ; Max. Depth in mbar |
371 call div32x16 ; xC:4 / xB:2 = xC+3:xC+2 with xC+1:xC+0 as remainder | 371 call div32x16 ; xC:4 / xB:2 = xC+3:xC+2 with xC+1:xC+0 as remainder |
372 | 372 |
373 movff xC+0,last_temperature+0 ; | 373 movff xC+0,last_temperature+0 ; |
374 movff xC+1,last_temperature+1 ; = Pixels/10m (For scale, draw any xx rows a scale-line) | 374 movff xC+1,last_temperature+1 ; = Pixels/10m (For scale, draw any xx rows a scale-line) |
375 | 375 |