comparison code_part1/OSTC_code_asm_part1/pled_outputs.asm @ 23:70215309143d

1.61beta test
author heinrichsweikamp
date Tue, 04 May 2010 19:23:21 +0200
parents 73014f788032
children 571a79f1d06a
comparison
equal deleted inserted replaced
21:73014f788032 23:70215309143d
3190 ; movwf scaleY 3190 ; movwf scaleY
3191 ; call word_processor 3191 ; call word_processor
3192 ; return 3192 ; return
3193 ; 3193 ;
3194 3194
3195 ;PLED_gaschange_DEBUG: 3195 PLED_gaschange_DEBUG:
3196 ; movlw .008 3196 WIN_LEFT .0
3197 ; call PLED_SetColumn 3197 WIN_TOP .164
3198 ; movlw .016 3198 lfsr FSR2,letter
3199 ; call PLED_SetRow 3199 movff char_I_deco_He_ratio,lo
3200 ; lfsr FSR2,letter 3200 output_8
3201 ; movff char_I_deco_He_ratio,lo 3201 call word_processor
3202 ; output_8 3202
3203 ; call word_processor 3203 WIN_LEFT .60
3204 ; 3204 WIN_TOP .164
3205 ; movlw .024 3205 call PLED_SetRow
3206 ; call PLED_SetRow 3206 lfsr FSR2,letter
3207 ; lfsr FSR2,letter 3207 movff char_I_deco_N2_ratio,lo
3208 ; movff char_I_deco_N2_ratio,lo 3208 output_8
3209 ; output_8 3209 call word_processor
3210 ; call word_processor 3210
3211 ; 3211 WIN_LEFT .120
3212 ; movlw .032 3212 WIN_TOP .164
3213 ; call PLED_SetRow 3213 lfsr FSR2,letter
3214 ; lfsr FSR2,letter 3214 movff char_I_deco_gas_change,lo
3215 ; movff char_I_deco_gas_change,lo 3215 output_8
3216 ; output_8 3216 call word_processor
3217 ; call word_processor 3217
3218 ; 3218 WIN_LEFT .140
3219 ; movlw .040 3219 WIN_TOP .164
3220 ; call PLED_SetRow 3220 lfsr FSR2,letter
3221 ; lfsr FSR2,letter 3221 movff hi,lo
3222 ; movff hi,lo 3222 output_8
3223 ; output_8 3223 call word_processor
3224 ; call word_processor 3224 return
3225 ; return
3226 3225
3227 3226
3228 PLED_MultiGF_deco_mask: 3227 PLED_MultiGF_deco_mask:
3229 ; movlw 0x30 3228 ; movlw 0x30
3230 ; movwf wait_temp 3229 ; movwf wait_temp