comparison code_part1/OSTC_code_asm_part1/pled_outputs.asm @ 149:55a763d514ed

Changed CF11->BSat, CF12->BDes, and CF29->Last
author heinrichsweikamp
date Sun, 09 Jan 2011 17:25:51 +0100
parents e82e0df6d0ea
children fc699a7460e6
comparison
equal deleted inserted replaced
148:055977afc2f9 149:55a763d514ed
648 WIN_TOP .25 648 WIN_TOP .25
649 WIN_LEFT .90 649 WIN_LEFT .90
650 WIN_FONT FT_SMALL 650 WIN_FONT FT_SMALL
651 WIN_INVERT .0 ; Init new Wordprocessor 651 WIN_INVERT .0 ; Init new Wordprocessor
652 call PLED_standard_color 652 call PLED_standard_color
653 STRCPY "CF11:" 653 STRCPY "BSat:"
654 654
655 GETCUSTOM8 d'11' 655 GETCUSTOM8 d'11'
656 movwf lo 656 movwf lo
657 bsf leftbind 657 bsf leftbind
658 output_8 658 output_8
659 STRCAT_PRINT "%" 659 STRCAT_PRINT "%"
660 660
661 WIN_TOP .50 661 WIN_TOP .50
662 STRCPY "CF12:" 662 STRCPY "BDes:"
663 663
664 GETCUSTOM8 d'12' 664 GETCUSTOM8 d'12'
665 movwf lo 665 movwf lo
666 bsf leftbind 666 bsf leftbind
667 output_8 667 output_8
668 STRCAT_PRINT "%" 668 STRCAT_PRINT "%"
669 669
670 PLED_show_cf11_cf12_cf29_2: 670 PLED_show_cf11_cf12_cf29_2:
671 WIN_TOP .75 671 WIN_TOP .75
672 STRCPY "CF29:" 672 STRCPY "Last:"
673 GETCUSTOM8 d'29' 673 GETCUSTOM8 d'29'
674 movwf lo 674 movwf lo
675 bsf leftbind 675 bsf leftbind
676 output_8 676 output_8
677 STRCAT_PRINT "m" 677 STRCAT_PRINT "m"