feat: remove markdown build helpers

This commit is contained in:
2025-12-31 18:23:28 -05:00
parent d351d3d8b6
commit 5c1d7f4b67
8 changed files with 137 additions and 183 deletions

View File

@@ -48,7 +48,7 @@ Here is the code in its entirely, I'd recommend you run this on the [Rust Playgr
Note that you have to manually stop the process.
```rust lang="rust" file="stack_swap.rs"
```rust file="stack_swap.rs"
use core::arch::asm;
// stack size of 48 bytes so its easy to print the stack before we switch contexts