-

Difference between revisions of "Functions HI-TECH C SEGREAD"

From HI-TECH C for CP/M Fan WIKI(EN)
Jump to: navigation, search
(Created page with "<strong>SEGREAD</strong> ==SYNOPSIS== #include <dos.h> int segread(struct SREGS * segregs) ==DESCRIPTION== <strong>Segread</strong>() copies the values of the segment...")
 
(No difference)

Latest revision as of 23:27, 31 July 2017

SEGREAD

SYNOPSIS

#include  <dos.h>
int segread(struct SREGS * segregs)


DESCRIPTION

Segread() copies the values of the segment registers into the structure pointed to by segregs.

SEE ALSO

int86, int86x, intdos, intdosx