Difference between llvm-as and binutils-as, naming of variables

后端 未结 0 1085
长情又很酷
长情又很酷 2021-01-23 16:55

I try to assemble an example

test.s:

        .file   "test.c"
        .text
        .globl  f
        .type   f, @function
f:
.LFB0:
        .cfi         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题