Mercurial > public > hwos_code
diff src/shared_definitions.h @ 650:bc214815deb2
3.19/10.75 release
| author | heinrichsweikamp |
|---|---|
| date | Sun, 28 Aug 2022 13:13:38 +0200 |
| parents | 185ba2f91f59 |
| children | 8af5aefbcdaf |
line wrap: on
line diff
--- a/src/shared_definitions.h Fri Mar 04 08:30:23 2022 +0100 +++ b/src/shared_definitions.h Sun Aug 28 13:13:38 2022 +0200 @@ -88,12 +88,13 @@ #ifdef __18CXX //---- BANK 3 DATA ------------------------------------------------------- - // Gather all Data C-Code --> ASM-Code + // Gather all Data C-Code <--> ASM-Code // // Attention: keep the first block of variables on position and also do not change // their relative position - this block goes into the deco data vault! // // Memory usage: 253 Byte used, 3 Byte free + // # pragma udata overlay bank3=0x300 #else ; in ASM, put the same bank, in overlay mode, at the same address @@ -236,6 +237,7 @@ //---- BANK 4 DATA ------------------------------------------------------- // Gather all Data ASM-Code --> C-Code // Memory usage: 96 Byte used, 160 byte free + // # pragma udata overlay bank4=0x400 #else ; in ASM, put the same bank, in overlay mode, at the same address @@ -252,6 +254,7 @@ //---- BANK 11 DATA ------------------------------------------------------- // Backtracking Data ASM-Code --> C-Code // Memory usage: 256 Byte used, 0 byte free + // # pragma udata overlay bank11=0xB00 #else ; in ASM, put the same bank, in overlay mode, at the same address
