|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] ATT/GAS syntax manual
On Tue, 27 Jul 2010 21:17:52 +0100
Keir Fraser <keir.fraser@xxxxxxxxxxxxx> wrote:
> I don't think there is such a thing. There are general rules for
> writing operands, effective addresses, and ordering of operands of
> course. If I had a specific issue with a particular instruction then
> I would construct an example in machine code using .byte directive in
> a .S file, gcc/gas it to an object file, and the objdump -d that file
> to see the AT&T syntax for the instruction.
>
> -- Keir
Ah, I thought so. I have similar tricks, I usually use gdb to toggle
syntax between AT&T and INTEL, and figure out that way.
thanks,
Mukesh
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|