comparison src/ghostwriter.asm @ 437:23b58c4bc6aa

CHANGE: Language fixes, 2.08 release
author heinrichsweikamp
date Thu, 30 Jun 2016 10:28:12 +0200
parents 9175429bdeba
children b4f28ab23b87
comparison
equal deleted inserted replaced
436:95ee78f4a974 437:23b58c4bc6aa
664 movff int_O_CNS_fraction+0,WREG ; copy into bank1 664 movff int_O_CNS_fraction+0,WREG ; copy into bank1
665 rcall ghostwrite_byte_header; Stores CNS% 665 rcall ghostwrite_byte_header; Stores CNS%
666 movff int_O_CNS_fraction+1,WREG ; copy into bank1 666 movff int_O_CNS_fraction+1,WREG ; copy into bank1
667 rcall ghostwrite_byte_header; Stores CNS% 667 rcall ghostwrite_byte_header; Stores CNS%
668 668
669 movff avr_rel_pressure_total+0,WREG ; Average Depth 669 movff avg_rel_pressure_total+0,WREG ; Average Depth
670 rcall ghostwrite_byte_header ; WREG -> Header in ext. flash 670 rcall ghostwrite_byte_header ; WREG -> Header in ext. flash
671 movff avr_rel_pressure_total+1,WREG ; Average Depth 671 movff avg_rel_pressure_total+1,WREG ; Average Depth
672 rcall ghostwrite_byte_header ; WREG -> Header in ext. flash 672 rcall ghostwrite_byte_header ; WREG -> Header in ext. flash
673 673
674 movff total_divetime_seconds+0,WREG ; Total dive time (Regardless of start_dive_threshold) 674 movff total_divetime_seconds+0,WREG ; Total dive time (Regardless of start_dive_threshold)
675 rcall ghostwrite_byte_header ; WREG -> Header in ext. flash 675 rcall ghostwrite_byte_header ; WREG -> Header in ext. flash
676 movff total_divetime_seconds+1,WREG ; Total dive time (Regardless of start_dive_threshold) 676 movff total_divetime_seconds+1,WREG ; Total dive time (Regardless of start_dive_threshold)