Mercurial > public > mk2
comparison code_part1/OSTC_code_asm_part1/pled_outputs.asm @ 113:deb004054279
Minor two-pages decoplan fixes.
author | JeanDo |
---|---|
date | Thu, 23 Dec 2010 13:43:00 +0100 |
parents | ed7826c740a0 |
children | 50a06adabc67 |
comparison
equal
deleted
inserted
replaced
112:9500f431248a | 113:deb004054279 |
---|---|
2573 movlw .238 | 2573 movlw .238 |
2574 movff WREG,box_temp+2 ; row bottom (0-239) | 2574 movff WREG,box_temp+2 ; row bottom (0-239) |
2575 bra PLED_decoplan_delete_common | 2575 bra PLED_decoplan_delete_common |
2576 | 2576 |
2577 PLED_decoplan_delete: ; Delete unused rows | 2577 PLED_decoplan_delete: ; Delete unused rows |
2578 movlw .184 | 2578 movlw .171 |
2579 movff WREG,box_temp+2 ; row bottom (0-239) | 2579 movff WREG,box_temp+2 ; row bottom (0-239) |
2580 PLED_decoplan_delete_common: | 2580 PLED_decoplan_delete_common: |
2581 movlw .0 | 2581 movlw .0 |
2582 movff WREG,box_temp+0 ; data 00, x0, 0y, xy clear, links, rechts, beide | 2582 movff WREG,box_temp+0 ; data 00, x0, 0y, xy clear, links, rechts, beide |
2583 movff hi,box_temp+1 ; row top (0-239) | 2583 movff hi,box_temp+1 ; row top (0-239) |
2680 movff temp7,lo ; Decodepth | 2680 movff temp7,lo ; Decodepth |
2681 | 2681 |
2682 lfsr FSR2,letter | 2682 lfsr FSR2,letter |
2683 output_99x ; outputs into Postinc2! | 2683 output_99x ; outputs into Postinc2! |
2684 movlw 'm' | 2684 movlw 'm' |
2685 movwf POSTINC2 | |
2686 movlw ' ' | |
2685 movwf POSTINC2 | 2687 movwf POSTINC2 |
2686 call word_processor | 2688 call word_processor |
2687 WIN_LEFT .140 | 2689 WIN_LEFT .140 |
2688 movff temp6,win_top | 2690 movff temp6,win_top |
2689 ; lfsr FSR1,0x251 | 2691 ; lfsr FSR1,0x251 |