Results 1 to 3 of 3

Thread: Creating a basic compiler

  1. #1

    Thread Starter
    New Member
    Join Date
    Dec 2002
    Posts
    11

    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.

  2. #2
    Frenzied Member
    Join Date
    Jan 2001
    Location
    Newbury, UK
    Posts
    1,878
    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?

  3. #3
    PowerPoster
    Join Date
    Aug 2001
    Location
    new jersey
    Posts
    2,904
    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
  •  



Click Here to Expand Forum to Full Width