Click to See Complete Forum and Search --> : programming a compiler/assembler


programming fool
May 21st, 2002, 08:26 PM
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...

r_nagendra
May 21st, 2002, 08:47 PM
For designing a Compiler we require application of Automata theory. and You need to use a Symbol Table that converts from opcodes to nemonics.

programming fool
May 21st, 2002, 08:51 PM
I know I need to convert mnemonics to opcodes, but I need to be shown how because I'm slow like that...