Skip to main content
Advise including the relevant ISA tag
Source Link
Toby Speight
  • 88.3k
  • 14
  • 104
  • 327

An assembly language is a low-level programming language for a computer, or other programmable device, in which there is a very strong (generally one-to-one) correspondence between the language and the architecture's machine-code instructions.

Every assembly language is specific to the processor's instruction set architecture (ISA). Possible ISAs include:

An assembly language is a low-level programming language for a computer, or other programmable device, in which there is a very strong (generally one-to-one) correspondence between the language and the architecture's machine-code instructions.

Every assembly language is specific to the processor's instruction set architecture (ISA). Possible ISAs include:

Link