- Function
Uninstall an already loaded extended memory driver.
- Header
- Declaration
unsigned char __fastcall__ em_install (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.- The function is only available as fastcall function, so it may only be used in presence of a prototype.
- Availability
cc65
- See also
- Example
None.