Definition of assembly language:

A low-level programming language which uses symbols and lack variables and functions and which work directly with CPU. Assembly language is coded differently for every type of processor. X86 and x64 processors have a different code of assembly language for performing the same tasks. Assembly language has the same commands as machine language but instead of 0 and 1, it uses names.

Definition of high-level language:

A high-level language is a human-friendly language which uses variables and functions and it is independent of computer architecture. The programmer writes code with general purpose without worrying about hardware integration part. A program written in high-level language needs to be first interpreted into machine code and then processed by a computer.

Assembly language vs high level lanuage
Assembly language vs high level lanuage

Assembly language vs high-level language

  1. In assembly language programs written for one processor will not run on another type of processor. In high-level language programs run independently of processor type.
  2. Performance and accuracy of assembly language code are better than a high-level.
  3. High-level languages have to give extra instructions to run code on the computer.
  4. Code of assembly language is difficult to understand and debug than a high-level.
  5. One or two statements of high-level language expand into many assembly language codes.
  6. Assembly language can communicate better than a high-level Some type of hardware actions can only be performed by assembly language.
  7. In assembly language, we can directly read pointers at a physical address which is not possible in high-level
  8. Working with bits is easier in assembly language.
  9. Assembler is used to translate code in assembly language while the compiler is used to compile code in the high-level.
  10. The executable code of high-level language is larger than assembly language code so it takes a longer time to execute.
  11. Due to long executable code, high-level programs are less efficient than assembly language programs.
  12. High-level language programmer does not need to know details about hardware like registers in the processor as compared to assembly programmers.
  13. The most high-level language code is first automatically converted into assembly code.

Examples of assembly language:

Assembly languages are different for every processor. Some of assembly languages examples are below.

  • ARM
  • MIPS
  • x86
  • Z80
  • 68000
  • 6502
  • 6510

Examples of high-level language:

  • C
  • Fortran
  • Lisp
  • Prolog
  • Pascal
  • Cobol
  • Basic
  • Algol
  • Ada
  • C++
  • C#
  • PHP
  • Perl
  • Ruby
  • Common Lisp
  • Python
  • Golang
  • Javascript
  • Pharo


Share This Story, Choose Your Platform!