Mercurial > public > mk2
comparison code_part1/OSTC_code_asm_part1/pled_outputs.asm @ 45:985607cfb813
1.65beta
author | heinrichsweikamp |
---|---|
date | Sun, 11 Jul 2010 20:26:43 +0200 |
parents | 65d5b0c8da41 |
children | 56aea9fcdd8f |
comparison
equal
deleted
inserted
replaced
44:475a9e536d77 | 45:985607cfb813 |
---|---|
3418 ; movwf scaleY | 3418 ; movwf scaleY |
3419 ; call word_processor | 3419 ; call word_processor |
3420 ; return | 3420 ; return |
3421 ; | 3421 ; |
3422 | 3422 |
3423 PLED_gaschange_DEBUG: | 3423 ;PLED_gaschange_DEBUG: |
3424 WIN_LEFT .0 | 3424 ; WIN_LEFT .0 |
3425 WIN_TOP .160 | 3425 ; WIN_TOP .160 |
3426 lfsr FSR2,letter | 3426 ; lfsr FSR2,letter |
3427 movff char_I_deco_He_ratio,lo | 3427 ; movff char_I_deco_He_ratio,lo |
3428 output_8 | 3428 ; output_8 |
3429 call word_processor | 3429 ; call word_processor |
3430 | 3430 ; |
3431 WIN_LEFT .25 | 3431 ; WIN_LEFT .25 |
3432 WIN_TOP .160 | 3432 ; WIN_TOP .160 |
3433 call PLED_SetRow | 3433 ; call PLED_SetRow |
3434 lfsr FSR2,letter | 3434 ; lfsr FSR2,letter |
3435 movff char_I_deco_N2_ratio,lo | 3435 ; movff char_I_deco_N2_ratio,lo |
3436 output_8 | 3436 ; output_8 |
3437 call word_processor | 3437 ; call word_processor |
3438 | 3438 ; |
3439 WIN_LEFT .50 | 3439 ; WIN_LEFT .50 |
3440 WIN_TOP .160 | 3440 ; WIN_TOP .160 |
3441 lfsr FSR2,letter | 3441 ; lfsr FSR2,letter |
3442 movff char_I_deco_gas_change,lo | 3442 ; movff char_I_deco_gas_change,lo |
3443 output_8 | 3443 ; output_8 |
3444 call word_processor | 3444 ; call word_processor |
3445 | 3445 ; |
3446 WIN_LEFT .75 | 3446 ; WIN_LEFT .75 |
3447 WIN_TOP .160 | 3447 ; WIN_TOP .160 |
3448 lfsr FSR2,letter | 3448 ; lfsr FSR2,letter |
3449 movff hi,lo | 3449 ; movff hi,lo |
3450 output_8 | 3450 ; output_8 |
3451 call word_processor | 3451 ; call word_processor |
3452 return | 3452 ; return |
3453 | 3453 |
3454 | 3454 |
3455 PLED_MultiGF_deco_mask: | 3455 PLED_MultiGF_deco_mask: |
3456 movlw .0 | 3456 movlw .0 |
3457 movff WREG,box_temp+0 ; Data | 3457 movff WREG,box_temp+0 ; Data |