Skip to content
Snippets Groups Projects
Commit 84c4eeb0 authored by August Svensson's avatar August Svensson
Browse files

bare1_5

parent c551062d
No related branches found
No related tags found
No related merge requests found
......@@ -219,7 +219,13 @@ fn main() -> ! {
// Compare the generated assembly for the loop
// between the dev (unoptimized) and release (optimized) build.
//
// ** your answer here **
// disassemble
// {"token":40,"outOfBandRecord":[],"resultRecords":{"resultClass":"done","results":[]}}
// Dump of assembler code for function main:
// 0x08000400 <+0>: nop
// => 0x08000402 <+2>: bkpt 0x0000
// 0x08000404 <+4>: b.n 0x8000400 <main>
// End of assembler dump.
//
// commit your answers (bare1_5)
//
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment