CSE 401 -- Compilers

Course Notes from CSE 413 AU07

In cse 413 last quarter students wrote a simple recursive descent compiler that generated x86 code. Here are a some notes from that course that might be useful.

x86 Manuals

Below are Intel's reference manuals for the X86 architecture (in pdf format).   They contain far more detail than we need, but it's all here if you need a precise description of something.

Gnu assembler manual. Look in ch. 8 for a description of the differences between GNU/AT&T assembler syntax and the Intel/Microsoft standard conventions.

Back to CSE 401 home