comparison code_part1/OSTC_code_asm_part1/menu_custom.asm @ 445:6e57b5bb98ce

localisation part 1 from Sergei
author heinrichsweikamp
date Thu, 11 Aug 2011 20:01:55 +0200
parents d4ca9196e830
children fd8266b511cc
comparison
equal deleted inserted replaced
444:f6cdd0079c36 445:6e57b5bb98ce
244 movlw '-' 244 movlw '-'
245 movwf POSTINC2 245 movwf POSTINC2
246 call word_processor 246 call word_processor
247 247
248 WIN_TOP .95 248 WIN_TOP .95
249 STRCPY "Step:" 249 STRCPY TXT_STEP5
250 clrf hi 250 clrf hi
251 movff cf_step,lo 251 movff cf_step,lo
252 call display_formated ; Typed display, w/o fill line. 252 call display_formated ; Typed display, w/o fill line.
253 STRCAT_PRINT " " ; 2 spaces for "0.01"->"1" 253 STRCAT_PRINT " " ; 2 spaces for "0.01"->"1"
254 254
854 WIN_LEFT .125 854 WIN_LEFT .125
855 WIN_FONT FT_SMALL 855 WIN_FONT FT_SMALL
856 WIN_INVERT .1 ; Init new Wordprocessor 856 WIN_INVERT .1 ; Init new Wordprocessor
857 call PLED_warnings_color 857 call PLED_warnings_color
858 858
859 STRCPY "CF" 859 STRCPY TXT_CF2
860 movff cf_checker_counter,lo 860 movff cf_checker_counter,lo
861 output_99x 861 output_99x
862 STRCAT_PRINT "!" 862 STRCAT_PRINT "!"
863 863
864 ; When failed, increment counter modulo 64, to restart checks. 864 ; When failed, increment counter modulo 64, to restart checks.