z80:Directives:FPEEK/FPEEKW

From Learn @ Cemetech
Revision as of 17:34, 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

This reads a byte (.fpeek) or word (.fpeekw) from the file specified and stores the result in alabel. The file pointer is not updated.

Syntax

   .fpeek handle, label

Allowed inputs

Uses

See Also

fopen