| |||
| Home > ARM and Thumb Instructions > ThumbEE instructions > CHKA | |||
CHKA (Check Array) compares the unsigned values
in two registers.
If the value in the first register is lower than, or the same as, the second, it copies the PC to the LR, and causes a branch to the IndexCheck handler.
CHKARn,Rm
where:
Rncontains the array size. R must
not be PC.n
Rmcontains the array index. R must
not be PC or SP.n