1,885
edits
Changes
→Compiling an Assembly Language Program using the GNU Assembler
== Compiling an Assembly Language Program using the GNU Assembler ==
# Run the assembler: <code>gas as -g -o ''test''.o ''test''.s</code>
# Run the linker: <code>ls -o ''test'' ''test''.o</code>