|
-
Dec 17th, 2002, 11:53 PM
#1
Thread Starter
New Member
Creating a basic compiler
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?
Last edited by AtonalPanic; Dec 18th, 2002 at 12:11 AM.
-
Dec 18th, 2002, 07:20 AM
#2
Frenzied Member
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?
-
Dec 18th, 2002, 07:33 AM
#3
PowerPoster
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++
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|