FILE MANAGER
SAVE
3,4,3, 14 COMMAND
EXPLANATION
EXAMPLE
REMARKS
VER.V09F
SECTION 3.4
SAVE
n filename
Create a file from current memory.
>SAVE 128 BIGFILE.COM
This will create a file 32k bytes in length.
A program currently residing from 1 OOH in RAM
page O is transferred to the specified file.
The number of 256 byte blocks also ~as to be
specified.
Calculate the number of blocks 'n' as follows:
block
=
256 bytes
K bytes
=
4
blocks
2 K bytes
=
8
blocks
8
K bytes
=
32
blocks
16 K bytes
=
64
blocks etc.,
The maximum program size is 54K.
See 'LOI\.!)' in Part 5, BASIC FUNCTIONS.
PAGE 3 - 26