Nick Glencross <[EMAIL PROTECTED]> wrote: > To the wider community: BTW. For fun, I used imcc to convert the .imc to > a .pasm file, but them imcc couldn't run this file (trouble with > labels). Should this have worked?
In PASM mode the whole file is compiled at once. IMCC as well as assemble.pl has troubles with duplicate local labels, which are not a problem when they are in different compilation units in an .imc source file. IMCC could easily mangle local labels, but OTOH I don't see any reason to compile .imc to .pasm and then compile the latter. > Nick leo