Mail Archives: djgpp/1996/07/18/13:00:15
> 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
- Raw text -