Mercurial > public > mk2
comparison code_part1/OSTC_code_asm_part1/definitions.asm @ 466:67d908f51e80
cleanup
author | heinrichsweikamp |
---|---|
date | Sun, 02 Oct 2011 18:01:24 +0200 |
parents | 915e0d38edec |
children | 0ff08e0e5f70 |
comparison
equal
deleted
inserted
replaced
465:915e0d38edec | 466:67d908f51e80 |
---|---|
108 CONFIG LVP = OFF ;Single-Supply ICSP disabled | 108 CONFIG LVP = OFF ;Single-Supply ICSP disabled |
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 "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 |