0 Members and 2 Guests are viewing this topic.
Have you ever wanted to build your own computer? And by build your own, I mean from scratch... literally wiring logic gates and registers together. Its really fun actually, I just finished a project for school where I had to not only build my own instruction set architecture, but then use that machine language that I created to write an assembly program for conway's game of life and then run it in the simulator.Its really rewarding. I remember when I first learned to program BASIC on the calculator and it felt cool I could actually program the thing. And then I learned assembly and I though it was cooler that I was actually writing the lowest level of machine programming. But then we had to use Logisim and now its even cooler to actually wire everything together to create your own instruction set!LogisimIts relatively easy to use and its in java so it will run on any platform. I dare someone to try to make a z80 CPU! Its actually much harder than the architecture I created since mine had a single sized, single clock cycle instruction set for simplicity, similar to ARM.
I don't see any fun on that, but that's just me.I tend to hate hardware and processors, graphic cards, LCD's are a bunch of words that I don't like to use. I prefer programming and software
Its relatively easy to use and its in java so it will run on any platform. I dare someone to try to make a z80 CPU! Its actually much harder than the architecture I created since mine had a single sized, single clock cycle instruction set for simplicity, similar to ARM.