z80:Directives:FPEEK/FPEEKW

From Learn @ Cemetech
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