Computer Science, asked by ShilpaSehrawat, 11 months ago

Write a short note on Assembly level language?​

Answers

Answered by harshpoonia1310
2

Answer:

Explanation:

An assembly language (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.

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. Assembly language usually has one statement per machine instruction, but comments and statements that are assembler directives, macros, and symbolic labels of program and memory locations are often also supported.

Each assembly language is specific to a particular computer architecture and sometimes to an operating system. However, some assembly languages do not provide specific syntax for operating system calls, and most assembly languages can be used universally with any operating system, as the language provides access to all the real capabilities of the processor, upon which all system call mechanisms ultimately rest. In contrast to assembly languages, 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.

Answered by niralaekawna
0

Answer:

An assembly language

Explanation:

Assembly language is a low level programming language. It designed to be readable by human and consist of binary and hexadecimal characters. It obtain used abbreviated ASM. It allows programs to tail the process in the computer exactly what to do . It is easier to write the program and to debug them

I hope its help

Similar questions