what is assembly language
Answers
Answer:
An assembly language is a type of low-level programming language that is intended to communicate directly with a computer's hardware. Unlike machine language, which consists of binary and hexadecimal characters, assembly languages are designed to be readable by humans.
Answer:
An assembly language is a low-level programming language designed for a specific type of processor.
Assembly language, type of low-level computer programming language consisting mostly of symbolic equivalents of a particular computer's machine language.
Assembly language is used primarily for direct hardware manipulation, access to specialized processor instructions, or to address critical performance issues. Typical uses are device drivers, low-level embedded systems, and real-time systems.