0 Members and 1 Guest are viewing this topic.
...0x88160000 ... has now changed to 0xE5200000 (purpose unknown).
According to Simon, 0x88160000 was the bottom of the add-in stack...
MMU_FlushCache? 0011Disp_Manage? 0276Disp_Save? 0278Disp_GetPtr? 027ANum_UintToBCD 0577Num_BCDToUint 0578strlen? 060Dstrcpy? 060Estrcat? 060Fis_comma 07BDBkey_GetkeyTableInfoJumpFunc 0EAEExpressions_OpcodeToStr? 1291LocalizeStringID 12FD or 12FCMCS_DirtypeToItemtype? 1549MCS_ItemtypeToDirtype? 154AMCS_OpenAlphaMemItem?? 1553NextOPcodePRGM 1749MCS_Flush 1845Send38k 198AReceive38k 198BOpenCloseComPort38k 198CBattery_IsLow? 1e72GetIntPtrContent? 1E7DGetdatatablePtr? 1E80SetAppName? 1E9Esprintf??? -- non-syscall --> (OS1.01:0x80309604, OS1.02:0x803093A0), use function pointer
Well, you'd have to use GCC and the -m3 flag to compile C programs for the Prizm with a Mac.
Quote from: Qwerty.55 on July 10, 2011, 03:46:13 amWell, you'd have to use GCC and the -m3 flag to compile C programs for the Prizm with a Mac.Is there any tutorial available? I don't know much about GCC or compiling on the command line; I can compile a simple C program using GCC but that's about it.
...can you please remove that annoying loading animation from Insight? I doubt anything is actually being loaded.)
Quote from: flarn2006 on July 10, 2011, 03:44:31 am...can you please remove that annoying loading animation from Insight? I doubt anything is actually being loaded.)cfxm asked me once how to draw outside of the regular display bounds. This animation is only a demo, how to achieve this (as most of INSIGHT is how-to-do source). I can implement it as separate menu item. Until the next release of INSIGHT you can cancel the loading animation with EXIT.
Here are more unconfirmed calls.The sprintf routine is not a syscall, so its OS dependent.I will try this myself in a couple weeks, it looks too useful even if its not sprintf.(vsprintf ?)Code: [Select]MMU_FlushCache? 0011Disp_Manage? 0276Disp_Save? 0278Disp_GetPtr? 027ANum_UintToBCD 0577Num_BCDToUint 0578strlen? 060Dstrcpy? 060Estrcat? 060Fis_comma 07BDBkey_GetkeyTableInfoJumpFunc 0EAEExpressions_OpcodeToStr? 1291LocalizeStringID 12FD or 12FCMCS_DirtypeToItemtype? 1549MCS_ItemtypeToDirtype? 154AMCS_OpenAlphaMemItem?? 1553NextOPcodePRGM 1749MCS_Flush 1845Send38k 198AReceive38k 198BOpenCloseComPort38k 198CBattery_IsLow? 1e72GetIntPtrContent? 1E7DGetdatatablePtr? 1E80SetAppName? 1E9Esprintf??? -- non-syscall --> (OS1.01:0x80309604, OS1.02:0x803093A0), use function pointer