Browse By Tags

  • Align source and assembly

    I have a source file, converted it to assembly and added 2 instructions and generated the final elf. When I load this final elf, symbols doesnt match the source due to assembly instructions addition.

    Is there a way to align them ? am using ARM cortex-M4…