Xref: news2.mv.net comp.os.msdos.djgpp:5100 From: gold AT shell DOT aros DOT net (Lawrence Gold) Newsgroups: comp.os.msdos.djgpp Subject: Which registers can I clobber? Date: 17 Jun 1996 18:47:31 GMT Organization: ArosNet Inc. Lines: 7 Message-ID: <4q4983$l15@news.aros.net> NNTP-Posting-Host: shell.aros.net To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp If I were to write a function completely in asm (in a .s file to be assembled and linked to my C code), which registers could I safely use without first preserving them on the stack? Thanks...