OO_GetEndOfAllFlashApps Function (ROM Call 0x3D2)

AMS 2.00 or higher flashapp.h

unsigned char *OO_GetEndOfAllFlashApps(void);

Returns a pointer to the first word-aligned byte after the last FlashApp.

This function calls OO_GetFirstFlashAppSectorAddress, and then loops through the FlashApps, using the CFILE filled by OO_GetFirstFlashAppSectorAddress.
The first sector after the last sector reserved for FlashApps is the first archive memory sector.


Uses: cread, OO_GetFirstFlashAppSectorAddress
Used by: EM_getArchiveMemoryBeginning