Difference between revisions of "83Plus:BCALLs:52ED"
From WikiTI
(minimum OS version) |
|||
Line 4: | Line 4: | ||
'''BCALL Address:''' 52ED | '''BCALL Address:''' 52ED | ||
+ | |||
+ | '''Minimum OS Version:''' 2.40 | ||
Searches for and deletes any invalid applications (not containing 800Fh at the beginning). | Searches for and deletes any invalid applications (not containing 800Fh at the beginning). | ||
Line 17: | Line 19: | ||
== Comments == | == Comments == | ||
− | This | + | 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. | 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. |
Latest revision as of 03:10, 24 February 2007
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.