You people seem to know a lot about electronics, so could someone please tell me if it would be appropriate to call this a processor or not? If it isn't a processor, then please tell me what it is as long as you don't say, "a logic gate network," or something like that. LoadSaveBlock(10344);
FYI: My ram's specs are ready. Here they are: 64 bits of memory. 8 are "SAM" or Shared Access Memory. They are bits with 2 of each input and output. This is good for making addons like a Liquid Crystal Screen. (Like bit 0-4 are what to display on a column, bit 5 switches to the next row)
@devast8a
Sorry, but unless you make a tight timing system with a clock and such, there isn't really a way to do that.
The current specs for Version: II Note: Byte for the processor is 6 bits wide. 384 bits, 64 bytes (Spread over 5 rows across the screen) Manipulating RAM is done by sending 2 sparks down 2 of 10 wires. The timing between each determines which byte to read from/write to. The ram will now hold the instructions for the processor.
devast8a, may I ask how you can submit on one cycle the operation to do and then on the next cycle submit a byte value? I can't get my head around that.
The pipeline has switching arrays along it. If an operation requires that the next thing to be inserted is a value then it turns on one of the switching arrays diverting the value to where ever it's needed.