From: Sengan DOT Short AT durham DOT ac DOT uk Message-Id: <14467.9607181651@ws-ai5.dur.ac.uk> Subject: Re: Embedded code: LES To: philpri AT ee2 DOT ee DOT cit DOT ac DOT nz (Richard Philp) Date: Thu, 18 Jul 1996 17:51:25 +0100 (BST) Cc: djgpp AT delorie DOT com In-Reply-To: from "Richard Philp" at Jul 17, 96 09:41:56 pm Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit > Hi all, > I've been needing to do some embedded code in some of my programs latly, > but theres a problem with one of the opcodes: LES . I've try lesl, but the > assembler doesn't like it, and when I make the program a library, with this > command in it, it keeps on crashing, and coming up with a sigsev error (Or > something similer. I know I've misspelt it.). Anyone know why? Or can > someone give me a reason for why the assembler doesn't like les? > Or is there an equlivent? > > Anyhelp very much appreicated, > Rich. Hmm. sounds like a bug. Try the ``.db 0xC4...'' type solution. Also, you should be aware that gas does not support all opcodes -- say aam To get a full list of all opcodes, apply strings to as.exe (or the source :) ) Sengan