Example
10 DIM Bloc k$[32000] !allocate e nough memory for block d ata
20 DIM Specifie r$[2]
30 OUTPUT XXX;":EOI ON"
40 OUTPUT XXX;":SYSTEM HEAD OFF"
50 OUTPUT XXX;":MMEMORY:UPLOAD? FILE1" ! send upload query
60 ENTER XXX USIN G "#,2A";Speci fier$ !read in #8
70 ENTER XXX USIN G "#,8D";Lengt h !re ad in block length
80 ENTER XXX USIN G "-K";Block$ !read in file
90 END
VOLume
Query :MMEMory:VOLume? [<msus>]
TheVOLume query returns the volume type of the disk. The volume types
are DOS or LIF. Question marks (???) are returned if there is no disk, if the
disk is not formatted, or if a disk has a format other than DOS or LIF.
<msus> Mass Storage Unit Specifier (not needed by 1660-series. 16500A <msus> is
accepted but no action is taken).
Returned Format [:MMEMory:VOLume]{DOS|LIF|???}<NL>
Example OUTPUT XXX;":MM EMORY:VOLUME ?"
MMEMory Subsystem
VOLume
11–21