# HG changeset patch # User heinrichsweikamp # Date 1423309024 -3600 # Node ID c50296c3059e60e9de982d5366ca50037d7653ea # Parent 66b3cdff04db0d91340f6d1b6182d560a37a9d02 BUGFIX: Divetime had unwanted "." behind the minutes Change Copyright info 3.02 release diff -r 66b3cdff04db -r c50296c3059e code_part1/OSTC_code_asm_part1/MAIN.ASM --- a/code_part1/OSTC_code_asm_part1/MAIN.ASM Thu Feb 05 13:33:38 2015 +0100 +++ b/code_part1/OSTC_code_asm_part1/MAIN.ASM Sat Feb 07 12:37:04 2015 +0100 @@ -1,6 +1,6 @@ ; OSTC - diving computer code -; Copyright (C) 2008-2011 HeinrichsWeikamp GbR +; Copyright (C) 2008-2015 HeinrichsWeikamp GbR ; This program is free software: you can redistribute it and/or modify ; it under the terms of the GNU General Public License as published by @@ -114,7 +114,7 @@ #include aa_fonts.asm ;============================================================================= - MESSG "OSTC - diving computer code, Copyright (C) 2013 HeinrichsWeikamp" + MESSG "OSTC - diving computer code, Copyright (C) 2015 HeinrichsWeikamp" MESSG "This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the" MESSG "Free Software Foundation, either version 3 of the License, or (at your option) any later version." MESSG "This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY" diff -r 66b3cdff04db -r c50296c3059e code_part1/OSTC_code_asm_part1/adc_rtc.asm --- a/code_part1/OSTC_code_asm_part1/adc_rtc.asm Thu Feb 05 13:33:38 2015 +0100 +++ b/code_part1/OSTC_code_asm_part1/adc_rtc.asm Sat Feb 07 12:37:04 2015 +0100 @@ -1,5 +1,5 @@ ; OSTC - diving computer code -; Copyright (C) 2008 HeinrichsWeikamp GbR +; Copyright (C) 2015 HeinrichsWeikamp GbR ; This program is free software: you can redistribute it and/or modify ; it under the terms of the GNU General Public License as published by diff -r 66b3cdff04db -r c50296c3059e code_part1/OSTC_code_asm_part1/changelog.txt --- a/code_part1/OSTC_code_asm_part1/changelog.txt Thu Feb 05 13:33:38 2015 +0100 +++ b/code_part1/OSTC_code_asm_part1/changelog.txt Sat Feb 07 12:37:04 2015 +0100 @@ -1,3 +1,7 @@ +New in 3.02: +Stable Release +BUGFIX: Divetime had unwanted "." behind the minutes + New in 3.01: Stable Release BUGFIX: Entry time in logbook when dive was around midnight diff -r 66b3cdff04db -r c50296c3059e code_part1/OSTC_code_asm_part1/customview.asm --- a/code_part1/OSTC_code_asm_part1/customview.asm Thu Feb 05 13:33:38 2015 +0100 +++ b/code_part1/OSTC_code_asm_part1/customview.asm Sat Feb 07 12:37:04 2015 +0100 @@ -1,5 +1,5 @@ ; OSTC - diving computer code -; Copyright (C) 2008 HeinrichsWeikamp GbR +; Copyright (C) 2015 HeinrichsWeikamp GbR ; This program is free software: you can redistribute it and/or modify ; it under the terms of the GNU General Public License as published by diff -r 66b3cdff04db -r c50296c3059e code_part1/OSTC_code_asm_part1/definitions.asm --- a/code_part1/OSTC_code_asm_part1/definitions.asm Thu Feb 05 13:33:38 2015 +0100 +++ b/code_part1/OSTC_code_asm_part1/definitions.asm Sat Feb 07 12:37:04 2015 +0100 @@ -1,5 +1,5 @@ ; OSTC - diving computer code -; Copyright (C) 2008 HeinrichsWeikamp GbR +; Copyright (C) 2015 HeinrichsWeikamp GbR ; This program is free software: you can redistribute it and/or modifyn 3 of the License, or ; (at your option) any later version. @@ -22,7 +22,7 @@ ; ToDo: #DEFINE softwareversion_x d'3' ; Software version XX.YY -#DEFINE softwareversion_y d'01' ; Software version XX.YY +#DEFINE softwareversion_y d'02' ; Software version XX.YY #DEFINE softwareversion_beta 0 ; (and 0 for release) diff -r 66b3cdff04db -r c50296c3059e code_part1/OSTC_code_asm_part1/displaytext.asm --- a/code_part1/OSTC_code_asm_part1/displaytext.asm Thu Feb 05 13:33:38 2015 +0100 +++ b/code_part1/OSTC_code_asm_part1/displaytext.asm Sat Feb 07 12:37:04 2015 +0100 @@ -1,5 +1,5 @@ ; OSTC - diving computer code -; Copyright (C) 2008 HeinrichsWeikamp GbR +; Copyright (C) 2015 HeinrichsWeikamp GbR ; This program is free software: you can redistribute it and/or modify ; it under the terms of the GNU General Public License as published by diff -r 66b3cdff04db -r c50296c3059e code_part1/OSTC_code_asm_part1/divemode.asm --- a/code_part1/OSTC_code_asm_part1/divemode.asm Thu Feb 05 13:33:38 2015 +0100 +++ b/code_part1/OSTC_code_asm_part1/divemode.asm Sat Feb 07 12:37:04 2015 +0100 @@ -1,6 +1,6 @@ ; OSTC - diving computer code -; Copyright (C) 2008 HeinrichsWeikamp GbR +; Copyright (C) 2015 HeinrichsWeikamp GbR ; This program is free software: you can redistribute it and/or modify ; it under the terms of the GNU General Public License as published by diff -r 66b3cdff04db -r c50296c3059e code_part1/OSTC_code_asm_part1/divemode_menu.asm --- a/code_part1/OSTC_code_asm_part1/divemode_menu.asm Thu Feb 05 13:33:38 2015 +0100 +++ b/code_part1/OSTC_code_asm_part1/divemode_menu.asm Sat Feb 07 12:37:04 2015 +0100 @@ -1,5 +1,5 @@ ; OSTC - diving computer code -; Copyright (C) 2008 HeinrichsWeikamp GbR +; Copyright (C) 2015 HeinrichsWeikamp GbR ; This program is free software: you can redistribute it and/or modify ; it under the terms of the GNU General Public License as published by diff -r 66b3cdff04db -r c50296c3059e code_part1/OSTC_code_asm_part1/eeprom_rs232.asm --- a/code_part1/OSTC_code_asm_part1/eeprom_rs232.asm Thu Feb 05 13:33:38 2015 +0100 +++ b/code_part1/OSTC_code_asm_part1/eeprom_rs232.asm Sat Feb 07 12:37:04 2015 +0100 @@ -1,5 +1,5 @@ ; OSTC - diving computer code -; Copyright (C) 2008 HeinrichsWeikamp GbR +; Copyright (C) 2015 HeinrichsWeikamp GbR ; This program is free software: you can redistribute it and/or modify ; it under the terms of the GNU General Public License as published by diff -r 66b3cdff04db -r c50296c3059e code_part1/OSTC_code_asm_part1/english_text.asm --- a/code_part1/OSTC_code_asm_part1/english_text.asm Thu Feb 05 13:33:38 2015 +0100 +++ b/code_part1/OSTC_code_asm_part1/english_text.asm Sat Feb 07 12:37:04 2015 +0100 @@ -1,6 +1,6 @@ ;============================================================================= ; OSTC - diving computer code -; Copyright (C) 2008 HeinrichsWeikamp GbR +; Copyright (C) 2015 HeinrichsWeikamp GbR ; ; This program is free software: you can redistribute it and/or modify ; it under the terms of the GNU General Public License as published by diff -r 66b3cdff04db -r c50296c3059e code_part1/OSTC_code_asm_part1/french_text.asm --- a/code_part1/OSTC_code_asm_part1/french_text.asm Thu Feb 05 13:33:38 2015 +0100 +++ b/code_part1/OSTC_code_asm_part1/french_text.asm Sat Feb 07 12:37:04 2015 +0100 @@ -1,6 +1,6 @@ ;============================================================================= ; OSTC - diving computer code -; Copyright (C) 2008 HeinrichsWeikamp GbR +; Copyright (C) 2015 HeinrichsWeikamp GbR ; ; This program is free software: you can redistribute it and/or modify ; it under the terms of the GNU General Public License as published by diff -r 66b3cdff04db -r c50296c3059e code_part1/OSTC_code_asm_part1/german_text.asm --- a/code_part1/OSTC_code_asm_part1/german_text.asm Thu Feb 05 13:33:38 2015 +0100 +++ b/code_part1/OSTC_code_asm_part1/german_text.asm Sat Feb 07 12:37:04 2015 +0100 @@ -1,6 +1,6 @@ ;============================================================================= ; OSTC - diving computer code -; Copyright (C) 2008 HeinrichsWeikamp GbR +; Copyright (C) 2015 HeinrichsWeikamp GbR ; ; This program is free software: you can redistribute it and/or modify ; it under the terms of the GNU General Public License as published by diff -r 66b3cdff04db -r c50296c3059e code_part1/OSTC_code_asm_part1/i2c_eeprom.asm --- a/code_part1/OSTC_code_asm_part1/i2c_eeprom.asm Thu Feb 05 13:33:38 2015 +0100 +++ b/code_part1/OSTC_code_asm_part1/i2c_eeprom.asm Sat Feb 07 12:37:04 2015 +0100 @@ -1,6 +1,6 @@ ; OSTC - diving computer code -; Copyright (C) 2008 HeinrichsWeikamp GbR +; Copyright (C) 2015 HeinrichsWeikamp GbR ; This program is free software: you can redistribute it and/or modify ; it under the terms of the GNU General Public License as published by ; the Free Software Foundation, either version 3 of the License, or diff -r 66b3cdff04db -r c50296c3059e code_part1/OSTC_code_asm_part1/interface.asm --- a/code_part1/OSTC_code_asm_part1/interface.asm Thu Feb 05 13:33:38 2015 +0100 +++ b/code_part1/OSTC_code_asm_part1/interface.asm Sat Feb 07 12:37:04 2015 +0100 @@ -1,6 +1,6 @@ ; OSTC - diving computer code -; Copyright (C) 2008 HeinrichsWeikamp GbR +; Copyright (C) 2015 HeinrichsWeikamp GbR ; This program is free software: you can redistribute it and/or modify ; it under the terms of the GNU General Public License as published by diff -r 66b3cdff04db -r c50296c3059e code_part1/OSTC_code_asm_part1/isr.asm --- a/code_part1/OSTC_code_asm_part1/isr.asm Thu Feb 05 13:33:38 2015 +0100 +++ b/code_part1/OSTC_code_asm_part1/isr.asm Sat Feb 07 12:37:04 2015 +0100 @@ -1,6 +1,6 @@ ; OSTC - diving computer code -; Copyright (C) 2008 HeinrichsWeikamp GbR +; Copyright (C) 2015 HeinrichsWeikamp GbR ; This program is free software: you can redistribute it and/or modify ; it under the terms of the GNU General Public License as published by diff -r 66b3cdff04db -r c50296c3059e code_part1/OSTC_code_asm_part1/italian_text.asm --- a/code_part1/OSTC_code_asm_part1/italian_text.asm Thu Feb 05 13:33:38 2015 +0100 +++ b/code_part1/OSTC_code_asm_part1/italian_text.asm Sat Feb 07 12:37:04 2015 +0100 @@ -1,6 +1,6 @@ ;============================================================================= ; OSTC - diving computer code -; Copyright (C) 2008 HeinrichsWeikamp GbR +; Copyright (C) 2015 HeinrichsWeikamp GbR ; ; This program is free software: you can redistribute it and/or modify ; it under the terms of the GNU General Public License as published by diff -r 66b3cdff04db -r c50296c3059e code_part1/OSTC_code_asm_part1/math.asm --- a/code_part1/OSTC_code_asm_part1/math.asm Thu Feb 05 13:33:38 2015 +0100 +++ b/code_part1/OSTC_code_asm_part1/math.asm Sat Feb 07 12:37:04 2015 +0100 @@ -1,5 +1,5 @@ ; OSTC - diving computer code -; Copyright (C) 2008 HeinrichsWeikamp GbR +; Copyright (C) 2015 HeinrichsWeikamp GbR ; This program is free software: you can redistribute it and/or modify ; it under the terms of the GNU General Public License as published by diff -r 66b3cdff04db -r c50296c3059e code_part1/OSTC_code_asm_part1/menu.asm --- a/code_part1/OSTC_code_asm_part1/menu.asm Thu Feb 05 13:33:38 2015 +0100 +++ b/code_part1/OSTC_code_asm_part1/menu.asm Sat Feb 07 12:37:04 2015 +0100 @@ -1,6 +1,6 @@ ; OSTC - diving computer code -; Copyright (C) 2008 HeinrichsWeikamp GbR +; Copyright (C) 2015 HeinrichsWeikamp GbR ; This program is free software: you can redistribute it and/or modify ; it under the terms of the GNU General Public License as published by diff -r 66b3cdff04db -r c50296c3059e code_part1/OSTC_code_asm_part1/menu_battery.asm --- a/code_part1/OSTC_code_asm_part1/menu_battery.asm Thu Feb 05 13:33:38 2015 +0100 +++ b/code_part1/OSTC_code_asm_part1/menu_battery.asm Sat Feb 07 12:37:04 2015 +0100 @@ -1,6 +1,6 @@ ; OSTC - diving computer code -; Copyright (C) 2008 HeinrichsWeikamp GbR +; Copyright (C) 2015 HeinrichsWeikamp GbR ; This program is free software: you can redistribute it and/or modify ; it under the terms of the GNU General Public License as published by diff -r 66b3cdff04db -r c50296c3059e code_part1/OSTC_code_asm_part1/menu_custom.asm --- a/code_part1/OSTC_code_asm_part1/menu_custom.asm Thu Feb 05 13:33:38 2015 +0100 +++ b/code_part1/OSTC_code_asm_part1/menu_custom.asm Sat Feb 07 12:37:04 2015 +0100 @@ -1,5 +1,5 @@ ; OSTC - diving computer code -; Copyright (C) 2008 HeinrichsWeikamp GbR +; Copyright (C) 2015 HeinrichsWeikamp GbR ; This program is free software: you can redistribute it and/or modify ; it under the terms of the GNU General Public License as published by diff -r 66b3cdff04db -r c50296c3059e code_part1/OSTC_code_asm_part1/menu_gassetup.asm --- a/code_part1/OSTC_code_asm_part1/menu_gassetup.asm Thu Feb 05 13:33:38 2015 +0100 +++ b/code_part1/OSTC_code_asm_part1/menu_gassetup.asm Sat Feb 07 12:37:04 2015 +0100 @@ -1,6 +1,6 @@ ; OSTC - diving computer code -; Copyright (C) 2008 HeinrichsWeikamp GbR +; Copyright (C) 2015 HeinrichsWeikamp GbR ; This program is free software: you can redistribute it and/or modify ; it under the terms of the GNU General Public License as published by diff -r 66b3cdff04db -r c50296c3059e code_part1/OSTC_code_asm_part1/menu_logbook.asm --- a/code_part1/OSTC_code_asm_part1/menu_logbook.asm Thu Feb 05 13:33:38 2015 +0100 +++ b/code_part1/OSTC_code_asm_part1/menu_logbook.asm Sat Feb 07 12:37:04 2015 +0100 @@ -1,6 +1,6 @@ ; OSTC - diving computer code -; Copyright (C) 2008 HeinrichsWeikamp GbR +; Copyright (C) 2015 HeinrichsWeikamp GbR ; This program is free software: you can redistribute it and/or modify ; it under the terms of the GNU General Public License as published by diff -r 66b3cdff04db -r c50296c3059e code_part1/OSTC_code_asm_part1/menu_ppO2.asm --- a/code_part1/OSTC_code_asm_part1/menu_ppO2.asm Thu Feb 05 13:33:38 2015 +0100 +++ b/code_part1/OSTC_code_asm_part1/menu_ppO2.asm Sat Feb 07 12:37:04 2015 +0100 @@ -1,6 +1,6 @@ ; OSTC - diving computer code -; Copyright (C) 2008 HeinrichsWeikamp GbR +; Copyright (C) 2015 HeinrichsWeikamp GbR ; This program is free software: you can redistribute it and/or modify ; it under the terms of the GNU General Public License as published by diff -r 66b3cdff04db -r c50296c3059e code_part1/OSTC_code_asm_part1/menu_reset.asm --- a/code_part1/OSTC_code_asm_part1/menu_reset.asm Thu Feb 05 13:33:38 2015 +0100 +++ b/code_part1/OSTC_code_asm_part1/menu_reset.asm Sat Feb 07 12:37:04 2015 +0100 @@ -1,6 +1,6 @@ ; OSTC - diving computer code -; Copyright (C) 2008 HeinrichsWeikamp GbR +; Copyright (C) 2015 HeinrichsWeikamp GbR ; This program is free software: you can redistribute it and/or modify ; it under the terms of the GNU General Public License as published by diff -r 66b3cdff04db -r c50296c3059e code_part1/OSTC_code_asm_part1/menu_settime.asm --- a/code_part1/OSTC_code_asm_part1/menu_settime.asm Thu Feb 05 13:33:38 2015 +0100 +++ b/code_part1/OSTC_code_asm_part1/menu_settime.asm Sat Feb 07 12:37:04 2015 +0100 @@ -1,6 +1,6 @@ ; OSTC - diving computer code -; Copyright (C) 2008 HeinrichsWeikamp GbR +; Copyright (C) 2015 HeinrichsWeikamp GbR ; This program is free software: you can redistribute it and/or modify ; it under the terms of the GNU General Public License as published by diff -r 66b3cdff04db -r c50296c3059e code_part1/OSTC_code_asm_part1/ms5535.asm --- a/code_part1/OSTC_code_asm_part1/ms5535.asm Thu Feb 05 13:33:38 2015 +0100 +++ b/code_part1/OSTC_code_asm_part1/ms5535.asm Sat Feb 07 12:37:04 2015 +0100 @@ -1,5 +1,5 @@ ; OSTC - diving computer code -; Copyright (C) 2008 HeinrichsWeikamp GbR +; Copyright (C) 2015 HeinrichsWeikamp GbR ; This program is free software: you can redistribute it and/or modify ; it under the terms of the GNU General Public License as published by diff -r 66b3cdff04db -r c50296c3059e code_part1/OSTC_code_asm_part1/multilang_text.asm --- a/code_part1/OSTC_code_asm_part1/multilang_text.asm Thu Feb 05 13:33:38 2015 +0100 +++ b/code_part1/OSTC_code_asm_part1/multilang_text.asm Sat Feb 07 12:37:04 2015 +0100 @@ -1,6 +1,6 @@ ; OSTC - diving computer code -; Copyright (C) 2008 HeinrichsWeikamp GbR +; Copyright (C) 2015 HeinrichsWeikamp GbR ; This program is free software: you can redistribute it and/or modify ; it under the terms of the GNU General Public License as published by diff -r 66b3cdff04db -r c50296c3059e code_part1/OSTC_code_asm_part1/outputs.asm --- a/code_part1/OSTC_code_asm_part1/outputs.asm Thu Feb 05 13:33:38 2015 +0100 +++ b/code_part1/OSTC_code_asm_part1/outputs.asm Sat Feb 07 12:37:04 2015 +0100 @@ -1,6 +1,6 @@ ; OSTC - diving computer code -; Copyright (C) 2008 HeinrichsWeikamp GbR +; Copyright (C) 2015 HeinrichsWeikamp GbR ; This program is free software: you can redistribute it and/or modify ; it under the terms of the GNU General Public License as published by diff -r 66b3cdff04db -r c50296c3059e code_part1/OSTC_code_asm_part1/russian_text.asm --- a/code_part1/OSTC_code_asm_part1/russian_text.asm Thu Feb 05 13:33:38 2015 +0100 +++ b/code_part1/OSTC_code_asm_part1/russian_text.asm Sat Feb 07 12:37:04 2015 +0100 @@ -1,6 +1,6 @@ ;============================================================================= ; OSTC - diving computer code -; Copyright (C) 2008 HeinrichsWeikamp GbR +; Copyright (C) 2015 HeinrichsWeikamp GbR ; ; This program is free software: you can redistribute it and/or modify ; it under the terms of the GNU General Public License as published by diff -r 66b3cdff04db -r c50296c3059e code_part1/OSTC_code_asm_part1/simulator.asm --- a/code_part1/OSTC_code_asm_part1/simulator.asm Thu Feb 05 13:33:38 2015 +0100 +++ b/code_part1/OSTC_code_asm_part1/simulator.asm Sat Feb 07 12:37:04 2015 +0100 @@ -1,6 +1,6 @@ ; OSTC - diving computer code -; Copyright (C) 2008 HeinrichsWeikamp GbR +; Copyright (C) 2015 HeinrichsWeikamp GbR ; This program is free software: you can redistribute it and/or modify ; it under the terms of the GNU General Public License as published by diff -r 66b3cdff04db -r c50296c3059e code_part1/OSTC_code_asm_part1/sleepmode.asm --- a/code_part1/OSTC_code_asm_part1/sleepmode.asm Thu Feb 05 13:33:38 2015 +0100 +++ b/code_part1/OSTC_code_asm_part1/sleepmode.asm Sat Feb 07 12:37:04 2015 +0100 @@ -1,5 +1,5 @@ ; OSTC - diving computer code -; Copyright (C) 2008 HeinrichsWeikamp GbR +; Copyright (C) 2015 HeinrichsWeikamp GbR ; This program is free software: you can redistribute it and/or modify ; it under the terms of the GNU General Public License as published by ; the Free Software Foundation, either version 3 of the License, or diff -r 66b3cdff04db -r c50296c3059e code_part1/OSTC_code_asm_part1/spanish_text.asm --- a/code_part1/OSTC_code_asm_part1/spanish_text.asm Thu Feb 05 13:33:38 2015 +0100 +++ b/code_part1/OSTC_code_asm_part1/spanish_text.asm Sat Feb 07 12:37:04 2015 +0100 @@ -1,6 +1,6 @@ ;============================================================================= ; OSTC - diving computer code -; Copyright (C) 2008 HeinrichsWeikamp GbR +; Copyright (C) 2015 HeinrichsWeikamp GbR ; ; This program is free software: you can redistribute it and/or modify ; it under the terms of the GNU General Public License as published by diff -r 66b3cdff04db -r c50296c3059e code_part1/OSTC_code_asm_part1/start.asm --- a/code_part1/OSTC_code_asm_part1/start.asm Thu Feb 05 13:33:38 2015 +0100 +++ b/code_part1/OSTC_code_asm_part1/start.asm Sat Feb 07 12:37:04 2015 +0100 @@ -1,5 +1,5 @@ ; OSTC - diving computer code -; Copyright (C) 2008 HeinrichsWeikamp GbR +; Copyright (C) 2015 HeinrichsWeikamp GbR ; This program is free software: you can redistribute it and/or modify ; it under the terms of the GNU General Public License as published by diff -r 66b3cdff04db -r c50296c3059e code_part1/OSTC_code_asm_part1/surfmode.asm --- a/code_part1/OSTC_code_asm_part1/surfmode.asm Thu Feb 05 13:33:38 2015 +0100 +++ b/code_part1/OSTC_code_asm_part1/surfmode.asm Sat Feb 07 12:37:04 2015 +0100 @@ -1,5 +1,5 @@ ; OSTC - diving computer code -; Copyright (C) 2008 HeinrichsWeikamp GbR +; Copyright (C) 2015 HeinrichsWeikamp GbR ; This program is free software: you can redistribute it and/or modify ; it under the terms of the GNU General Public License as published by diff -r 66b3cdff04db -r c50296c3059e code_part1/OSTC_code_asm_part1/sync_clock.asm --- a/code_part1/OSTC_code_asm_part1/sync_clock.asm Thu Feb 05 13:33:38 2015 +0100 +++ b/code_part1/OSTC_code_asm_part1/sync_clock.asm Sat Feb 07 12:37:04 2015 +0100 @@ -1,6 +1,6 @@ ; OSTC - diving computer code -; Copyright (C) 2008 HeinrichsWeikamp GbR +; Copyright (C) 2015 HeinrichsWeikamp GbR ; This program is free software: you can redistribute it and/or modify ; it under the terms of the GNU General Public License as published by diff -r 66b3cdff04db -r c50296c3059e code_part1/OSTC_code_asm_part1/temp_extrema.asm --- a/code_part1/OSTC_code_asm_part1/temp_extrema.asm Thu Feb 05 13:33:38 2015 +0100 +++ b/code_part1/OSTC_code_asm_part1/temp_extrema.asm Sat Feb 07 12:37:04 2015 +0100 @@ -1,6 +1,6 @@ ; OSTC - diving computer code -; Copyright (C) 2008 HeinrichsWeikamp GbR +; Copyright (C) 2015 HeinrichsWeikamp GbR ; This program is free software: you can redistribute it and/or modify ; it under the terms of the GNU General Public License as published by diff -r 66b3cdff04db -r c50296c3059e code_part1/OSTC_code_asm_part1/valconv.asm --- a/code_part1/OSTC_code_asm_part1/valconv.asm Thu Feb 05 13:33:38 2015 +0100 +++ b/code_part1/OSTC_code_asm_part1/valconv.asm Sat Feb 07 12:37:04 2015 +0100 @@ -1,5 +1,5 @@ ; OSTC - diving computer code -; Copyright (C) 2008 HeinrichsWeikamp GbR +; Copyright (C) 2015 HeinrichsWeikamp GbR ; This program is free software: you can redistribute it and/or modify ; it under the terms of the GNU General Public License as published by @@ -93,7 +93,7 @@ incf ignore_digits,F clrf temp4 -output8 +output8: movff lo, lo_temp clrf hi_temp bcf pre_zero_flag ; do not display leading zeros @@ -108,7 +108,6 @@ clrf ignore_digits incf ignore_digits,F bsf show_last3 - clrf WREG ; Limit to 3 movlw .4 cpfslt hi @@ -126,6 +125,7 @@ movlw HIGH .999 movwf hi output16_3_call_3: + clrf WREG bra output16 output16_call: @@ -133,7 +133,7 @@ incf ignore_digits,F clrf WREG -output16 +output16: movwf temp4 ; Passed from output16dp macro, cleared by others. bcf all_zeros_flag ; do not display any zero from here unless there was at least one figure /zero diff -r 66b3cdff04db -r c50296c3059e code_part1/OSTC_code_asm_part1/wait.asm --- a/code_part1/OSTC_code_asm_part1/wait.asm Thu Feb 05 13:33:38 2015 +0100 +++ b/code_part1/OSTC_code_asm_part1/wait.asm Sat Feb 07 12:37:04 2015 +0100 @@ -1,5 +1,5 @@ ; OSTC - diving computer code -; Copyright (C) 2008 HeinrichsWeikamp GbR +; Copyright (C) 2015 HeinrichsWeikamp GbR ; This program is free software: you can redistribute it and/or modify ; it under the terms of the GNU General Public License as published by ; the Free Software Foundation, either version 3 of the License, or diff -r 66b3cdff04db -r c50296c3059e code_part1/OSTC_code_c_part2/p2_definitions.h --- a/code_part1/OSTC_code_c_part2/p2_definitions.h Thu Feb 05 13:33:38 2015 +0100 +++ b/code_part1/OSTC_code_c_part2/p2_definitions.h Sat Feb 07 12:37:04 2015 +0100 @@ -4,7 +4,7 @@ ////////////////////////////////////////////////////////////////////////////// // OSTC - diving computer code -// Copyright (C) 2008 HeinrichsWeikamp GbR +// Copyright (C) 2015 HeinrichsWeikamp GbR // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by