Is there any difference between the following instruction (besides flags affection)?
ADD R6, SP, #0xDC
and
LDR R6, [SP, #0xDC]
Is there any difference between the following instruction (besides flags affection)?
ADD R6, SP, #0xDC
and
LDR R6, [SP, #0xDC]
Copyright © 2021 Jogjafile Inc.
ADD adds numbers, LDR loads data from memory to registers.