comparison code_part1/OSTC_code_asm_part1/definitions.asm @ 529:e2acb601504c

some cleanup
author heinrichsweikamp
date Fri, 16 Dec 2011 21:13:28 +0100
parents d445f0627e86
children d0f719aa5166
comparison
equal deleted inserted replaced
528:67ab3c028bc2 529:e2acb601504c
332 char_I_O2_ratio res 1 ; 02 ratio 332 char_I_O2_ratio res 1 ; 02 ratio
333 333
334 active_gas res 1 ; Holds number of active gas 334 active_gas res 1 ; Holds number of active gas
335 335
336 last_diluent res 1 ; backup of diluent percentage in const ppO2 mode 336 last_diluent res 1 ; backup of diluent percentage in const ppO2 mode
337 last_ppO2_value res 1 ; last calculated ppO2 value 337 ;last_ppO2_value res 1 ; last calculated ppO2 value
338 338
339 debug_char res 6 ; For debugmode 339 debug_char res 6 ; For debugmode
340 340
341 apnoe_mins res 1 ; single descent minutes for Apnoe mode 341 apnoe_mins res 1 ; single descent minutes for Apnoe mode
342 apnoe_secs res 1 ; single descent seconds for Apnoe mode 342 apnoe_secs res 1 ; single descent seconds for Apnoe mode
366 bz @end 366 bz @end
367 367
368 movlw low(tag) 368 movlw low(tag)
369 movff WREG,temp10+0 369 movff WREG,temp10+0
370 movlw high(tag) 370 movlw high(tag)
371 movff WREG,temp10+0 371 movff WREG,temp10+1
372 call PLED_resetdebugger 372 call PLED_resetdebugger
373 @end: 373 @end:
374 Endif 374 Endif
375 ENDM 375 ENDM
376 ;============================================================================= 376 ;=============================================================================