Mercurial > public > mk2
comparison code_part1/OSTC_code_asm_part1/definitions.asm @ 484:65850b513f1b
beta 2.03 start...
author | heinrichsweikamp |
---|---|
date | Thu, 13 Oct 2011 09:54:21 +0200 |
parents | 8e1fb9cdd62a |
children | e83f883c96b2 |
comparison
equal
deleted
inserted
replaced
483:0635fbb2fcf5 | 484:65850b513f1b |
---|---|
20 ; 2011/01/20: [jDG] Create a common file included in ASM and C code. | 20 ; 2011/01/20: [jDG] Create a common file included in ASM and C code. |
21 ; known bugs: | 21 ; known bugs: |
22 ; ToDo: | 22 ; ToDo: |
23 | 23 |
24 #DEFINE softwareversion_x d'2' ; Software version XX.YY | 24 #DEFINE softwareversion_x d'2' ; Software version XX.YY |
25 #DEFINE softwareversion_y d'2' ; Software version XX.YY | 25 #DEFINE softwareversion_y d'3' ; Software version XX.YY |
26 | 26 |
27 #DEFINE softwareversion_beta 1 ; (and 0 for release) | 27 #DEFINE softwareversion_beta 1 ; (and 0 for release) |
28 | 28 |
29 #DEFINE max_custom_number d'58' ; Number of last used custom function | 29 #DEFINE max_custom_number d'58' ; Number of last used custom function |
30 | 30 |
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 "ostc2_code/code_part1/OSTC_code_c_part2/shared_definitions.h" | 114 ;#include "ostc2_code/code_part1/OSTC_code_c_part2/shared_definitions.h" |
115 ;include "shared_definitions.h" | |
115 | 116 |
116 ;============================================================================= | 117 ;============================================================================= |
117 ; Reserve space for C-code data space. Eg.when calling log. | 118 ; Reserve space for C-code data space. Eg.when calling log. |
118 ; Note: overlayed with md_hash temporary space. | 119 ; Note: overlayed with md_hash temporary space. |
119 c_code_data_stack EQU 0x800 | 120 c_code_data_stack EQU 0x800 |