Skip to content

Commit deba9f2

Browse files
authored
Merge pull request DGivney#22 from serval2412/master
Fix typo in lesson8 for ld command
2 parents c58bffb + 3e3246b commit deba9f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1041,7 +1041,7 @@ <h4>Passing arguments</h4>
10411041
<div class="output">
10421042
<div class="inner">
10431043
<span>~$ nasm -f elf helloworld-args.asm</span>
1044-
<span>~$ ld -m elf_i386 helloworld-lf.o -o helloworld-args</span>
1044+
<span>~$ ld -m elf_i386 helloworld-args.o -o helloworld-args</span>
10451045
<span>~$ ./helloworld-args "This is one argument" "This is another" 101</span>
10461046
<span>./helloworld-args</span>
10471047
<span>This is one argument</span>

0 commit comments

Comments
 (0)