Assembly

1 revision
#11 week ago
+6
Migrated from pages table
+Assembly refers to the process of bringing disparate parts into a unified whole. In computing, [Assembly language](/wiki/assembly_language) is a low-level programming language, offering a direct conduit to a computer's [CPU](/wiki/cpu). It translates human-readable mnemonics into the raw instructions a machine executes.
+## See also
+- [Machine Code](/wiki/machine_code)
+- [Low-level Language](/wiki/low-level_language)
+- [Processor](/wiki/processor)
... 1 more lines