Hello i have just created my own first programming language. It is called KBL and is very simple and yet only contains five commands cause i ddidnt have much tiem to work with it. (I will add more commands soon

Im sending a program and 3 sample kbl files. (You can create your own)

Here is an example of my KBL language program

Code:
SUBKBL;MOV
MOV MSG
Hello!!!!
It will display a mesage box with a text Hello. A ;MOV function will show debugger window.

Could anyone test my KBL execution file please? It requies a richtextbox control for VB6

Any ideas you have?

Thanks for help,