root/platform/ixus170_elph170/sub/100a/stubs_entry_2.S

/* [<][>][^][v][top][bottom][index][help] */
   1 #include "stubs_asm.h"
   2 #define NULL_SUB 0xff834544
   3 
   4 // Looks good enough...
   5 NHSTUB(DeleteFile_Fut, 0xff8274a4)
   6 NHSTUB(GetFocusLensSubjectDistanceFromLens, 0xff98e69c)
   7 
   8 NHSTUB(MakeDirectory_Fut,0xff827fb4) // mkdir. This required #define MKDIR_RETURN_ONE_ON_SUCCESS
   9 
  10 // Knowing that
  11 //NHSTUB(_log        ,0x006bb388) //111
  12 //NHSTUB(_pow        ,0x006bba40) //121
  13 //NHSTUB(_sqrt       ,0x006bd6e0) //  6
  14 // _log10 should be near that ?
  15 NHSTUB(_log10        ,0x006bb8c8) // Random guess
  16 
  17 
  18 NHSTUB(RefreshPhysicalScreen, NULL_SUB)
  19 NHSTUB(SetZoomActuatorSpeedPercent, NULL_SUB)
  20 NHSTUB(UnsetZoomForMovie, NULL_SUB)
  21 
  22 NHSTUB(CreateTask_low,          0x006B15A4)
  23 DEF(hook_CreateTask_low,        0x006B15A4)
  24 
  25 // Additional
  26 NHSTUB(TurnOffE1,               0xff838320) // for shutdown(), to complicated to emulate
  27 
  28 // temporary measure
  29 NHSTUB(init_focus_eventflag,                0xFFB6DBC8)
  30 NHSTUB(init_nd_eventflag,                   0xFFAA1664)
  31 NHSTUB(init_nd_semaphore,                   0xFFACEFAC)

/* [<][>][^][v][top][bottom][index][help] */