This *Command copies the given area of memory to the named file.
*Save filename start_addr end_addr [exec_addr [load_addr]]
or
*Save filename start_addr + length [exec_addr [load_addr]]
filename | Valid pathname specifying a file |
start_addr | Address to start saving |
end_addr | Address of last byte saved +1 |
length | Number of bytes to save |
exec_addr | Address to jump to after loading (applicable to programs only; default is start_addr) |
load_addr | Address at which file is loaded into memory (when *Loaded; default is start_addr) |
The length and addresses and length are in hexadecimal.