83Plus:BCALLs:52ED
From WikiTI
Synopsis
Unofficial Name: DeleteInvalidApps
BCALL Address: 52ED
Minimum OS Version: 2.40
Searches for and deletes any invalid applications (not containing 800Fh at the beginning).
Inputs
- (sndRecState): 0FFh to return, anything else to jump to JForceCmdNoChar instead
Outputs
- None
Destroys
- All
Comments
This BCALL deletes any applications which do not have 800Fh at the beginning by writing a zero to 4000h on the base page (and possibly any subpages). It also may check the app presence bitmap in the certificate.
Its purpose is likely to delete incomplete Flash applications received through the link port or USB. It is used as an error handler in some of the link routines.