Mercurial > public > mk2
comparison code_part1/OSTC_code_asm_part1/pled_outputs.asm @ 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 | c72461857a74 |
children | 1da600c4e139 |
comparison
equal
deleted
inserted
replaced
418:ad0f145ba619 | 419:e671d2018e0f |
---|---|
3676 return ; Out of limit, do not adjust lo:hi | 3676 return ; Out of limit, do not adjust lo:hi |
3677 | 3677 |
3678 movff lo,xA+0 | 3678 movff lo,xA+0 |
3679 movff hi,xA+1 | 3679 movff hi,xA+1 |
3680 | 3680 |
3681 movlw d'100' | 3681 movlw d'102' ; 0,98bar/10m |
3682 movwf xB+0 | 3682 movwf xB+0 |
3683 clrf xB+1 | 3683 clrf xB+1 |
3684 | 3684 |
3685 call mult16x16 ;xA*xB=xC (lo:hi * 100) | 3685 call mult16x16 ;xA*xB=xC (lo:hi * 100) |
3686 | 3686 |