On 04 Dec 2009, at 21:37, ik wrote: > Is there a way to see a preprocessor of what fpc creates rather then the > assembly code so I could see how defines and ifdefs executes (when compiling > rtl) ? No, but you can compile with -vc and then the compiler will print for each conditional whether it accepts or rejects it. Jonas