# HG changeset patch # User JeanDo # Date 1293108180 -3600 # Node ID deb00405427993bc42d80f2339f097143776a68a # Parent 9500f431248a5f9a5c9bdcb076b73a9cd951e6fc Minor two-pages decoplan fixes. diff -r 9500f431248a -r deb004054279 code_part1/OSTC_code_asm_part1/pled_outputs.asm --- a/code_part1/OSTC_code_asm_part1/pled_outputs.asm Wed Dec 22 10:32:06 2010 +0100 +++ b/code_part1/OSTC_code_asm_part1/pled_outputs.asm Thu Dec 23 13:43:00 2010 +0100 @@ -2575,7 +2575,7 @@ bra PLED_decoplan_delete_common PLED_decoplan_delete: ; Delete unused rows - movlw .184 + movlw .171 movff WREG,box_temp+2 ; row bottom (0-239) PLED_decoplan_delete_common: movlw .0 @@ -2683,6 +2683,8 @@ output_99x ; outputs into Postinc2! movlw 'm' movwf POSTINC2 + movlw ' ' + movwf POSTINC2 call word_processor WIN_LEFT .140 movff temp6,win_top