Originally, machine code was the first and only way to
program computers. Assembly language was the next type of language used, and
thus is one of the oldest families of computer languages in use today. Many
dialects and implementations are available, usually some for each computer
processor architecture. It is very basic and termed a low level programming
language. It is one of the more difficult languages to work with being untyped
and rigid, but this is how computers work at low level. Several simplified
dialects exist for education.
0 comments: