This document discribes about the KiwiEngine software package. The package contains the KiwiEngine Framework and the KiwiAssembler program.
The KiwiEngine is a virtual machie to execute KiwiInstructions. The KiwiInstruction is an instruction to execute the user application. The KiwiAssembler parse the assembler file which is described by the instructions, and execute it on the KiwiEngine.
In usually, the programmer does not write assembler code. The KiwiInstruction will be used as a backend code for the another high level language(s).
The Steel Wheels Project produces the KiwiEngine package. it is distributed under GNU General Public License, version 2.
You can down load this software from Git repository,
http://sourceforge.net/p/kiwi-engine/code/ci/master/tree/
.