Robert Seczkowski wrote:

what br 28192(r4) means?

Native this is

MOV     28192(R4),PC            ; 28192 = 0x6E20

It is executed as follows:
* take the value in R4
* add 28192 to this value -> get an address
* get the value, this address points to
* move this value to program counter


also     .word  0x0a0d

The deassembler is not able to recognize 0x0A0D as an instruction. (It is no valid istruction.)

I think, the deassembler has made a mistake or the code is faulty some adresses earlier.


Ralf


Reply via email to