Maps Redstone Device

Modular 4-bit Minecraft Computer

  • 533 views 0 today
  • save_alt 18 downloads
Progress
50% complete
  • 4
  • 0
  • 4
coilwhine
Lvl 24Expert Ninja
3
Features:
64 bits of 4-bit wide memory
Modular system

Current instruction set:
0: NULL
1: ADD <INT> <INT>
2: SUB <INT> <INT>
3: RAN (randomly picks either 1 or 0)
4: AND <INT> <INT>
5: XOR <INT> <INT>
6: OR <INT> <INT>
7: WRITE (writes to ram) <Address> <INT>
8:
9:
A:
B:
C:
D:
E:
F:

There are 3 modes for input, pure INT (just giving a number) address (gets the value from an address) and register (gets the value of the last output). When I say <INT> in the instruction set that is just a guidline, it has nothing to do with the input mode.

Planned things:
Ability to get values from memory
Reading from ROMs
BIOS video interrupt

More like this

  Have something to say?

GrayRemnant
09/25/2015 4:17 pm
Level 65 : High Grandmaster Senpai
Very cool!
1
Nephalem
09/25/2015 9:30 am
Level 45 : Master System
I always love building computers in Minecraft! Good job.
1
coilwhine
09/25/2015 9:38 am
Level 24 : Expert Ninja
Thank you :)
1
LavaTheWolf
09/25/2015 8:24 am
Level 1 : New Miner
crazy!
1

Welcome