Changes

Jump to navigation Jump to search
9 bytes removed ,  12:05, 13 April 2014
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 0" (infinite loop).
+
   If (X&1) == 1 then write "b +4" (nop).
 
   Else write as normal.
 
   Else write as normal.
  

Navigation menu