You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think the relevant part of this output is section .LBB1_4 where we see that the constant 500 gets moved into r1 before calling the delay function instead of loading the variable from the stack.
The text was updated successfully, but these errors were encountered:
discovery/src/05-led-roulette/the-led-and-delay-abstractions.md
Lines 207 to 220 in b2b1624
Doesn't work anymore on rustc 1.48.0 (7eac88abb 2020-11-16).
Full asm output (built with
RUSTFLAGS="--emit asm" cargo build --target thumbv7em-none-eabi
I think the relevant part of this output is section
.LBB1_4
where we see that the constant 500 gets moved into r1 before calling the delay function instead of loading the variable from the stack.The text was updated successfully, but these errors were encountered: