Mercurial > public > mk2
comparison code_part1/OSTC_code_asm_part1/definitions.asm @ 165:8b5b848db4cd
+ Clean Buhlmann tables addressing
+ OSTC 1.80 uses ZH-L16a coefficient, version 1995 (?), with compartiment 1a.
author | JeanDo |
---|---|
date | Fri, 21 Jan 2011 01:44:38 +0100 |
parents | 999abb01c78f |
children | cb055a7d75f3 |
comparison
equal
deleted
inserted
replaced
164:999abb01c78f | 165:8b5b848db4cd |
---|---|
78 ;============================================================================= | 78 ;============================================================================= |
79 | 79 |
80 #include "../OSTC_code_c_part2/shared_definitions.h" | 80 #include "../OSTC_code_c_part2/shared_definitions.h" |
81 | 81 |
82 ;============================================================================= | 82 ;============================================================================= |
83 | 83 ; Reserve space for C-code data space. Eg.when calling log. |
84 c_code_data_stack EQU 0x800 ; Reserve space for C-code data space. Eg.when calling log. | 84 ; Note: overlayed with md_hash temporary space. |
85 | 85 c_code_data_stack EQU 0x800 |
86 ;Variable definitions | |
87 ; arrays are in hex size!! 20 = .032 | |
88 | 86 |
89 ;============================================================================= | 87 ;============================================================================= |
90 ; BANK0 data | 88 ; BANK0 data |
91 ; | 89 ; |
92 bank0 udata 0x060 ;Bank 0 | 90 bank0 udata 0x060 ;Bank 0 |