From news-rocq!jussieu.fr!freenix!test-hog.berkeley.edu!newsfeed.berkeley.edu!news.new-york.net!news.ttsg.com!jkw@koth.org Wed Mar 15 11:44:00 2000 Article: 11290 of rec.games.corewar Path: news-rocq!jussieu.fr!freenix!test-hog.berkeley.edu!newsfeed.berkeley.edu!news.new-york.net!news.ttsg.com!jkw@koth.org From: jkw@koth.org Newsgroups: rec.games.corewar Subject: Re: Answer to my question Date: 14 Mar 2000 22:50:01 -0500 Organization: TTSG Lines: 18 Distribution: world Message-ID: <4.1.20000314184528.009f9750@pop-server> Reply-To: jkw@koth.org NNTP-Posting-Host: odin.ttsg.com X-Trace: odin.ttsg.com 953092201 26090 216.231.111.29 (15 Mar 2000 03:50:01 GMT) X-Complaints-To: abuse@news.ttsg.com NNTP-Posting-Date: 15 Mar 2000 03:50:01 GMT Originator: corewar-l@koth.org X-Mailer: QUALCOMM Windows Eudora Pro Version 4.1 Xref: news-rocq rec.games.corewar:11290 At 07:53 AM 3/14/00 -0500, you wrote: >Apparently not... > >Anyone know how to make this work? (apart from brute force counting lines... >which i'm not opposed to, simply wondering if there were a better way...) Heh, it should work just fine, except for the fact that "end" is a compiler directive to specify the end of the program, as in: ;name bla ;author dumb starting: mov -1, <-1 jmp -1 end starting So try renaming your label... -jkw