Computer Science, asked by riddhigarg8510, 11 months ago

What is the program written in an assembly language

Answers

Answered by Raju2392
0

Answer:

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.

Similar questions