- Function
Save Atmos tape.
- Header
- Declaration
void __fastcall__ atmos_save(const char* name, const void* start, const void* end);- Description
atmos_savewrites a memory block to tape.- Availability
cc65
- See also
- Example
atmos_save("hires", 0xa000, 0xc000);