NASM - The Netwide Assembler

NASM Forum => Example Code => Topic started by: Zefferon on January 06, 2015, 11:16:55 PM

Title: Linux - Boilerplate Example CommandLine
Post by: Zefferon on January 06, 2015, 11:16:55 PM
These boilerplate demo programs show 3 ways to get arguments passed from the Linux
command line. The first 2 programs show what happens when a program is linked with
gcc instead of ld.

The third program shows all the crap passed to a program in the Program Stack.

The webpage is:
http://www.shallizar.com/nasmcollection/Linux/Shallizar/Apps/Boilerplate/CommandLine.html

Each file can be downloaded individually.

The homepage is:
www.shallizar.com

The files can also be downloaded as a tarball:
http://www.shallizar.com/nasmcollection/Linux/nasmcoldnldlinux.html