comparison code_part1/OSTC_code_asm_part1/pled_outputs.asm @ 116:14a074e1a375

Split C code, and use direct linking.
author JeanDo
date Sun, 26 Dec 2010 14:30:13 +0100
parents 50a06adabc67
children f24137eb85de
comparison
equal deleted inserted replaced
115:50a06adabc67 116:14a074e1a375
3341 3341
3342 PLED_show_leading_tissue: 3342 PLED_show_leading_tissue:
3343 call PLED_divemask_color ; Set Color for Divemode mask 3343 call PLED_divemask_color ; Set Color for Divemode mask
3344 DISPLAYTEXTH .282 ; L. Tissue: 3344 DISPLAYTEXTH .282 ; L. Tissue:
3345 PLED_show_leading_tissue_2: 3345 PLED_show_leading_tissue_2:
3346 call deco_main_calc_desaturation_time ; calculate desaturation time 3346 call deco_calc_desaturation_time ; calculate desaturation time
3347 movlb b'00000001' ; select ram bank 1 3347 movlb b'00000001' ; select ram bank 1
3348 3348
3349 lfsr FSR2,letter 3349 lfsr FSR2,letter
3350 movlw '#' 3350 movlw '#'
3351 movwf POSTINC2 3351 movwf POSTINC2