public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* syntax-questiuons
@ 2001-01-11  9:12 Michael Sänger
  0 siblings, 0 replies; only message in thread
From: Michael Sänger @ 2001-01-11  9:12 UTC (permalink / raw)
  To: gcc-help

Hi there,
My question are related to the inline assebmler of Gcc.

Ok what I inow ist how this:
(vc++ inline-asm)
__asm mov eax,array[ebx]

looks in gcc:
__asm__(" movl array(%ebx),%eax");

but how do I specify other things in gcc-inline asm?
here my most urgent questions:

mov eax,arrax[ebx*4+4]

mov eax,arrax[23]

what ist movzx called in gcc inline asm?

or is it possible to use the intel sytax within the gcc?
and how do I use isse-instrutions within gcc?

Well, enough questions for today, 
I hope anyone can help me or give me the hints where to find documents 
about the whole gcc inline assebmler.

Regards, Michael

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2001-01-11  9:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-01-11  9:12 syntax-questiuons Michael Sänger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).