Assembly: Difference between revisions

From The Bytecode Wiki
Jump to navigation Jump to search
(Created page with "An assembly language is a low level programming language for a computer (or other programmable device). There is a very strong correspondence between the language and an archi...")
 
No edit summary
 
Line 1: Line 1:
An assembly language is a low level programming language for a computer (or other programmable device). There is a very strong correspondence between the language and an architecture's machine code instructions.
An assembly language is a low level programming language for a computer (or other programmable device). There is a very strong correspondence between the language and an architecture's machine code instructions.
[[Category:Languages]]

Latest revision as of 05:39, 2 November 2017

An assembly language is a low level programming language for a computer (or other programmable device). There is a very strong correspondence between the language and an architecture's machine code instructions.