Mercurial > public > mk2
comparison code_part1/OSTC_code_asm_part1/definitions.asm @ 489:b8edb7362870
Cleanup shared_definitions include path
author | JeanDo |
---|---|
date | Mon, 17 Oct 2011 21:55:09 +0200 |
parents | 4c93c2154f18 |
children | a5235ae970af |
comparison
equal
deleted
inserted
replaced
488:7c48692dd17c | 489:b8edb7362870 |
---|---|
107 | 107 |
108 CONFIG DEBUG = OFF ;Background debugger disabled, RB6 and RB7 configured as general purpose I/O pins | 108 CONFIG DEBUG = OFF ;Background debugger disabled, RB6 and RB7 configured as general purpose I/O pins |
109 CONFIG XINST = OFF ;Instruction set extension and Indexed Addressing mode disabled (Legacy mode) | 109 CONFIG XINST = OFF ;Instruction set extension and Indexed Addressing mode disabled (Legacy mode) |
110 CONFIG LVP = OFF ;Single-Supply ICSP disabled | 110 CONFIG LVP = OFF ;Single-Supply ICSP disabled |
111 CONFIG STVREN = OFF ;Stack full/underflow will not cause Reset | 111 CONFIG STVREN = OFF ;Stack full/underflow will not cause Reset |
112 | |
113 ;============================================================================= | |
114 | |
115 ;#include "../OSTC_code_c_part2/shared_definitions.h" | |
116 #include "ostc2_code/code_part1/OSTC_code_c_part2/shared_definitions.h" | |
117 ;include "shared_definitions.h" | |
118 | 112 |
119 ;============================================================================= | 113 ;============================================================================= |
120 ; Reserve space for C-code data space. Eg.when calling log. | 114 ; Reserve space for C-code data space. Eg.when calling log. |
121 ; Note: overlayed with md_hash temporary space. | 115 ; Note: overlayed with md_hash temporary space. |
122 c_code_data_stack EQU 0x800 | 116 c_code_data_stack EQU 0x800 |