z80:Directives:FREAD/FREADW

From Learn @ Cemetech
Revision as of 17:37, 5 February 2016 by Maintenance script (talk | contribs) (Initial automated import)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

This reads a byte (.fread) or word (.freadw) from the file specified and stores the result in a label. The position of the pointer in the file stream is shunted along to point to the next byte/word.

Syntax

   .fread handle, label

Allowed inputs

Uses

See Also

fopen