For loop in x86 assembly and optimising code?

后端 未结 2 1364
时光取名叫无心
时光取名叫无心 2021-01-29 13:43

I am currently learning assembly programming as part of one of my university modules. I have a program written in C++ with inline x86 assembly which takes a string of 6 characte

2条回答
  •  梦谈多话
    2021-01-29 14:03

    I would suggest to look into assembly code which is generated by compiler. You can change and optimize it later.

    How do you get assembler output from C/C++ source in gcc?

提交回复
热议问题