SyntaxFix
Write A Post
Hire A Developer
Questions
If you have main.s file. you can generate object file by GCC and also as
GCC
as
# gcc -c main.s # as main.s -o main.o
check this link, it will help you learn some binutils of GCC http://www.thegeekstuff.com/2017/01/gnu-binutils-commands/