CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1

    programming a compiler/assembler

    How do you program a compiler/assembler? I know a lot of assembly language, but somehow it hasn't clicked on how to make my own assembler...

  2. #2
    Join Date
    May 2002
    Location
    India but now South Korea
    Posts
    75
    For designing a Compiler we require application of Automata theory. and You need to use a Symbol Table that converts from opcodes to nemonics.

  3. #3
    I know I need to convert mnemonics to opcodes, but I need to be shown how because I'm slow like that...

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

Featured