Assembling and linking a program
Assembly language programs can be assembled with the as command or the cc command.
Assembly language programs can be assembled with the as command or the cc command. The ld command or the cc command can be used to link assembled programs. This section discusses the following: