Text only
|
Text with Images
Pelles C forum
Assembly language => Assembly discussions => Topic started by: TimoVJL on May 06, 2010, 02:49:46 PM
Title:
How use B opcode in ARM to jump
Post by:
TimoVJL
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
Text only
|
Text with Images