Monday, August 20, 2007

JG40 simple assembler

I've finished the JG40's Assembler.
It's a very simple assembler, with some features: includes a maximum of 256 files, binary/hexadecimal/decimal notation, labels, symbols, organization, data declaration (dn/db), binary file inclusion.
You can get the source-code here:


Now, I'll start to work on the emulator! Yay! :D

Wednesday, August 1, 2007

New mini-project

Well, I started a small project. A small brother of Jaguar, a 4-bit handheld. Here you have its specifications:


I intend to learn the common traps and pitfalls in this smaller project before I go on with its more powerful 8-bit brother. The jg40 assembler is almost done, I'll post it here when I finish.