We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c58bffb + 3e3246b commit deba9f2Copy full SHA for deba9f2
docs/index.html
@@ -1041,7 +1041,7 @@ <h4>Passing arguments</h4>
1041
<div class="output">
1042
<div class="inner">
1043
<span>~$ nasm -f elf helloworld-args.asm</span>
1044
- <span>~$ ld -m elf_i386 helloworld-lf.o -o helloworld-args</span>
+ <span>~$ ld -m elf_i386 helloworld-args.o -o helloworld-args</span>
1045
<span>~$ ./helloworld-args "This is one argument" "This is another" 101</span>
1046
<span>./helloworld-args</span>
1047
<span>This is one argument</span>
0 commit comments