Valentin Kroupkin

Results 1 issues of Valentin Kroupkin

Running `cargo objdump --bin app --release -- -disassemble -no-show-raw-insn -print-imm-hex` as suggested in [Inspecting](https://rust-embedded.github.io/book/start/qemu.html#inspecting) section of QEMU chapter can produce the following error: ``` cargo objdump --bin app --release --...