view code_part1/OSTC_code_asm_part1/aa_font48_idx.inc @ 212:275befc5f39d

Debug GF model (bug #11 & #12). + ASSERT stops should be computed in order (bug#11). + BUGFIX: Mark GF_low reference at actual first stop, not predicted one. + BUGFIX: sim_to_first_stop() stops BEFORE first stop, not after (bug#11). + BUGFIX: check that calc_nextdecodepth() don't ascent faster than 10m/mn (bug#11). + BUGFIX: calc_nextdecodepth() should check gas switch, too (bug#11). + let gas switch detection in depth/meter (not ambientPresure/mbar). + BUGFIX OCR mode: bad diluent value in sim_alveolar_pressure() (bug#11). + BUGFIX: add deco distance (offset) only to compartiment integration, not to B?hlmann or GF criterion. + BUGFIX: add margin one meter above gas switch depth (bug#12) + BUGFIX: When ascenting too fast, cancel gas switch delay and history (bug#11).
author JeanDo
date Mon, 21 Feb 2011 22:36:48 +0100
parents 3e351e25f5d1
children
line wrap: on
line source

;==========================================================================
; Font index exported lun. nov. 29 2010 by FontIO.cpp 57 2010-11-24 23:24:47Z gascuel $ 
;==========================================================================
aa_font48_chars		EQU	.17
aa_font48_firstChar	EQU	'.'
aa_font48_lastChar	EQU	'>'
;
aa_font48_idx:
			DW	aa_font48_bits + 0x0000	; . dot
			DW	aa_font48_bits + 0x0014	; / slash
			DW	aa_font48_bits + 0x001A	; 0 0
			DW	aa_font48_bits + 0x00A3	; 1 1
			DW	aa_font48_bits + 0x00ED	; 2 2
			DW	aa_font48_bits + 0x0176	; 3 3
			DW	aa_font48_bits + 0x0204	; 4 4
			DW	aa_font48_bits + 0x0260	; 5 5
			DW	aa_font48_bits + 0x02D2	; 6 6
			DW	aa_font48_bits + 0x037F	; 7 7
			DW	aa_font48_bits + 0x03EB	; 8 8
			DW	aa_font48_bits + 0x04AB	; 9 9
			DW	aa_font48_bits + 0x0557	; : colon
			DW	aa_font48_bits + 0x0582	; ; semicolon
			DW	aa_font48_bits + 0x05A5	; < less
			DW	aa_font48_bits + 0x05D9	; = equal
			DW	aa_font48_bits + 0x062A	; > greater
			DW	aa_font48_bits + 0x0630	; END OF INDEX