CRO0: Difference between revisions
mNo edit summary |
No edit summary |
||
| Line 266: | Line 266: | ||
ARM32 branch instruction is constructed as follows: | ARM32 branch instruction is constructed as follows: | ||
If X > 0x2000000 or X < 0xFE000000, then skip. | If X > 0x2000000 or X < 0xFE000000, then skip. | ||
If (X&1) == 1 then write "b | If (X&1) == 1 then write "b +4" (nop). | ||
Else write as normal. | Else write as normal. | ||