1.

What Is Local Environment Setup?

Answer»

Assembly language is dependent upon the INSTRUCTION set and the architecture of the processor. In this tutorial, we focus on Intel-32 processors like Pentium. To FOLLOW this tutorial, you will need :

  • An IBM PC or any equivalent compatible computer
  • A copy of Linux OPERATING system
  • A copy of NASM assembler program

There are many good assembler programs, such as :

  • Microsoft Assembler (MASM)
  • Borland Turbo Assembler (TASM)
  • The GNU assembler (GAS)

We will use the NASM assembler, as it is :

  • Free. You can download it from various web sources.
  • Well documented and you will get lots of information on NET.
  • Could be used on both Linux and Windows.

Assembly language is dependent upon the instruction set and the architecture of the processor. In this tutorial, we focus on Intel-32 processors like Pentium. To follow this tutorial, you will need :

There are many good assembler programs, such as :

We will use the NASM assembler, as it is :



Discussion

No Comment Found