POP AR1H:AR0H
6-269
POP AR1H:AR0H
Pop Top of Stack to Upper Half of Auxiliary Registers
SYNTAX OPTIONS
OPCODE
OBJMODE
RPT
CYC
POP AR1H:AR0H
0000 0000 0000 0011
X
−
1
Operands
AR1H:
AR0H
Upper 16-bits of XAR1 and XAR0 auxiliary registers
Description
Predecrement SP by 2. Load the contents of AR0H with the value pointed to
by SP and AR1H with the value pointed to by SP+1. The lower 16 bits of the
auxiliary registers (AR0 and AR1) are left unchanged.
SP −= 2;
AR0H = [SP];
AR1H = [SP+1];
AR1:AR0 = unchanged;
Flags and
Modes
None
Repeat
This instruction is not repeatable. If this instruction follows the RPT
instruction, it resets the repeat counter (RPTC) and executes only once.
Example
.
.
.
POP XT
POP XAR7
POP XAR6
POP XAR5
POP XAR4
POP XAR3
POP XAR2
POP AR1H:AR0H
IRET
; Full context restore for an
; interrupt or trap function
; 32-bit XT restore
; 32-bit XAR7 restore
; 32-bit XAR6 restore
; 32-bit XAR5 restore
; 32-bit XAR4 restore
; 32-bit XAR5 restore
; 32-bit XAR2 restore
; 16-bit AR1H and 16-bit AR0H restore
Содержание TMS320C28x
Страница 30: ...1 12...
Страница 80: ...This page intentionally left blank 2 50 This page intentionally left blank...
Страница 269: ...IN loc16 PA 6 112 MOV AL 0 AL 0 UOUT IORegC AL IOspace IORegC AL 10...
Страница 308: ...MAXCUL P loc32 6 151 Saturate MOVL Var64 2 ACC Store result into Var64 MOVL Var64 P...
Страница 509: ...SUBL ACC P PM 6 352 SUBL ACC P PM ACC S B 11 M X 4 MOVH Y ACC 5 Store Q15 result into Y...
Страница 585: ...This page intentionally left blank 7 32 This page intentionally left blank...