Difference between revisions of "APP MEMORY"
From WikiPrizm
Jump to navigationJump to searchLine 7: | Line 7: | ||
| comments = {{BuiltinAppSyscallMessage}} | | comments = {{BuiltinAppSyscallMessage}} | ||
}} | }} | ||
+ | [[Category:Syscalls:Built-in Apps]] |
Latest revision as of 18:26, 18 November 2014
Synopsis
Header: fxcg/app.h
Syscall index: 0x1632
Function signature: void APP_MEMORY(void);
Opens the built-in Memory app.
Comments
Note that even though most built-in apps do not return, the calling code is kept on stack and one can return to it using a ugly hack, for example through timers, setjmp and longjmp. The reason why they don't return is that they expect to use GetKey as an exit point.