您可以在MARS软件中将代码从c ++传递给汇编语言吗?

问题描述

cod in c++,what it does is put the reverse side of a text

解决方法

编译器会为您将代码转换为汇编语言。

尝试查看生成的程序集:

gcc -S filename.cpp