From: leger_v AT bluewin DOT ch Newsgroups: comp.os.msdos.djgpp Subject: push %eax, %ebx instead of pusha Date: Tue, 17 Feb 1998 20:01:42 +0100 Organization: Swisscom AG, the blue window Lines: 7 Message-ID: <34E9DE96.5339@bluewin.ch> NNTP-Posting-Host: sio22pub75.bluewin.ch Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk I'm sorry but I don't use the inline assembly. So here's my question : How could I push not all the registers but only one or two. I'd like to use "push %eax, %ebx" but it doesn't work. Should I put "pushl" or "pushw". I don't know. (sorry for this silly question) but please help me thanx.