TriCore
®
TC1.6P & TC1.6E
32-bit Unified Processor Core
Instruction Set
V1.0 2013-07
User Manual (Volume 2) 3-156
LD.BUD[c], A[b] (SLR)(Post-increment Addressing Mode)
LD.BUD[c], A[15], off4 (SLRO)
LD.BUD[15], A[b], off4 (SRO)
Status Flags
Examples
ld.b d0, [a0]
ld.bu d5, [a0+]4
See Also
LD.A, LD.D, LD.DA, LD.H, LD.HU, LD.Q, LD.W
D[c] = zero_ext(M(A[b], byte));
D[c] = zero_ext(M(A[b], byte));
A[b] = A[b] + 1;
D[c] = zero_ext(M(A[15] + zero_ext(off4), byte));
D[15] = zero_ext(M(A[b] + zero_ext(off4), byte));
C Not set by these instructions.
V Not set by these instructions.
SV Not set by these instructions.
AV Not set by these instructions.
SAV Not set by these instructions.