comparison code_part1/OSTC_code_asm_part1/definitions.asm @ 480:8f4882639326

relative path changed for include
author heinrichsweikamp
date Tue, 11 Oct 2011 21:17:05 +0200
parents 0ff08e0e5f70
children a863fd56189c
comparison
equal deleted inserted replaced
477:1b09cead63a8 480:8f4882639326
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" 114 #include "ostc2_code/code_part1/OSTC_code_c_part2/shared_definitions.h"
115 115
116 ;============================================================================= 116 ;=============================================================================
117 ; Reserve space for C-code data space. Eg.when calling log. 117 ; Reserve space for C-code data space. Eg.when calling log.
118 ; Note: overlayed with md_hash temporary space. 118 ; Note: overlayed with md_hash temporary space.
119 c_code_data_stack EQU 0x800 119 c_code_data_stack EQU 0x800