hackclub / putting-the-you-in-cpu

A technical explainer by @kognise of how your computer runs programs, from start to finish.
https://cpu.land
MIT License
4.71k stars 145 forks source link

Update 5-the-translator-in-your-computer.mdx #37

Closed TerjeWiigMathisen closed 10 months ago

TerjeWiigMathisen commented 10 months ago

Updating the MMU description to show that the bottom bits are never translated

vercel[bot] commented 10 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
putting-the-you-in-cpu ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 15, 2023 7:48pm
kognise commented 10 months ago

Thank you for the edit! Gonna make some tiny wording changes and then merge. I should probably update the diagram too.

TerjeWiigMathisen commented 10 months ago

Nice! This is the first public doc PR I have ever submitted, I have always been much better at coding than writing.

Btw, you should probably take a look at another project I am involved with: millcomputing.com is using a belt instead of registers...

On Tue, Aug 15, 2023, 20:44 Lexi Mattick @.***> wrote:

Thank you for the edit! Gonna make some tiny wording changes and then merge. I should probably update the diagram too.

— Reply to this email directly, view it on GitHub https://github.com/hackclub/putting-the-you-in-cpu/pull/37#issuecomment-1679422950, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGAOAJRTK43CG5ZAMCL3VULXVO7SRANCNFSM6AAAAAA3Q7YTSI . You are receiving this because you authored the thread.Message ID: @.***>

kognise commented 10 months ago

Ended up restructuring some text and making a new diagram to help illustrate your point!

image

Mill looks cool at first glance, I'll have to check it out later!