- Function
Uninstall an already loaded extended memory driver.
- Header
- Declaration
unsigned char em_uninstall (void);- Description
The function uninstalls an already loaded extended memory driver but doesn't remove it from memory.
- Limits
- If the driver has been loaded using
em_load_driver,em_unloadshould be used instead ofem_uninstallso the driver is also removed from memory.- Availability
cc65
- See also
- Example
None.