Image:
 Author: UnityDogGaming04 Group: Default Filesize: 44.56 kB Date added: 2021-05-26 Rating: 5 Downloads: 1158 Views: 328 Comments: 0 Ratings: 1 Times favored: 0 Made with: Algodoo v2.1.0 Tags:
|
I spent 30 straight hours putting this machine together, with many bashings of my head against the wall, before it finally... did something!
ThinkRed is a turing-complete machine designed to run SUBLEQ. The program memory is the rightmost memory bank and the RAM is on the left.
The small purple box along with the tan-brown box above run the Basic Input-Output System that allows the computer to carry out a SUBLEQ operation.
Finally, after so many years of trying to create a functional, turing-complete computer, My efforts have finally returned fruitful results!
ThinkRed contains a 5-instruction program that adds two numbers at locations 0 and 1, saving the result at 1:
0: [0, 2, 1]
1: [2, 1, 2]
2: [0, 0, 3]
3: [2, 2, 4]
4: [0, 0, 5]
With the right program, there's no limit! (♪ no no, no no no no, no no no no, there's no limit ♪)
(except for time and space, it has confortably run at 31 operations per minute.)
SUBLEQ on Esolang:
https://esolangs.org/wiki/Subleq#:~:text=Subleq%20refers%20to%20a%20kind,%22%2C%20conventionally%20abbreviated%20to%20subleq.
thamks bai x 0.1 |