Table B-1 Runtime routine operation values
Value | Description |
kRTSetPreLoad | kRTSetPreLoadA5 | Arranges for a user handler to be called by the Segment Manager before loading a segment. |
kRTSetSegLoadErr | kRTSetSegLoadErrA5 | Arranges for a user handler to be called if a segment load fails. |
kRTSetPostLoad | kRTSetPostLoadA5 | Arranges for a user handler to be called by the Segment Manager immediately after loading a segment. |
kRTSetPreUnload | kRTSetPreUnloadA5 | Arranges for a user handler to be called by the Segment Manager before unloading a segment. |
kRTGetVersion | kRTGetVersionA5 | Returns version number of A5 world. |
kRTGetJTAddress | kRTGetJTAddressA5 | Returns address of the code pointed to by the specified function address. |
kRTPreLaunch | | Required if you need to call the _Launch or _Chain routine. |
KRTPostLaunch | |
KRTLoadSegbyNum | KRTLoadSegbyNumA5 | Loads a segment by segment number (CFM-68K only). |