当前位置:   article > 正文

keil生成txt格式的汇编代码_keil生成汇编文件

keil生成汇编文件

导出txt格式的汇编代码

C:\Keil_v5\ARM\ARMCLANG\bin\fromelf.exe --text -c -d --output=xxx.txt xxx.axf

如果开启了优化,查看汇编的时候可能对应不到函数,可以先关闭优化再查看汇编。
如果开启了优化,单步调试的时候可能对应不到源码,可以先关闭优化再单步调试。

除了可导出txt格式的汇编代码外,还可以导出bin,hex等格式的二进制格式。

fromelf命令行参数如下:

  1. C:\Keil_v5\ARM\ARMCLANG\bin\fromelf.exe --help
  2. Product: MDK-ARM Community 5.38
  3. Component: Arm Compiler for Embedded 6.19
  4. Tool: fromelf [5e73cc00]
  5. For support see http://www.arm.com/support
  6. Software supplied by: ARM Limited
  7. ARM image conversion utility
  8. fromelf [options] input_file
  9. Options:
  10. --help display this help screen
  11. --vsn display version information
  12. --output file the output file. (defaults to stdout for -text format)
  13. --nodebug do not put debug areas in the output image
  14. --nolinkview do not put sections in the output im
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/在线问答5/article/detail/927313
推荐阅读
  

闽ICP备14008679号