All Projects → kelseyhightower → Echo

kelseyhightower / Echo

Licence: apache-2.0
echo prints the first positional argument to stdout

Programming Languages

assembly
5116 projects

echo

echo prints the first positional argument to stdout.

Usage

echo foo

Build

The following steps work on Linux machines.

Compile:

nasm -f elf32 echo.asm

Link:

ld -m elf_i386 -s -o echo echo.o
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].