How to Build a 4bit CPU in Minecraft Part 1 – Introduction
Part 2: www.youtube.com Learn how a cpu works by building one yourself in Minecraft. No need to be an expert in the field, just start building one. Prerequisites -Know the basics of redstone circuits (eg. 15 block limit, send signals upwards etc) Learn the basics here: www.minecraftwiki.net/wiki/Redstone_circuits -Know how to count and add in binary This is part 1, an introduction to the CPU we are going to build. CPU specs 4bit 3 registers, A, B, C each hold 4bits of information. 3 bytes of ROM to store your programs (3 lines of code can be stored in the ROM) Commands MOV (copy values between registers) ADD (add values in registers)
Filed under pearse flynn cpu by on Jan 27th, 2012. Comment.
Recent Comments