comparison code_part1/OSTC_code_asm_part1/simulator.asm @ 390:a847f416e67e 64kByte Logbook

Debugging timer1
author heinrichsweikamp
date Sun, 19 Jun 2011 14:20:19 +0200
parents a59532d2daf8
children ab962c4b19d6
comparison
equal deleted inserted replaced
389:a59532d2daf8 390:a847f416e67e
343 movlb 1 343 movlb 1
344 344
345 bsf simulatormode_active ; normal simulator mode 345 bsf simulatormode_active ; normal simulator mode
346 bsf standalone_simulator ; Standalone Simulator active 346 bsf standalone_simulator ; Standalone Simulator active
347 bsf no_sensor_int ; Disable sensor interrupt 347 bsf no_sensor_int ; Disable sensor interrupt
348 clrf T3CON ; Restart time3 counter, 348 clrf T3CON ; Disable timer3 counter,
349 clrf TMR3L ; so the simu won't stop right away. 349 clrf TMR3L ; so the simu won't stop right away.
350 clrf TMR3H 350 clrf TMR3H
351 351
352 call diveloop_boot ; configure gases, etc. 352 call diveloop_boot ; configure gases, etc.
353 353