300
K
A
DAK
AMX 86 Procedures
Results Interrupts will be in the state in which they are left by the interrupt
procedure when it exits.
All registers in regarray reflect the values in the processor registers at the
time the interrupt procedure ended.
The real processor registers are only affected at the instant the software
interrupt call is made.
Restrictions The flags register in regarray can be set prior to calling ajsint. Only
the least significant 8 bits of the real flags register are altered to match the
value specified in regarray.
Upon return, all 16 bits of the flags register in regarray are valid.
See Also ajproc