Mercurial > public > mk2
changeset 113:deb004054279
Minor two-pages decoplan fixes.
author | JeanDo |
---|---|
date | Thu, 23 Dec 2010 13:43:00 +0100 |
parents | 9500f431248a |
children | e39a6415df3d |
files | code_part1/OSTC_code_asm_part1/pled_outputs.asm |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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