SAVE
SAVE “filename”,A
Saves filename on disk.
By using the A option, you save the program in ASCII format.
SAVE “PROG/BAS”
SAVE “TEST:1”,A
SAVEM
SAVEM “filename”, first address, second address, third address
Saves filename, a machine-language program residing in the memory location that begins at first address and ends at second address.
The third address is the execution address.
SAVEM “FILE/BIN:1”, &H5200, &H5800, &H5300
RTS
Return to Tandy Color Computer or Disk Extended Color BASIC