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.

One-bit Computing at 60 Hertz

107 pointsby 6502nerdfaceover 8 years ago

5 comments

jacquesmover 8 years ago
&quot;This is not a Motorola MC14500 computer, but it was the MC14500 that introduced me to the idea of one-bit computing. Exploring ways to reduce the chip count, a series of pencil &amp; paper designs revealed the MC14500 itself could be omitted!&quot;<p>That&#x27;s really gold. I love these optimization rounds.<p>Worst experience in this was that I once spent a lot of time optimizing some function that looked like it was using a whole pile of time, only to realize afterwards that a hand-optimized version in assembly was already graciously provided in the same subdirectory. And it ran a lot faster than mine :(
评论 #12471668 未加载
6502nerdfaceover 8 years ago
The same author also has a very nice and detailed description of another project, the &quot;KimKlone&quot; [0], which is basically a coprocessor for the 65C02 CPU, injecting itself onto the address and data buses in such a way as to implement new &quot;opcodes&quot; for the 6502, effectively giving it extra registers and instructions designed to hardware accelerate a FORTH interpreter.<p>[0] <a href="http:&#x2F;&#x2F;laughtonelectronics.com&#x2F;Arcana&#x2F;KimKlone&#x2F;Kimklone_intro.html" rel="nofollow">http:&#x2F;&#x2F;laughtonelectronics.com&#x2F;Arcana&#x2F;KimKlone&#x2F;Kimklone_intr...</a>
评论 #12472135 未加载
monocasaover 8 years ago
That&#x27;s awesome. It&#x27;s an actual use case for a OISC.<p><a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;One_instruction_set_computer" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;One_instruction_set_computer</a>
评论 #12470303 未加载
formula1over 8 years ago
This seems extremely humble and yet extremely useful. I have not started looking into electrical engineering though I do have interest in it. How would this sort of chip scale? For sonething like an add, would you send each bit to a chip then collect all 1+1s and add them to correct bits? Im sincerely curious. Maybe I think this is more amazing than it is
评论 #12470418 未加载
评论 #12470349 未加载
al2o3crover 8 years ago
Neat project, though as the author points out it&#x27;s easier to switch to a microcontroller - and cheaper nowadays; you can get an ATtiny84 that would replace that whole circuit for less than what the 2716 EPROM alone costs.