Laser310/VZ300 DOS 1.2
latest

Table of Contents:

  • 0. Introduction
  • 1. The LASER 110, 210 and 310 Disk System
  • 2. DOS Operations
  • 3. The individual DOS commands
    • General Instructions
    • File management functions
    • Storage and processing of data
  • 4. Error Messages
  • 5. Programming tips
  • 6. Application example
  • 7. Technical Information
  • 8. Communication between the DOS and the Floppy Disk Controller
  • 9. The most important DOS routines and their application іп machine programs.
Laser310/VZ300 DOS 1.2
  • 3. The individual DOS commands
  • Edit on GitHub

3. The individual DOS commands

  • General Instructions
    • INIT - Prepare a floppy disk
    • DRIVE - Drive selection
    • DCOPY - Copy disk
    • STATUS - Display the diskette status
  • File management functions
    • DIR - Display of the table of contents
    • SAVE - Saving a BASIC program to floppy disk
    • LOAD - Loading a BASIC program from diskette
    • RUN - Load and start a BASIC program
    • BSAVE - Saving a machine program on diskette
    • BLOAD - Loading a machine program from diskette
    • BRUN - Loading and starting a machine program
    • REN - Renaming files and programs
    • DCOPY - Copy a program
    • ERA - Delete a file or program on the floppy disk
  • Storage and processing of data
    • File organization and access
    • OPEN - Open a file.
    • PR# - Writing records to a file
    • IN# - Reading records from a file
    • CLOSE - Closing a data file
Previous Next

© Copyright 1985, Gerhard Wolf (translation 2023, Casper). Revision 14eb00cd.

Built with Sphinx using a theme provided by Read the Docs.