AMX 86 Procedures
K
A
DAK
313
ajssreg ajssreg
Purpose Set 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;
.
.
ajssreg(&sregarray);
Where &sregarray is a pointer to a structure defining the selector values to be set
in segment registers DS and ES. Structure amxsregs is defined in
header file AMX831SD.H (see Appendix D).
Results Interrupts are untouched.
Restriction This procedure does NOT modify segment registers CS or SS to reflect the
values in structure sregarray.
See Also ajgsreg