2002.05.23 ~10 Where be them damn LCC patches Google searches stumbled across J. Carmack's .plan entry for 26 Aug 1999, mentioning "[the] modified LCC and q3asm will be available both in source form and precompiled,...". I found the q3asm source, but I can't find the damn patches to LCC. The biggest difference I can spot (between "canon" LCC and Q3's LCC) is the usage of a special "pop" instruction added to the Q3VM to no-oply consume the previous value (as with a void function (which actually returns a value on the stack anyway) or an integer return value not assigned to a variable). I'd rather not grovel through the LCC source tree to try patching it up by hand into q3lcc.