On 21 Sep 97 at 22:31, Mike Keitz wrote: > > >and 125 "Illegal condition" EOF (even though there is no > >character visible at that position); > > There *must* be an 'end' directive at the bottom of the file. Not > having it was just a warning with the old MPASM but a fatal error > with the windows one. If its C like, it might dislike you ending the file with text. ie: this is error in c function foo() { ... } do it like this function foo() { ... } MikeS (remove the you know what before replying)