comparison code_part1/OSTC_code_asm_part1/menu_logbook.asm @ 42:da553e5c7a90

1.63 in work
author heinrichsweikamp
date Sun, 20 Jun 2010 22:11:28 +0200
parents 3ab1188651af
children 475a9e536d77
comparison
equal deleted inserted replaced
41:3ab1188651af 42:da553e5c7a90
544 544
545 profile_display_loop: 545 profile_display_loop:
546 movff profile_temp+0,profile_temp2+0 546 movff profile_temp+0,profile_temp2+0
547 movff profile_temp+1,profile_temp2+1 ; 16Bit x-scaler 547 movff profile_temp+1,profile_temp2+1 ; 16Bit x-scaler
548 incf profile_temp2+1,F 548 incf profile_temp2+1,F
549 tstfsz profile_temp2+0 ; Must not be Zero
550 bra profile_display_loop2 ; Not Zero!
551 incf profile_temp2+0,F ; Zero, Increase!
549 552
550 profile_display_loop2: 553 profile_display_loop2:
551 rcall profile_view_get_depth ; reads depth, ignores temp and profile data -> hi, lo 554 rcall profile_view_get_depth ; reads depth, ignores temp and profile data -> hi, lo
552 555
553 btfsc second_FD ; end-of profile reached? 556 btfsc second_FD ; end-of profile reached?