Function peek

Top 

Declaration:

int peek(unsigned int segment, unsigned int offset);

Description

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

Returned value

The read word.