comparison code_part1/OSTC_code_asm_part1/definitions.asm @ 478:fd8266b511cc

New SAC (CF56/CF57) in 5..50 l/min range (no more decimal).
author JeanDo
date Wed, 12 Oct 2011 19:02:38 +0200
parents 0ff08e0e5f70
children a863fd56189c
comparison
equal deleted inserted replaced
477:1b09cead63a8 478:fd8266b511cc
108 CONFIG LVP = OFF ;Single-Supply ICSP disabled 108 CONFIG LVP = OFF ;Single-Supply ICSP disabled
109 CONFIG STVREN = OFF ;Stack full/underflow will not cause Reset 109 CONFIG STVREN = OFF ;Stack full/underflow will not cause Reset
110 110
111 ;============================================================================= 111 ;=============================================================================
112 112
113 ;#include "../OSTC_code_c_part2/shared_definitions.h" 113 #include "../OSTC_code_c_part2/shared_definitions.h"
114 #include "shared_definitions.h"
115 114
116 ;============================================================================= 115 ;=============================================================================
117 ; Reserve space for C-code data space. Eg.when calling log. 116 ; Reserve space for C-code data space. Eg.when calling log.
118 ; Note: overlayed with md_hash temporary space. 117 ; Note: overlayed with md_hash temporary space.
119 c_code_data_stack EQU 0x800 118 c_code_data_stack EQU 0x800