Mur
21st Aug 2015
31st Aug 2015
Concept of a one instruction set computer, here a byte byte jump machine. The first byte is the source address, the second is the destination, and the third is the jump address. More info about byte byte jump: http://esolangs.org/wiki/ByteByteJump
Comments
-
nvm I checked
-
but is it Turing complete?
-
@The8BitPotato: More or less. It is a computer that uses self-modifying code. It moves stuff at the adress pointed by the first byte to the address pointed by the second byte and then jumps to the address pointed by the third byte. A machine using "only" jumps would be a subleq machine or something. Too bad I was too lazy to write some actual working program for this machine...
-
So this can compute things with only jump commands?