This subject is semi-protected.

Subject:Assembly languages

From Wikibooks, open books for an open world
(Redirected from Assembly Language)
Jump to navigation Jump to search

< Computer programming languagespurge this page's server cache

Assembly languages
This category contains books on assembly languages: the lowest-level human-readable method for programming a particular computer. Assembly languages are platform specific, and therefore there is a different assembly language necessary for programming every different type of computer. Assembly languages generally has a one-to-one correspondence with the underlying machine language, which is not human readable.