Function peekb

Top 

Declaration:

unsigned char peekb(unsigned int segment, unsigned int offset);

Description

Reads a byte from the computer memory by a specified segment:offset. The segment is a selector.

Returned value

The read byte.