Assembly Languages
A much more readable rendition of machine language, called assembly language, uses mnemonic codes to refer to machine code instructions, rather than using the instructions' numeric values directly. For example, on the Zilog Z80 processor, the machine code 00000101
, which causes the CPU to decrement the B
processor register, would be represented in assembly language as DEC B
.
Read more about this topic: Machine Code
Famous quotes containing the words assembly and/or languages:
“Had every Athenian citizen been a Socrates, every Athenian assembly would still have been a mob.”
—James Madison (17511836)
“I am always sorry when any language is lost, because languages are the pedigree of nations.”
—Samuel Johnson (17091784)