From: john kismul Newsgroups: comp.os.msdos.djgpp Subject: Problem with assembly in DJGPP2 Date: Sun, 19 Oct 1997 19:41:22 +0100 Organization: Riksnett AS Lines: 9 Message-ID: <344A5452.C41@bergen.mail.telia.com> Reply-To: john DOT kismul AT bergen DOT mail DOT telia DOT com NNTP-Posting-Host: t8o204p43.telia.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk I've got a problem with assembly in DJGPP2 When I try to use variables in my assembler code I get an error message saying something like, you must declare variable before using it. When I just compile my program without creating a .EXE file I get no errors, it's only when I try to build a .EXE file I get this error. Anyone know why?