AMX 86 Procedures
K
A
DAK
239
ajgsreg ajgsreg
Purpose Get Segment Registers
Used by n Task n IS P n Timer Procedure n Restart Procedure n Exit Procedure
Setup #include "amx831sd.h"
.
.
struct amxsregs sregarray;
.
.
ajgsreg(&sregarray);
Where &sregarray is a pointer to storage to receive the current contents of the
8086 segment registers. The structure amxsregs is defined in header
file AMX831SD.H (see Appendix D).
Results Interrupts are untouched.
See Also ajssreg