COMMAND: S
PURPOSE: Save an area of memory onto tape or disk.
SYNTAX: S < “file name”>,<device>,<address 1>,
<address 2>
< “file name”>Any legal Commodore 128 file
name. To save the data the file
name must be enclosed in
double quotes. Single quotes
cannot be used.
<device> A number indicating on which
device the file is to be placed.
Cassette is 1; disk is 8, 9,etc.
<address 1> Starting address of memory to be
saved.
<address 2> Ending address of memory to be
saved + 1. All data up to, but not
including the byte of data at this
address, is saved.
The file may be recalled, using the L command. When saving to
cassette only bank 0 can be saved from.
EXAMPLE:
S “GAME”,8,0400,0C00
Saves memory from $0400 to $0C00 onto disk.
COMMAND: T
PURPOSE: Transfer segments of memory from one memory
area to another.
SYNTAX: T <address 1> <address 2> <address 3>
<address 1> Starting address of data to be
moved.
<address 2> Ending address of data to be
moved.
<address 3> Starting address of new location
where data will be moved.
J-9