Register Addressing Modes
5-26
5.7.2 16-Bit Register Addressing Modes
AMODE
”loc16” Syntax
Description
X
@AL
Access contents of 16-bit AL register.
AH register contents are un-affected.
When the ”@AL” register is the destination operand, this may affect
the Z,N,V,C,OVC flags.
Example(s):
MOV PH,@AL ; Load PH with contents of AL
ADD AH,@AL ; AH = AH + AL
MOV T,@AL ; Load T with contents of AL
AMODE
”loc16” Syntax
Description
X
@AH
Access contents of 16-bit AH register.
AL register contents are un-affected.
When the ”@AH” register is the destination operand, this may affect
the Z,N,V,C,OVC flags.
Example(s):
MOV PH,@AH ; Load PH with contents of AH
ADD AL,@AH ; AL = AL + AH
MOV T,@AH ; Load T with contents of AH
AMODE
”loc16” Syntax
Description
X
@PL
Access contents of 16-bit PL register.
PH register contents are un-affected.
Example(s):
MOV PH,@PL ; Load PH with contents of PL
ADD AL,@PL ; AL = AL + PL
MOV T,@PL ; Load T with contents of PL
Содержание 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...