Difference between revisions of "Z80:Directives:FPEEK/FPEEKW"

From Learn @ Cemetech
Jump to navigationJump to search
(Initial automated import)
 
(No difference)

Latest revision as of 17:34, 5 February 2016

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