David Brant
Wed, 09 May 2007 14:39:35 -0700
It was just interesting that it did not trap the error.----- Original Message ----- From: "Edwin Blink" <[EMAIL PROTECTED]>
To: <sam-users@nvg.ntnu.no> Sent: Wednesday, May 09, 2007 7:31 PM Subject: Re: Sound Chip
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 beforeused 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 timeis taken by searching for labels. Edwin
Its going to be a Windows cross assembler with an extra window showing the labels so you can just click on the label to get to that part of the source. I do want to convert it to java so more people can use it. I may convert it to the coupe if lots of people want it.