Edwin Blink
Wed, 09 May 2007 11:32:21 -0700
From: "David Brant" <[EMAIL PROTECTED]> if you type: <snip> Comet will NOT come up with an errorLike Andrew said Comet is a two pass assembler During 1st pass no errors are generated. Any undefined symbols on pass two will cause a error. Using undefined symbols in ORGs or in EQUs will cause unexpected results. Best practice is to make sure labels are defined before
used in these directives. I don't see this as a bug.But less fool proof ;-)Great to see a new assembler comming any details ? Something I always wanted to do in Comet is to binary sort the labels Because most of the time
is taken by searching for labels. Edwin