Machine Language
Machine Language
FIRST GENERATION OF
PROGRAMMING LANGUAGE
The first generation of
programming language, or
1GL, is machine language.
Machine language is a set
of instructions and data that
a computer's central
processing unit can execute
directly. Machine language
statements are written
in binary code, and each
statement corresponds to
one machine action.
Machine Language
Every Processor type has its own set of specific machine instructions.
A machine instruction consists of several bytes in memory that tells the
processor to perform one machine operation.
The processor looks at machine instructions in main memory one after
another, and performs one machine operation for each machine
instruction.
The collection of machine instructions in main memory is called a machine
language program.
Instruction
Some simple Instruction
Advantages of Machine language