=> R0 = instruction
R1 = address it came from
<= R1 = pointer to zero terminated string
R2 = length, excluding terminator
This SWI disassembles an instruction. The address in R1 is needed for PC relative instructions (like B, BL, LDR x,[PC,#..] )
See PRM 4, page 215.
|
|
|