Full Powder Toy Computer

  • massey101
    4th Feb 2011 Member 0 Permalink
    Thank you Cr15py

    Update: I have found a very important timing issue with reading from RAM. The register is written to before the data from the ram reaches it, I will work on this tomorrow. It should not be too hard just fiddly.
  • alexthesax
    4th Feb 2011 Member 0 Permalink
    Nice job massey, this is awesome!
  • zentini
    4th Feb 2011 Member 0 Permalink
    AWESOME :D :D

    +1000 ^^
  • therocketeer
    4th Feb 2011 Member 0 Permalink
    @massey101
    quite possibly the most complex save on tpt. congratulations!
  • Cr15py
    4th Feb 2011 Member 0 Permalink
    You should write a sample program :P It would help
  • massey101
    4th Feb 2011 Member 0 Permalink
    Ok. Try this (please Note you may only press the buttons when the light turns green)

    Con->A;13;A->IN;S-Out;

    This should place a number in register A then it will take the number in register A and use register A automatically for the S-Out.
  • zentini
    4th Feb 2011 Member 0 Permalink
    i tryied this but nothing happens..
    what exactly is S-Out?
  • Dragonfree97
    4th Feb 2011 Member 0 Permalink
    Three letters: wow.
  • Uberness
    4th Feb 2011 Member 0 Permalink
    @zentini
    It enables S-OUT to the display.
  • massey101
    4th Feb 2011 Member 0 Permalink
    @zentini

    make sure you only do it when the light is green and make sure you do each command directly after each other. Thats all the advise I can give you.