What is Assembly Language?

Assembly is a Low-Level Programming language which is mainly used by hackers. Assembly is converted into a executable machine code by a utility program called assembler. The process of converting the program from a source code to an object code is known as assembly or assembling. Assembly was first introduced in 1949.

Working:-


We are entering the Source Code in the assembler and it is converting it to binary or object code that a computer understands

What is Assembler?

>>> When a assembly source code is written in the converting medium(assembler) and the converting medium is converting the source code in binary or object code it is known as assembler and an assembler is a program or medium to convert source code to binary or object code.

Example

Source Code->Assembler->Object Code or binary(0110011011110010).

Comments

Popular Posts