Please make a joystick and a keyboard.
We don't want to always use buttons.
Feature request!
Re: Feature request!
Also,registers.
We have ROM and RAM but no registers?WAT?(for now we can fake it using a ram taped to 0th address)
We have ROM and RAM but no registers?WAT?(for now we can fake it using a ram taped to 0th address)
Re: Feature request!
Also,pullup/down resistors and multibit logic gates
Re: Feature request!
you can build them yourself. which is good exercise anyway.
-
- Posts: 3
- Joined: Tue Jul 04, 2023 12:24 am
Re: Feature request!
I think implementing support for variable-width patterns would be just as useful. Including more flexible reshaping logic for splitters. I am trying to design a massively parallel circuit for programmable Elementary Cellular Automata, but one of the problems arises when I want to scale it from a few cells to several thousand or million...
Re: Feature request!
Every cell is still has only 4 connections, right?
Implementing variable bit with gates will be quite confusing. I've already heard a few different ideas from people on how it should work. Which leads me to understanding that current implementation is the clearest.
Implementing variable bit with gates will be quite confusing. I've already heard a few different ideas from people on how it should work. Which leads me to understanding that current implementation is the clearest.