|
SpartaDOS X Reference Manual |
The Command Processor — Commands |
| SAVE Command |
| Purpose |
This command saves binary data from memory to disk. |
|
| Syntax | SAVE [d:][path]fname[.ext] [$]address [$]address |
|
| Type | Internal |
|
| Related | LOAD |
|
| Remarks | Addresses are assumed to be decimal unless preceded by a '$' (which indicates HEX). This is useful when used in conjunction with the LOAD command for desegmenting MAC/65 files or to save a snapshot of memory for debugging purposes. |
| Previous page |