2007-08-01: nanoassembler 1.0 ( 0 / 469 / 1826 ) •••••Nanoassembler (nanoasm) is a minimum-necessary set of common assembler instructions (i386-compatible, 32bit-mode).
The Compiler of nanoasm is conceived as very compact and rather quick.
Nanoasm fine approaches to put into Your program support compact and quick script language for extension it by means of external modules.
Nanoasm is faster than an ordinary interpreted script language, since it compiles the program right in codes of the processor.
(open-source, 300 lines of C language)
2007-08-01: bin2array ( 0 / 489 / 1935 )Utility program to convert any file to C-array of unsigned chars.
It maybe useful to include any data into your program as an array.
2007-08-01: EasyBase 1.0 ( 0 / 505 / 1868 )EasyBase is a tool which is able to generate initial program code which processes all needed dialogs, buttons and menu items of given resource script.
In other words, you create the interface of your program in some resource editor.
Then you run EasyBase and give your resource script (*.rc file) to this program which creates an initial program text.
You do not need to write it manually, EasyBase makes it for you. (C/C++)