comparison code_part1/OSTC_code_asm_part1/definitions.asm @ 276:02303915c199

BUGFIX CF16 applyed to diluant in CCR mode.
author JeanDo
date Mon, 18 Apr 2011 01:19:06 +0200
parents a728b4a1b660
children 46d1012d096a
comparison
equal deleted inserted replaced
275:4310ab395dbe 276:02303915c199
83 CONFIG LVP = OFF ;Single-Supply ICSP disabled 83 CONFIG LVP = OFF ;Single-Supply ICSP disabled
84 CONFIG STVREN = OFF ;Stack full/underflow will not cause Reset 84 CONFIG STVREN = OFF ;Stack full/underflow will not cause Reset
85 85
86 ;============================================================================= 86 ;=============================================================================
87 87
88 #include "shared_definitions.h" 88 #include "../OSTC_code_c_part2/shared_definitions.h"
89 89
90 ;============================================================================= 90 ;=============================================================================
91 ; Reserve space for C-code data space. Eg.when calling log. 91 ; Reserve space for C-code data space. Eg.when calling log.
92 ; Note: overlayed with md_hash temporary space. 92 ; Note: overlayed with md_hash temporary space.
93 c_code_data_stack EQU 0x800 93 c_code_data_stack EQU 0x800