NO

Author Topic: How use B opcode in ARM to jump  (Read 5515 times)

Offline TimoVJL

  • Global Moderator
  • Member
  • *****
  • Posts: 2091
How use B opcode in ARM to jump
« on: May 06, 2010, 02:49:46 PM »
How to generate this code in poasm in ARM mode:
;0001101C   EA000000   b   &00011024
   b   $ ??
;00011020   00012148
;00011024   E58E0000   str   r0, [lr, #0]

Just jump over that address 00011020
May the source be with you