$ 0 0 README.mdecho prints the first positional argument to stdout.Usageecho fooBuildThe following steps work on Linux machines.Compile:nasm -f elf32 echo.asmLink:ld -m elf_i386 -s -o echo echo.o
echo prints the first positional argument to stdout.Usageecho fooBuildThe following steps work on Linux machines.Compile:nasm -f elf32 echo.asmLink:ld -m elf_i386 -s -o echo echo.o