GetAppPtr
Gets the pointer of an app with the name specified in progCurrent + 1
. It is likely that the first byte of progCurrent
will be ti.AppObj
, though this call doesn’t care about it.
This call expects the name to be zero terminated, but the name inprogCurrent
will not always be zero terminated if it is 8 bytes long. It is recommended to loadprogCurrent + 9
with 0 just to be safe.
progCurrent + 1
: Name of app to find pointer for.
hl
: Contains pointer to app if found, otherwise 0.- Carry Flag: Reset if app is found, set otherwise.
af
,bc
,de
,hl
.