Be explicit about the operand ordering.

git-svn-id: http://caml.inria.fr/svn/ocaml/branches/abstract_intel_emit@15611 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
master
Alain Frisch 2014-11-27 16:48:23 +00:00
parent 8c075ad80a
commit 3e52ac2deb
1 changed files with 4 additions and 2 deletions

View File

@ -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)
*)