From: Saulo Medeiros de Araujo Newsgroups: comp.os.msdos.djgpp Subject: Assembler question Date: Tue, 11 Mar 1997 09:42:02 -0300 Organization: Departamento de Informatica - UFPE Lines: 10 Message-ID: NNTP-Posting-Host: pesqueira.di.ufpe.br Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Hi, I am developing some external assembler funtions with NASM. Under Turbo C++ I know I must preserve the segment registers (cs, ds es) and the index registers (si, di). Could comebody tell me witch registers must be preserved under djgpp? thanks in advance Saulo Medeiros de Araujo