|
You could also download the source for a compiler like gcc and look at that. I think the compiler itself outputs assembler which another program assembles although the code is probably generated by Lexx and Yacc and isn't supposed to be read by humans.
|