Graeme Geldenhuys wrote: > Is assembler code generated for a call to a blank (no content) > procedure? The content of the procedure might be IFDEF'd out. I've checked it, and it does. Mark the procedure as inline together with IFDEF-ing its code, and there will be no overhead. David