From: lbta AT camoes DOT rnl DOT ist DOT utl DOT pt (LUCIANO BARBOSA TAROUCO(leic)) Newsgroups: comp.os.msdos.djgpp Subject: at&t assembler LDS and LES Date: 14 Nov 1996 15:38:18 GMT Organization: Instituto Superior Tecnico Lines: 14 Message-ID: <56feda$qal@ci.ist.utl.pt> NNTP-Posting-Host: camoes.rnl.ist.utl.pt To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp I have a little problem with the at&t assembly under DJGPP I try to use the operations LDS and LES which are suposed to load the segment part of a pointer to DS and ES respectively but when I compile the program, GCC says something like this: "the operands dont match any 386 operation" I am sure that these operations exist because they are documented in various assembly books. Please Help Me...............