Synergy
Synergy
172 / 7
30th Jul 2013
8th Mar 2015
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

  • bunnyfaceperson123
    bunnyfaceperson123
    1st Aug 2013
    sorry i meant for my own computer bu i figured it out
  • Synergy
    Synergy
    1st Aug 2013
    Also mention, the piston design on the output is a modified version of arK's (used in 'teh CALC').
  • Synergy
    Synergy
    1st Aug 2013
    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.
  • Synergy
    Synergy
    1st Aug 2013
    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.
  • Plutonium
    Plutonium
    1st Aug 2013
    This is the stuff I want on the front page. +1
  • martinok22
    martinok22
    1st Aug 2013
    It is the best work of year how i think
  • Synergy
    Synergy
    1st Aug 2013
    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.
  • Synergy
    Synergy
    1st Aug 2013
    Adding that tonight.
  • Urumasi
    Urumasi
    1st Aug 2013
    @bimmo_devices I agree, we need an I/O and some output.
  • bimmo_devices
    bimmo_devices
    1st Aug 2013
    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.