Mercurial > public > hwos_code
comparison src/logbook.asm @ 437:23b58c4bc6aa
CHANGE: Language fixes, 2.08 release
author | heinrichsweikamp |
---|---|
date | Thu, 30 Jun 2016 10:28:12 +0200 |
parents | 95ee78f4a974 |
children | 8dfb93e80338 |
comparison
equal
deleted
inserted
replaced
436:95ee78f4a974 | 437:23b58c4bc6aa |
---|---|
1739 output_16 | 1739 output_16 |
1740 STRCAT_PRINT "%" | 1740 STRCAT_PRINT "%" |
1741 | 1741 |
1742 ; Average depth | 1742 ; Average depth |
1743 WIN_TINY log2_avr_column,log2_avr_row | 1743 WIN_TINY log2_avr_column,log2_avr_row |
1744 STRCPY_TEXT tAVR | 1744 STRCPY_TEXT tAVG |
1745 call ext_flash_byte_read_plus ; read avr low | 1745 call ext_flash_byte_read_plus ; read avr low |
1746 movff temp1,lo | 1746 movff temp1,lo |
1747 call ext_flash_byte_read_plus ; read avr high | 1747 call ext_flash_byte_read_plus ; read avr high |
1748 movff temp1,hi | 1748 movff temp1,hi |
1749 | 1749 |