This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
-masm=intel examples
- From: Marek Peteraj <marpet at naex dot sk>
- To: gcc at gcc dot gnu dot org
- Date: Sat, 15 May 2004 13:16:27 +0200
- Subject: -masm=intel examples
Hi,
i'm trying to find out which syntax exactly gcc accepts with the
-masm=intel switch. I've googled for examples, grepped through
sourcecode files, but i haven't found any good example. Could anyone
provide a very simple -masm=intel .c example, which would move a hex
value into a register, using the intel/masm style assembler instead of
at&t/gas one?
thanks
Marek