- Algorithms
- Artificial Intelligence (75)
- Assembly Language
- Computational Complexity Theory (2)
- Computer Engineering (190)
- Computer Networks (29)
- Internet (132)
- Data Mining (1)
- Data Structure (80)
- Discrete Mathematics (43)
- Distributed Computing (1)
- File Sharing (8)
- Hacking (74)
- History of Computer Science (209)
- Machine Learning (3)
- Programming (352)
- Quantum Computing
- Robotics (30)
- Software Engineering (44)
Topics: Assembly Language
Assembly Language
An assembly (or assembler) language, often abbreviated asm, is any low-level programming language in which there is a very strong correspondence between the program's statements and the architecture's machine code instructions.Each assembly language is specific to a particular computer architecture and operating system. In contrast, most high-level programming languages are generally portable across multiple architectures but require interpreting or compiling. Assembly language may also be called symbolic machine code.
Assembly language usually has one statement per machine instruction, but assembler directives, macros and symbolic labels of program and memory locations are often also supported.
Assembly code is converted into executable machine code by a utility program referred to as an assembler. The conversion process is referred to as assembly, or assembling the source code.


Showing 1 of 1 courses. See All