Difference between revisions of "Assembler"

From CDOT Wiki
Jump to: navigation, search
 
Line 1: Line 1:
 
[[Category:Computer Architecture]]
 
[[Category:Computer Architecture]]
 
An ''assembler'' is a [[Compiler|compiler]] for [[Assembly Language|assembly language]] code. (Assembly language code itself is sometimes called "assembler").
 
An ''assembler'' is a [[Compiler|compiler]] for [[Assembly Language|assembly language]] code. (Assembly language code itself is sometimes called "assembler").
 +
 +
On Linux systems, the GNU Assembler ("gas") is a very commonly-used assembler.
 +
 +
In the [[6502 Emulator]], the "Assemble" button invokes an assembler.

Latest revision as of 18:13, 18 January 2022

An assembler is a compiler for assembly language code. (Assembly language code itself is sometimes called "assembler").

On Linux systems, the GNU Assembler ("gas") is a very commonly-used assembler.

In the 6502 Emulator, the "Assemble" button invokes an assembler.