I built a brainfuck CPU #588
gbizzotto
started this conversation in
Show and tell
Replies: 2 comments 17 replies
-
Your display is really impressive! 👍 |
Beta Was this translation helpful? Give feedback.
17 replies
-
I've wired a preprocessor that transforms the brainfuck code so that the actual execution becomes easy as pie. I got 2 orders of magnitude out of it and could run BF.RGB.mandelbrot.mov |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've spent the last few weeks building this.
I'm just happy it works.
You might need to clone the whole repo (which is small) and set Digital's
Library
path for it to be able to find all the parts.Take a look at the circuits cited in the repo's description.
Here's the "module" version, with external memory to store the program.
Here's the standalone version, with its own program memory.
Beta Was this translation helpful? Give feedback.
All reactions