comparison code_part1/OSTC_code_asm_part1/definitions.asm @ 277:46d1012d096a

Quick-access to menupos3 in divemode - ToDo: EAD and END in CCR mode
author heinrichsweikamp
date Mon, 18 Apr 2011 10:23:22 +0200
parents 02303915c199
children 17aab4ca0547
comparison
equal deleted inserted replaced
276:02303915c199 277:46d1012d096a
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 "../OSTC_code_c_part2/shared_definitions.h" 88 #include "../OSTC_code_c_part2/shared_definitions.h"
89 ;#include "shared_definitions.h"
89 90
90 ;============================================================================= 91 ;=============================================================================
91 ; Reserve space for C-code data space. Eg.when calling log. 92 ; Reserve space for C-code data space. Eg.when calling log.
92 ; Note: overlayed with md_hash temporary space. 93 ; Note: overlayed with md_hash temporary space.
93 c_code_data_stack EQU 0x800 94 c_code_data_stack EQU 0x800