# Problem These two instructions are functionally equivalent for putting the address of a label into a register: ```armasm ADR r4, a LDR r4, =a ``` # Process ... # Answer True.