Robert Spier <[EMAIL PROTECTED]> wrote: >> > The HLL doesn't know, how many ops one source line will need. >> >> Not *normally*, but if it's including code which is already literal >> assembler, it does: Imagine a version of lex/yacc wherein the the blocks >> of code you give are imcc or pasm (instead of C). Clearly, there's one >> op per line of source.
> Insert optimizer here. The optimizer isn't run for .emit/.eom (PASM) compilation units. > -R leo