comparison code_part1/OSTC_code_asm_part1/definitions.asm @ 453:38b38b105782

compute desat based on 30min old surface pressure
author heinrichsweikamp
date Mon, 22 Aug 2011 17:36:30 +0200
parents 05ec97e106da
children c512a868937c
comparison
equal deleted inserted replaced
452:05ec97e106da 453:38b38b105782
95 CONFIG LVP = OFF ;Single-Supply ICSP disabled 95 CONFIG LVP = OFF ;Single-Supply ICSP disabled
96 CONFIG STVREN = OFF ;Stack full/underflow will not cause Reset 96 CONFIG STVREN = OFF ;Stack full/underflow will not cause Reset
97 97
98 ;============================================================================= 98 ;=============================================================================
99 99
100 #include "../OSTC_code_c_part2/shared_definitions.h" 100 ;#include "../OSTC_code_c_part2/shared_definitions.h"
101 ;#include "shared_definitions.h" 101 #include "shared_definitions.h"
102 102
103 ;============================================================================= 103 ;=============================================================================
104 ; Reserve space for C-code data space. Eg.when calling log. 104 ; Reserve space for C-code data space. Eg.when calling log.
105 ; Note: overlayed with md_hash temporary space. 105 ; Note: overlayed with md_hash temporary space.
106 c_code_data_stack EQU 0x800 106 c_code_data_stack EQU 0x800