changeset 419:e671d2018e0f

0.98bar equal 10m depths with salinity set to 1.00kg/l
author heinrichsweikamp
date Wed, 20 Jul 2011 12:49:29 +0200
parents ad0f145ba619
children f3e00f0fab3a
files code_part1/OSTC_code_asm_part1/changelog.txt code_part1/OSTC_code_asm_part1/pled_outputs.asm
diffstat 2 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/changelog.txt	Tue Jul 19 13:52:29 2011 +0200
+++ b/code_part1/OSTC_code_asm_part1/changelog.txt	Wed Jul 20 12:49:29 2011 +0200
@@ -1,4 +1,5 @@
 New in 1.95 beta:
+CHANGE: 0.98bar equal 10m depths with salinity set to 1.00kg/l
 
 New in 1.94 beta:
 Pre-Release for 2.0 Stable
--- a/code_part1/OSTC_code_asm_part1/pled_outputs.asm	Tue Jul 19 13:52:29 2011 +0200
+++ b/code_part1/OSTC_code_asm_part1/pled_outputs.asm	Wed Jul 20 12:49:29 2011 +0200
@@ -3678,7 +3678,7 @@
 	movff	lo,xA+0
 	movff	hi,xA+1
 
-	movlw	d'100'
+	movlw	d'102'					; 0,98bar/10m
 	movwf	xB+0
 	clrf	xB+1