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.
1 parent f8bd5e4 commit c1645edCopy full SHA for c1645ed
12-kernel-c/README.md
@@ -37,7 +37,7 @@ generates machine code without any labels and/or metadata
37
38
*Note: a warning may appear when linking, disregard it*
39
40
-Now examine both "binary" files, `function.o` and `function.bin` using `xdd`. You
+Now examine both "binary" files, `function.o` and `function.bin` using `xxd`. You
41
will see that the `.bin` file is machine code, while the `.o` file has a lot
42
of debugging information, labels, etc.
43
0 commit comments