Вопрос

i write a exam about arm 7 assembly and i would like to write some code on my Linux Mint computer. Is it possible to write some basic code (Hello World, simply loops...) in the console an compile it?

Thanks

Это было полезно?

Решение

Yes - simply use gcc to assemble files with a ".s" or ".S" extension. Alternatively, you can use as to directly assemble files.

Другие советы

Thanks for your answers @ xiangpisaiMM, yes that is what i want;)

i found this tutorial: http://www.bravegnu.org/gnu-eprog/index.html

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top