~vdupras/tumbleforth

db92f569be451e833e3eb7cfda1dc8c55b8b7478 — Virgil Dupras 10 months ago f7b794d
fix typo

Thanks Jeremy
1 files changed, 1 insertions(+), 1 deletions(-)

M 01-duskcc/01-buckleup.md
M 01-duskcc/01-buckleup.md => 01-duskcc/01-buckleup.md +1 -1
@@ 173,7 173,7 @@ Much terser than the C version right?

This little assembler crash course gives us a better understanding of *what* is
compiled by the C compiler, but not *how* it compiles it. We don't know how
it's ran either. To know that, we'd have to dig through software that weights
it's ran either. To know that, we'd have to dig through software that weighs
millions of lines of code.  Maybe you'd have the patience to do it, I don't, so
let's continue tumbling down the rabbit hole. We'll go bare metal and then
build an operating system of our own, with a C compiler of our own. It's