Mercurial > public > mk2
comparison code_part1/OSTC_code_asm_part1/definitions.asm @ 450:26e5bb28891d
1.97beta release - 1.98start
author | heinrichsweikamp |
---|---|
date | Mon, 15 Aug 2011 10:23:27 +0200 |
parents | f6cdd0079c36 |
children | 05ec97e106da |
comparison
equal
deleted
inserted
replaced
449:a2083d918f70 | 450:26e5bb28891d |
---|---|
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'1' ; Software version XX.YY | 24 #DEFINE softwareversion_x d'1' ; Software version XX.YY |
25 #DEFINE softwareversion_y d'96' ; Software version XX.YY | 25 #DEFINE softwareversion_y d'98' ; 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 |
95 CONFIG LVP = OFF ;Single-Supply ICSP disabled | 95 CONFIG LVP = OFF ;Single-Supply ICSP disabled |
96 CONFIG STVREN = OFF ;Stack full/underflow will not cause Reset | 96 CONFIG STVREN = OFF ;Stack full/underflow will not cause Reset |
97 | 97 |
98 ;============================================================================= | 98 ;============================================================================= |
99 | 99 |
100 ;#include "../OSTC_code_c_part2/shared_definitions.h" | 100 #include "../OSTC_code_c_part2/shared_definitions.h" |
101 #include "shared_definitions.h" | 101 ;#include "shared_definitions.h" |
102 | 102 |
103 ;============================================================================= | 103 ;============================================================================= |
104 ; Reserve space for C-code data space. Eg.when calling log. | 104 ; Reserve space for C-code data space. Eg.when calling log. |
105 ; Note: overlayed with md_hash temporary space. | 105 ; Note: overlayed with md_hash temporary space. |
106 c_code_data_stack EQU 0x800 | 106 c_code_data_stack EQU 0x800 |