comparison code_part1/OSTC_code_asm_part1/definitions.asm @ 303:9c39cedb662b

disabled live END and EAD (Need some debug work)
author heinrichsweikamp
date Sat, 30 Apr 2011 14:07:44 +0200
parents ceedf078b2d8
children ed08d441ed26
comparison
equal deleted inserted replaced
302:36cc8f0c1d73 303:9c39cedb662b
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 "../OSTC_code_c_part2/shared_definitions.h" 88 ;#include "../OSTC_code_c_part2/shared_definitions.h"
89 ;#include "shared_definitions.h" 89 #include "shared_definitions.h"
90 90
91 ;============================================================================= 91 ;=============================================================================
92 ; Reserve space for C-code data space. Eg.when calling log. 92 ; Reserve space for C-code data space. Eg.when calling log.
93 ; Note: overlayed with md_hash temporary space. 93 ; Note: overlayed with md_hash temporary space.
94 c_code_data_stack EQU 0x800 94 c_code_data_stack EQU 0x800