Thursday, December 27, 2018

NASM Package Installation Process

NASM Package Installation Process

Step 1:
Click here to
Download package from here
Step2:
Extract package at home
Unpack the archive into a directory, which creates a subdirectory nasm-X. XX.
Step 3:
cd to nasm-X. XX and type "./configure" . This shell script will find the best C compiler to use and set up Makefiles accordingly.
Step 4:
Type make to build the nasm and ndisasm binaries.
Step 5:
Type "sudo make install" to install nasm and ndisasm in /usr/local/bin and to install the man pages.

Download Book for Assembly Language Practice

No comments:

Post a Comment

Write an Assembly Language Program (ALP) to find the largest of given byte / Word / Double-word / 64-bit numbers.

  %macro scall 4 ;macro declaration with 4 parameters          mov eax , %1 ;1st p...