View the thread called 'New 8-bit processor' in the creation section of the forum for instructions on how to create your own programs. Credit to Crionis for ARAY address decoder original design.
electronic
8bit
processor
complicated
genius
programmable
heusedwifi
computer
Comments
-
sorry i meant for my own computer bu i figured it out
-
Also mention, the piston design on the output is a modified version of arK's (used in 'teh CALC').
-
Let me know if this update resulted in a glitch of any kind. As far as I know the output should be functioning 100%, but there might be something I accidentally neglected to notice. Either way, if there is a problem, I will probably find it when I add the input support tomorrow.
-
Thanks. Just completed the standard output. Run the Fibonacci sequence program again and it will output the sequence in decimal after the results are all stored in RAM.instruction for outputting from RAM: [11111111][0][ramlocation][0000][1101]. As you can see, outputting is now mapped to [1101]. Currently there is no output from C, since I didn't really C the point (hehe).Adding input support tomorrow, alongside some bitwise operations.
-
This is the stuff I want on the front page. +1
-
It is the best work of year how i think
-
I will add a graphics adapter capable of outputting the RAM addressess in decimal. I will also devise a little short program used to output the entire contents of the RAM at once.As for input I have an idea for that too. Hopefully will finish tonight.
-
Adding that tonight.
-
@bimmo_devices I agree, we need an I/O and some output.
-
maybe add a digital output address. If there any commands left, maybe you could add a get input command. I wish I could make something like this.