Computer Science, asked by naomiburns34, 10 months ago

what is the use of assembly language

Answers

Answered by carsonjblakely
0

Answer:

hardware manipulation

Explanation:

Answered by Infinitum
0

An assembly language is a low-level programming language designed for a specific type of processor. It may be produced by compiling source code from a high-level programming language (such as C/C++) but can also be written from scratch. Assembly code can be converted to machine code using an assembler.

Today, 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.

#BAL #answerwithquality

Similar questions