Assembly Language Homework Help
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. Each assembly language is specific to a particular computer architecture, in contrast to most high-level programming languages, which are generally portable across multiple architectures, but require interpreters or compiling. Reference: wikipedia
- Assembly languages (symbolic language) are only somewhat simpler to work with than machine languages.
- Low-level language.
- The code is then translated into object code, using a translator called an assembler.
- Instead of numeric code, some symbols are used.
- Assembly Language Examples: