문제

I have this code:

STRB            R2, [R0,R1]

and its opcode is 42 54

I'm using this table http://imrannazar.com/ARM-Opcode-Map

but I so 54 is the opcode of my strb istructions.

What I want is STRB R2, 1

I need to assign to R2 register the decimal value 1.

I can't understand wich opcode for STRB I need to use to do what I want.

help me please

올바른 솔루션이 없습니다

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top