BEGIN STORAGE [name] [AS filename] STORAGE [name] [AS filename]
The BEGIN STORAGE
allows to begin describing
the content of a storage media. The syntax of this command
allows to define up to two parameter. The first parameter,
name
, refers to the internal name of the storage.
The filename
, optional, will define the file name
that will contain the “image” of the storage. If omitted,
the program filename will be used, and an additional incremented
number will be appended, one for each storage media.
BEGIN STORAGE "dischetto" ... ENDSTORAGE
See also the following example files:
BeStr
If you have encountered a problem using this command, if you think there is a bug or the explanation is unclear, please open an issue for this keyword on GitHub. Thank you!