Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我写了一个关于 arm 7 组装的考试,我想在我的 Linux Mint 计算机上写一些代码。是否可以在控制台中编写一些基本代码(Hello World,简单循环......)并进行编译?
谢谢
是的 - 只需用于gcc组合带有“.s”或“.S”扩展名的文件。或者,您可以使用as直接组装文件。
gcc
as
感谢您的回答@xiangpisaiMM,是的,这就是我想要的;)
我找到了这个教程:http ://www.bravegnu.org/gnu-eprog/index.html