Date: Fri, 23 Mar 2001 17:47:50 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: "Michael Duxbury" Message-Id: <3791-Fri23Mar2001174749+0200-eliz@is.elta.co.il> X-Mailer: Emacs 20.6 (via feedmail 8.3.emacs20_6 I) and Blat ver 1.8.6 CC: djgpp AT delorie DOT com In-reply-to: <99fj5s$lvq$1@neptunium.btinternet.com> (M DOT R DOT Duxbury AT btinternet DOT com) Subject: Re: assembler probs References: <99dc06$p3b$1 AT uranium DOT btinternet DOT com> <83snk5d1sy DOT fsf AT mercury DOT st DOT hmc DOT edu> <99fj5s$lvq$1 AT neptunium DOT btinternet DOT com> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: "Michael Duxbury" > Newsgroups: comp.os.msdos.djgpp > Date: Fri, 23 Mar 2001 13:32:19 -0000 > > I have tried using the line hello: .ascii "Hello, world!", but still get > same error:- Parse error before 'hello' That's because your syntax is wrong. Why do you need the inline assembly at all? It looks like a useless waste of effort, since everything you want to do can be done in C. > The other stuff you mentioned I don't really want to go there yet. Will I > not be able to get a clean compile till I have fixed them other areas? You can get the other stuff to compile, but it will certainly not work. Why bother fixing code that is guaranteed not to work?