From: Rudolf Marek <MAREKR2@cs.felk.cvut.cz>
To: "J.S.Souza" <jssouza@pacbell.net>
Cc: linux-assembly@vger.kernel.org
Subject: Re: Assembly mnemonic
Date: Tue, 28 May 2002 19:05:06 +0200 [thread overview]
Message-ID: <ad0das$tbi$2@main.gmane.org> (raw)
In-Reply-To: <200205281625.JAA14301@gold.he.net>
Hello,
google.com found this:
The Intel-syntax conversion instructions
* cbw -- sign-extend byte in %al to word in %ax,
* cwde -- sign-extend word in %ax to long in %eax,
* cwd -- sign-extend word in %ax to long in %dx:%ax,
* cdq -- sign-extend dword in %eax to quad in %edx:%eax,
* cdqe -- sign-extend dword in %eax to quad in %rax (x86-64 only),
* cdo -- sign-extend quad in %rax to octuple in %rdx:%rax (x86-64 only)
are called cbtw, cwtl, cwtd, cltd, cltq, and cqto in AT&T naming. as as
^^^^^
accepts either naming for these instructions.
http://sources.redhat.com/binutils/docs-2.12/as.info/i386-Mnemonics.html
regards
Rudolf
On Tue, 28 May 2002, J.S.Souza wrote:
> Date: Tue, 28 May 2002 09:25:30 -0700
> From: J.S.Souza <jssouza@pacbell.net>
> To: linux-assembly@vger.kernel.org
> Subject: Assembly mnemonic
>
> I was looking at the assembly output from a small C program just to see how
> the compiler dealt with a certain procedure and can't figure out what the
> mnemonic "cltd" is. Does anyone know what this is? There is NO arguments
> for it, it's just by itself on a line.
>
> Cheers,
> Jeff Souza
> -
> To unsubscribe from this list: send the line "unsubscribe linux-assembly" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
>
>
prev parent reply other threads:[~2002-05-28 17:05 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-05-28 16:25 Assembly mnemonic J.S.Souza
2002-05-28 17:05 ` Rudolf Marek [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='ad0das$tbi$2@main.gmane.org' \
--to=marekr2@cs.felk.cvut.cz \
--cc=jssouza@pacbell.net \
--cc=linux-assembly@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.