Mercurial > public > mk2
diff code_part1/OSTC_code_asm_part1/simulator.asm @ 236:3dbeacf42e9e
BUGFIX missing deko init in reboot code.
+ Typo in ppN2 name.
author | JeanDo |
---|---|
date | Sat, 19 Mar 2011 15:15:17 +0100 |
parents | 59c479181724 |
children | d995e220ddac |
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/simulator.asm Sat Mar 19 11:34:32 2011 +0100 +++ b/code_part1/OSTC_code_asm_part1/simulator.asm Sat Mar 19 15:15:17 2011 +0100 @@ -130,11 +130,6 @@ movlw HIGH d'1000' addwfc xC+1,F ; add 1000mBar -; movf amb_pressure+0,W -; addwf xC+0,F -; movf amb_pressure+1,W -; addwfc xC+1,F ; Add ambient pressure -; movff xC+0,sim_pressure+0 movff xC+1,sim_pressure+1