I'm trying to create a very basic compiler with a few commands in vb6, It's not much just to get a feel for it for when I move to C++. I have MASM installed, but I don't know how to use it with vb. Does anyone know how to interface them?
Printable View
I'm trying to create a very basic compiler with a few commands in vb6, It's not much just to get a feel for it for when I move to C++. I have MASM installed, but I don't know how to use it with vb. Does anyone know how to interface them?
There was a thread here a few days ago about creating a compiler or interpreter in Visual Basic. Take a search and see if you can find it.
Otherwise, just what is MASM? And what has it got to do with creating a compiler?
you can use MASM to create a DLL which you can call from VB, but you cannot use asm statements in VB the way you can in C/C++