public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* Inline asm constraint
@ 2003-10-07 18:19 Markus Engel
  2003-10-07 20:10 ` Andreas Schwab
  0 siblings, 1 reply; 2+ messages in thread
From: Markus Engel @ 2003-10-07 18:19 UTC (permalink / raw)
  To: gcc

Hello everyone,

If I use
asm ("movl %1(%%eax), %%eax" :: "i" (4));
it converts it to movl $4(%eax), but I want 4(%eax)
Is there a constraint or a method to get rid of the $?

If not, could you integrate this is a new release of the c compiler?

Markus

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-10-07 20:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-10-07 18:19 Inline asm constraint Markus Engel
2003-10-07 20:10 ` Andreas Schwab

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).