문제

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