mirror of
https://github.com/nippur72/apple1-videocard-lib.git
synced 2025-01-21 11:34:34 +00:00
13 lines
339 B
Plaintext
13 lines
339 B
Plaintext
Syntax:
|
|
SAVE filename [start] [end]
|
|
|
|
Saves a file to the SD card. If start
|
|
and end are specified, a binary file
|
|
with tag #06 will be created with the
|
|
memory content from the address range
|
|
start-end (included). If start and
|
|
end are not specified, the BASIC
|
|
program currently loaded in memory
|
|
will be created with the
|
|
corresponding #F1 tag.
|