This post is partly to gauge interest, but also an announcement.
As my Nublet CPU project comes to a close, I've decided that I want to work on implementing a real architecture in Minecraft. I've narrowed it down to two choices: PIC and AVR. As of now I am leaning toward AVR because there are some really cool tools available like avr-gcc that PIC doesn't readily have, and it sounds like PIC assembly is hell.
EDIT: I now prefer AVR.
Reference Links:
AVR Instruction Set
PIC Instruction Set
As my Nublet CPU project comes to a close, I've decided that I want to work on implementing a real architecture in Minecraft. I've narrowed it down to two choices: PIC and AVR. As of now I am leaning toward AVR because there are some really cool tools available like avr-gcc that PIC doesn't readily have, and it sounds like PIC assembly is hell.
idontknowwho Wrote:Overall, I've written some asm for both processors and I hate to break it to PIC users but writing assembly for PIC is akin to stabbing myself in the face. (Except its not even that efficient, cause you have to more the knife into the working register first (movlw KNIFE), and then you can stab yourself (movwf FACE).)
EDIT: I now prefer AVR.
Reference Links:
AVR Instruction Set
PIC Instruction Set
I'M BAAAAAAACK!