_PMMEI - issue a native mode system call.

(GCOS-8 Only)

Usage:

_pmmei(number,reg_buf,vecs,numvec);

Where:

int number;
is the number of the PMME you wish to execute.
unsigned reg_buf[8];
is a vector containing register values to be set before the PMME. This has the SREG format, and must be aligned on an 8-word boundary. The vector will be assigned the new register values after the PMME.
struct _vector *vecs;
is a pointer to an array of one or more shrink vectors.
int numvec;
is the number of vectors in the array indicated by "vecs".

Description:

"_pmmei" issues a PMME call, setting up the registers beforehand and capturing the register values afterwards.

See Also:

expl nsc lib _pmme

Copyright © 1996, Thinkage Ltd.