comparison code_part1/OSTC_code_asm_part1/definitions.asm @ 481:a863fd56189c

Merge with 478
author heinrichsweikamp
date Thu, 13 Oct 2011 08:20:58 +0200
parents fd8266b511cc 8f4882639326
children 8e1fb9cdd62a
comparison
equal deleted inserted replaced
479:9fc8feff27a5 481:a863fd56189c
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 "ostc2_code/code_part1/OSTC_code_c_part2/shared_definitions.h"
114 115
115 ;============================================================================= 116 ;=============================================================================
116 ; Reserve space for C-code data space. Eg.when calling log. 117 ; Reserve space for C-code data space. Eg.when calling log.
117 ; Note: overlayed with md_hash temporary space. 118 ; Note: overlayed with md_hash temporary space.
118 c_code_data_stack EQU 0x800 119 c_code_data_stack EQU 0x800