Hi all,
I have an instruction:
B.N with the instruction being 0xe000. When I look up the branch instruction in the ARM Architecure manual it says there are 4 encodings T1 - T4. The encoding are describing what the segments of the bits mean. So I want to know specifically where is the address of the next jump encoded to?
I know the width specifier is forcing 16-bit encoding. Can anyone help me figure out what encoding it is.
Thanks