Mercurial > public > mk2
comparison code_part1/OSTC_code_asm_part1/outputs.asm @ 724:03f8a8eec9ae
correct diluent store address
author | heinrichsweikamp |
---|---|
date | Wed, 29 May 2013 14:41:34 +0200 |
parents | 4452837aff37 |
children |
comparison
equal
deleted
inserted
replaced
723:6fd9a9feca91 | 724:03f8a8eec9ae |
---|---|
2993 DISP_diluent_list: | 2993 DISP_diluent_list: |
2994 ostc_debug 'm' ; Sends debug-information to screen if debugmode active | 2994 ostc_debug 'm' ; Sends debug-information to screen if debugmode active |
2995 WIN_LEFT .100 | 2995 WIN_LEFT .100 |
2996 WIN_FONT FT_SMALL | 2996 WIN_FONT FT_SMALL |
2997 bsf leftbind | 2997 bsf leftbind |
2998 movlw d'93' | 2998 movlw d'94' |
2999 movwf wait_temp ; here: stores eeprom address for diluent list (96-2) | 2999 movwf wait_temp ; here: stores eeprom address for diluent list (96-2) |
3000 movlw d'231' | 3000 movlw d'231' |
3001 movwf waitms_temp ; here: stores row for gas list | 3001 movwf waitms_temp ; here: stores row for gas list |
3002 clrf hi ; here: Diluent counter | 3002 clrf hi ; here: Diluent counter |
3003 | 3003 |