Mur
Mur
11 / 0
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

  • Mur
    Mur
    20th Feb 2017
    @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...
  • The8BitPotato
    The8BitPotato
    29th Nov 2016
    So this can compute things with only jump commands?