634
|
1 fixed Start Addresses
|
|
2 --------------------------------
|
|
3 reset_v CODE 0x00000
|
|
4 start_v CODE 0x00004
|
|
5 isr_high CODE 0x00008
|
|
6 fingerprint CODE 0x0000A
|
|
7 isr_low CODE 0x00018
|
|
8 restore CODE 0x00080
|
|
9 isr_handler CODE 0x00084
|
|
10 surf_menu CODE 0x01000 ; menu call addresses need to be within 0x0xxxx
|
|
11 dive_menu CODE 0x02000 ; menu call addresses need to be within 0x0xxxx
|
|
12 option_table CODE 0x08000 ; all table data need to be within 0x08xxx
|
|
13 text_1_base CODE 0x09000 ; all text indices need to be within 0x09yxx, y = 0...3
|
|
14 text_2_base CODE 0x09400 ; all text indices need to be within 0x09yxx, y = 4...7
|
|
15 pallet_table CODE 0x09800
|
|
16 p2deco CODE 0x0B000
|
|
17 fonts_data CODE 0x10000
|
|
18 rx_firmware_storage CODE 0x18000
|
|
19 Buhlmann Tables CODE 0x1DC00
|
|
20 (bootloader) CODE 0x1E000
|