bimmo_devices
bimmo_devices
20 / 3
21st Dec 2012
10th May 2013
Free to copy any part/all! 7 state; 0 is halt (7 = boom), 8 'letter' (all regular binary), 69 tape cells with editor (play around a bit). WARNING: slow and explosive. Code: 3: new state, 3: new word, 2: left or right (both = boom). google it f.y.i.
electronic electric computer turing machine programable

Comments

  • cyberdragon
    cyberdragon
    7th Jan 2013
    You broke it! That's why!...I remember this used to work...now all it does is explode! -_-
  • bimmo_devices
    bimmo_devices
    28th Dec 2012
    why no one like? I am open to suggestions.
  • bimmo_devices
    bimmo_devices
    26th Dec 2012
    lol, I drafted the instructions before addding them to comments!
  • said88
    said88
    26th Dec 2012
    wow thats a long comment, more like a SA, soo ill give it a +1. ehh
  • bimmo_devices
    bimmo_devices
    23rd Dec 2012
    Insert code into the large grid palette. The columns represent the letter bellow the read/write head (the switch line on the tape). From left to right: 000, 001, 010, 011, 100, 101, 110, 111. (Binary). The rows represent states. Of eight states, five are functional: 1-5. 6 and 7 are crash states (boom) and 0 is the halt state. The new state is coded with the 3 leftmost bits in each section on the grid (surrounded with insulator). After processing the machine will change the letter on the tape in the current position. That letter is coded with the next three bits and is binary. The Machine moves the read/write head left or right at the end of each cycle. The final two bits represent the this movement. Using 00 will not move the head, using 10 will move it left, 01 will move it right, 11 will move it both ways (this cant happen, so the machine crashes, and boom).
  • bimmo_devices
    bimmo_devices
    23rd Dec 2012
    To blow it up, change the top left ROM cell with 00000011 (1's are ptsc, 0's are empty).