Go to the documentation of this file.
11 #ifndef GEOS_MEMORYMAP_H
12 #define GEOS_MEMORYMAP_H
14 #define SET_OVERLAYSIZE(bytes) asm(".globl __overlaysize_param\n__overlaysize_param = " #bytes)
16 #define APP_RAM 0x0400
17 #define BACK_SCR_BASE 0x6000
18 #define PRINTBASE 0x7900
19 #define APP_VAR 0x7f40
20 #define OS_VARS 0x8000
21 #define SPRITE_PICS 0x8a00
22 #define COLOR_MATRIX 0x8c00
23 #define DISK_BASE 0x9000
24 #define SCREEN_BASE 0xa000
26 #define OS_JUMPTAB 0xc100
27 #define EXP_BASE 0xdf00
28 #define MOUSE_BASE_128 0xfd00
29 #define MOUSE_JMP_128 0xfd00
30 #define MOUSE_JMP 0xfe80
31 #define MOUSE_BASE 0xfe80
32 #define END_MOUSE_128 0xfe80
33 #define END_MOUSE 0xfffa