Ok, I am writting a compiler using PowerBAsic 3.5. It's DOS only for now so that I can play and experiment. But once it's finished, i'll make a windows version using Visual Basic.

What my program will do is allow you to enter in BASIC commands like "?" or "PRINT" etc, and it will convert it to Assembly language. And not JUST TASM code but NASM code as well. I am setting it up so that you can run your BASIC program by hitting the F9 key so that you can see if any mistakes were made before converting. Once all of this is done, then I will make it compile the code as well.

It's already underway. I however am working on the actual editor part, where you can store the info into a multidimensional array. Once I get that, the rest of it is easy. Just time consuming. I will make it free to the public once i'm done.

Yes, before you ask, I DO know how to compile code.. I had to learn assembly to do it though..