Mercurial > public > mk2
comparison code_part1/OSTC_code_asm_part1/definitions.asm @ 444:f6cdd0079c36
compiler switch for display tester
author | heinrichsweikamp |
---|---|
date | Thu, 11 Aug 2011 13:30:29 +0200 |
parents | b9cf06de8aca |
children | 26e5bb28891d |
comparison
equal
deleted
inserted
replaced
443:4c7f304de294 | 444:f6cdd0079c36 |
---|---|
34 ;#DEFINE GERMAN ; Use german_text.asm | 34 ;#DEFINE GERMAN ; Use german_text.asm |
35 ;#DEFINE SPANISH ; Use spanish_text.asm | 35 ;#DEFINE SPANISH ; Use spanish_text.asm |
36 ;#DEFINE RUSSIAN ; Use russian_text.asm | 36 ;#DEFINE RUSSIAN ; Use russian_text.asm |
37 | 37 |
38 ;#DEFINE __DEBUG ; | 38 ;#DEFINE __DEBUG ; |
39 ;#DEFINE DISPLAY_TEST ; Enables Display-Test in RAW data menu | |
39 | 40 |
40 #DEFINE logbook_profile_version 0x21 ; Do not touch! | 41 #DEFINE logbook_profile_version 0x21 ; Do not touch! |
41 #DEFINE T0CON_debounce b'00000000' ; Timer0 Switch Debounce | 42 #DEFINE T0CON_debounce b'00000000' ; Timer0 Switch Debounce |
42 | 43 |
43 #DEFINE FT_SMALL .0 | 44 #DEFINE FT_SMALL .0 |
94 CONFIG LVP = OFF ;Single-Supply ICSP disabled | 95 CONFIG LVP = OFF ;Single-Supply ICSP disabled |
95 CONFIG STVREN = OFF ;Stack full/underflow will not cause Reset | 96 CONFIG STVREN = OFF ;Stack full/underflow will not cause Reset |
96 | 97 |
97 ;============================================================================= | 98 ;============================================================================= |
98 | 99 |
99 #include "../OSTC_code_c_part2/shared_definitions.h" | 100 ;#include "../OSTC_code_c_part2/shared_definitions.h" |
100 ;#include "shared_definitions.h" | 101 #include "shared_definitions.h" |
101 | 102 |
102 ;============================================================================= | 103 ;============================================================================= |
103 ; Reserve space for C-code data space. Eg.when calling log. | 104 ; Reserve space for C-code data space. Eg.when calling log. |
104 ; Note: overlayed with md_hash temporary space. | 105 ; Note: overlayed with md_hash temporary space. |
105 c_code_data_stack EQU 0x800 | 106 c_code_data_stack EQU 0x800 |