TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Made a e-4917 emulator with a short tutorial

29 pointsby MrHusover 3 years ago

1 comment

MrHusover 3 years ago
Years ago through HN I got introduced to Richard Buckland&#x27;s course at UNSW on YouTube. It featured a microprocessor called the e-4917 which has always captivated me.<p>The reason is because I&#x27;m from a generation that learned programming in Java &#x2F; Python and PHP. Which are higher languages that do not require knowledge about the way the &quot;metal&quot; works.<p>I&#x27;ve always been jealous of people who got to get their start in assembly, they seem to have a deeper understanding of the computer itself. Whereas I only barely understand the &quot;higher&quot; software parts of the computer.<p>So when I came across Buckland&#x27;s videos&#x27;s it was like this part of the computer was finally revealed to me. Seeing the CPU&#x27;s interact with the memory taught me a valuable lesson:<p>That at the lowest level what is in a memory &quot;cell&quot; can be both an instructions to a program or the data used in a program.<p>I hope that with this post I can reach someone how used to be like me, and get them to a lower level.<p>PS: I also wrote a part two explaining how I programmed the emulator using React and TypeScript:<p><a href="https:&#x2F;&#x2F;www.maartenhus.nl&#x2F;blog&#x2F;fantasy-cpu-emulator-part-2" rel="nofollow">https:&#x2F;&#x2F;www.maartenhus.nl&#x2F;blog&#x2F;fantasy-cpu-emulator-part-2</a>
评论 #29692372 未加载
评论 #29692081 未加载