Powder toy processor

  • um3k
    27th Jul 2010 Member 0 Permalink
    I made an 18-command stack for programming the processor. Tell me what you think.

    http://powder.hardwired.org.uk/View.html?ID=4351

    BTW, sorry it's so big and ugly.
  • devast8a
    27th Jul 2010 Former Staff 0 Permalink
    Nice. You can leave out the little animation if you want.
  • triclops200
    27th Jul 2010 Former Staff 0 Permalink
    lol my 3 bit adder program looks redundant now, especially because your adder can't add 7 + 7 (0111+0111)
    it just says (1000) which is 8
  • devast8a
    27th Jul 2010 Former Staff 0 Permalink
    I'd like to go up to at least 8 bits. But I think everything would be too large.
  • triclops200
    27th Jul 2010 Former Staff 0 Permalink
    yes, but can you look at that problem for your next processor being able to add to 15 (the 4 bit maximum value)
  • devast8a
    27th Jul 2010 Former Staff 0 Permalink
    The problem's with my addition chip isn't it? I believe I had the same problem with the "Binary Adder"
  • triclops200
    27th Jul 2010 Former Staff 0 Permalink
    yes it is, it maxes at 1000
  • devast8a
    27th Jul 2010 Former Staff 0 Permalink
    DERP I didn't wire the other xor up.

    EDIT: Wait no I see it now. It worked fine in my test because I always paused & reset the adder when I tested. But if you give it you change the value (Essentially what happens when the registers settle.) the output is wrong.
  • triclops200
    27th Jul 2010 Former Staff 0 Permalink
    lol
  • devast8a
    27th Jul 2010 Former Staff 0 Permalink
    Ok I think I've fixed it testing it out now.

    EDIT: Nope.