Table of Contents

DSKO$

Writes to a disk sector the contents of a logical buffer in memory

Implemented by: colordisk, msxdisk

With variations:

Also written as:

Usage

In MSX BASIC, this statement is implemented by the MSX DiskBASIC extension. It does not look like a function but requires two comma-separated arguments:

The content to be written to disk must be POKEd into a buffer area in memory, whose address is stored as a 16-bit integer in &HF351 and &HF352.

Variations

Examples

Comments

Similar keywords

In other languages...

References