Recent content by Althurdinok

  1. A

    [ASM & Hex✓] call asm from asm routine

    I'm new to asm as well :D. That's proper that BL is more often used. {condition} of branch includes L, XL, X, EQ, NE, etc. BL provides return, BX allows switching between arm and thumb mode.... All these can be found by searching for documents on ARM instruction, though I just can't master them...
  2. A

    [ASM & Hex✓] call asm from asm routine

    Just use instruction 'B{condition} <address>', I suppose.
Back
Top