Skip to content

Commit f195a81

Browse files
authored
print-imm-hex updated to to dashed in asm
1 parent a34eb09 commit f195a81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/asm.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ by writing a very simple program.
8989
Here's the disassembly. Look at the address of `HardFaultTrampoline`.
9090

9191
``` console
92-
$ cargo objdump --bin app --release -- -d --no-show-raw-insn -print-imm-hex
92+
$ cargo objdump --bin app --release -- -d --no-show-raw-insn --print-imm-hex
9393
```
9494

9595
``` text
@@ -178,7 +178,7 @@ Now we can test this new version against the simple program from before and
178178
we'll get the same output.
179179

180180
``` console
181-
$ cargo objdump --bin app --release -- -d --no-show-raw-insn -print-imm-hex
181+
$ cargo objdump --bin app --release -- -d --no-show-raw-insn --print-imm-hex
182182
```
183183

184184
``` text

0 commit comments

Comments
 (0)