source: trunk/platform/ixus65_sd630/sub/100a/stubs_min.S @ 802

Revision 802, 1.1 KB checked in by reyalp, 4 years ago (diff)

save memory on ixus60_sd600, ixus65_sd630 and sx110is by omitting extraneous stubs

  • Property svn:eol-style set to native
Line 
1#include "stubs_asm.h"
2
3DEF(physw_run, 0x1FAC)
4DEF(physw_status, 0xE758)
5
6// The names below could be found automanically
7// by looking up the strings with the same names as these variables
8// and function 'ShowPhySwStatus' which is also symbolic
9DEF(NotifyMask, 0x0000E728)
10DEF(SwitchMask, 0x0000E738)
11DEF(InvertData, 0x0000E748)
12// This is the real name for 'physw_status'
13DEF(GpioStatus, 0x0000E758)
14DEF(SwitchStatus, 0x0000E768)
15
16
17// Key values for 'Feather' on joystic
18// Could be retrieved from 'PhySW' Task function
19DEF(touch_keys_angle, 0x0000E8C8)
20
21DEF(zoom_busy, 0x79E20)
22DEF(focus_busy, 0x7A13C)
23DEF(movie_compression, 0x617C)
24DEF(zoom_status, 0x7450)
25DEF(FlashParamsTable,0xFF975EB0)
26
27// TODO: !!!!!!!!!!!!! THESE ARE INVALID !!!!!!!!
28//DEF(canon_menu_active, 0x6CBC)
29//DEF(canon_shoot_menu_active, 0x6CBC)
30//DEF(recreview_hold, 0x6CBC)
31
32//DEF(canon_menu_active, 0x6CBC)
33//DEF(canon_shoot_menu_active, 0x6CBC)
34
35
36canon_menu_active_prev:
37        .word 0x10
38
39.globl canon_menu_active
40canon_menu_active:
41        .word canon_menu_active_prev
42
43DEF(some_f_for_dng, 0x8CBC)
44DEF(second_ext_for_dng, 0x8CE0)
Note: See TracBrowser for help on using the repository browser.