Be explicit about the operand ordering.
git-svn-id: http://caml.inria.fr/svn/ocaml/branches/abstract_intel_emit@15611 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02master
parent
8c075ad80a
commit
3e52ac2deb
|
@ -14,8 +14,10 @@
|
|||
|
||||
(* The DSL* modules expose functions to emit x86/x86_64 instructions
|
||||
using a syntax close to the official Intel syntax, except that
|
||||
source and destination operands are reversed (as in the AT&T
|
||||
syntax).
|
||||
source and destination operands are reversed as in the AT&T
|
||||
syntax:
|
||||
|
||||
mov (src, dst)
|
||||
*)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue