comparison code_part1/OSTC_code_asm_part1/pled_outputs.asm @ 525:f9a03808dfe2

moving "bailout" on top of setpoint list
author heinrichsweikamp
date Sat, 10 Dec 2011 16:07:50 +0100
parents 154b1d1c489e
children 67ab3c028bc2
comparison
equal deleted inserted replaced
524:6fa776a44768 525:f9a03808dfe2
2915 call PLED_standard_color 2915 call PLED_standard_color
2916 2916
2917 ; list three SP in Gaslist 2917 ; list three SP in Gaslist
2918 movlw d'35' ; 36 = current SP position in EEPROM 2918 movlw d'35' ; 36 = current SP position in EEPROM
2919 movwf wait_temp ; here: stores eeprom address for gas list 2919 movwf wait_temp ; here: stores eeprom address for gas list
2920 movlw d'231' 2920 movlw d'0'
2921 movwf waitms_temp ; here: stores row for gas list 2921 movwf waitms_temp ; here: stores row for gas list
2922 clrf decoplan_index ; here: SP counter 2922 clrf decoplan_index ; here: SP counter
2923 2923
2924 PLED_splist_loop: 2924 PLED_splist_loop:
2925 incf wait_temp,F ; EEPROM address 2925 incf wait_temp,F ; EEPROM address