Mercurial > public > mk2
comparison code_part1/OSTC_code_asm_part1/menu_logbook.asm @ 249:544cc5d47755
small clean
author | heinrichsweikamp |
---|---|
date | Tue, 29 Mar 2011 22:59:58 +0200 |
parents | 571626276aaa |
children | 3a4096f32526 |
comparison
equal
deleted
inserted
replaced
248:571626276aaa | 249:544cc5d47755 |
---|---|
464 call word_processor ; display 3rd page of details | 464 call word_processor ; display 3rd page of details |
465 | 465 |
466 movff eeprom_address+0,average_depth_hold+0 | 466 movff eeprom_address+0,average_depth_hold+0 |
467 movff eeprom_address+1,average_depth_hold+1 ; Pointer to Gaslist (For Page 2) | 467 movff eeprom_address+1,average_depth_hold+1 ; Pointer to Gaslist (For Page 2) |
468 | 468 |
469 ; incf_eeprom_address d'18' ; Skip 18Bytes in EEPROM (faster) | |
470 ; ;18bytes gases, battery, firmware number | |
471 | |
472 incf_eeprom_address d'12' ; Skip 12 Bytes in EEPROM (faster) (Gaslist) | 469 incf_eeprom_address d'12' ; Skip 12 Bytes in EEPROM (faster) (Gaslist) |
473 call I2CREAD2 ; Read start gas (1-5) | 470 call I2CREAD2 ; Read start gas (1-5) |
474 movff SSPBUF,active_gas ; Store | 471 movff SSPBUF,active_gas ; Store |
475 incf_eeprom_address d'5' ; Skip 5 Bytes in EEPROM (faster) (Battery, firmware) | 472 incf_eeprom_address d'5' ; Skip 5 Bytes in EEPROM (faster) (Battery, firmware) |
476 | 473 |