get_rsrc_tab_ptr
This call returns a special entry point for TASK0, so that it may inspect the resource table to find out what languages, etc., are available. Note that the pointer is mapped-bank, but it will become invalid as soon as the state of the mappings is otherwise changed, such as after any event call. It is safe to call this only during initialization in TASK0.
- Syntax: get_rsrc_tab_ptr()
- Parameters: None
- Returns: Special entry point for TASK0
- Comments: Not to be called by RAM applications.