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 a34eb09 commit f195a81Copy full SHA for f195a81
src/asm.md
@@ -89,7 +89,7 @@ by writing a very simple program.
89
Here's the disassembly. Look at the address of `HardFaultTrampoline`.
90
91
``` console
92
-$ cargo objdump --bin app --release -- -d --no-show-raw-insn -print-imm-hex
+$ cargo objdump --bin app --release -- -d --no-show-raw-insn --print-imm-hex
93
```
94
95
``` text
@@ -178,7 +178,7 @@ Now we can test this new version against the simple program from before and
178
we'll get the same output.
179
180
181
182
183
184
0 commit comments