Mercurial > public > mk2
comparison code_part1/OSTC_code_asm_part1/definitions.asm @ 304:ed08d441ed26
Backed out changeset: 9c39cedb662b
author | heinrichsweikamp |
---|---|
date | Sat, 30 Apr 2011 14:09:38 +0200 |
parents | 9c39cedb662b |
children | 122324dafba7 |
comparison
equal
deleted
inserted
replaced
303:9c39cedb662b | 304:ed08d441ed26 |
---|---|
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 |