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: 10biForthOS a full 8086 OS in 46 bytes

7 pointsby pbrhocwp4 months ago
10biForthOS = 10b(2) i(nstructions) Forth OS is a very primitive Forth with only two instructions:<p><pre><code> 1 is compile 0 is execute </code></pre> It is heavily inspired by Frank Sergeant 3-Instruction Forth (<a href="https:&#x2F;&#x2F;pygmy.utoh.org&#x2F;3ins4th.html" rel="nofollow">https:&#x2F;&#x2F;pygmy.utoh.org&#x2F;3ins4th.html</a>)

1 comment

akkartik4 months ago
Nice! I quibble with the name &quot;compile&quot; for the 1 instruction. Perhaps &quot;load&quot; would be a better name?
评论 #42910583 未加载