Decided to try build a redstone computer with no help (tutorials / wiki) as a noob, this is my design for 16 bytes of read/write memory.

by ComprehensiveFee6479

3 Comments

  1. ComprehensiveFee6479 on

    More info: it’s 15x29x50, uses repeater locking to store values, and uses a 4 bit address
    Plan is to have 16 of these modules using the high 4 bits of an address to select the module, and the low 4 bits as the address within that module for a total of 256 bytes of RAM
    CPU is gonna be 8 bits, Von Neumann architecture
    🙂