Lines Matching refs:syntax
307 This option specifies instruction syntax when processing instructions.
436 @cindex i386 syntax compatibility
437 @cindex syntax compatibility, i386
442 @cindex x86-64 syntax compatibility
443 @cindex syntax compatibility, x86-64
445 @code{@value{AS}} now supports assembly using Intel assembler syntax.
450 require a @samp{%} prefix. AT&T System V/386 assembler syntax is quite
451 different from Intel syntax. We mention these differences because
452 almost all 80386 documents use Intel syntax. Notable differences
476 operands are prefixed by @samp{*}; they are undelimited in Intel syntax.
483 AT&T and Intel syntax use the opposite order for source and destination
497 In AT&T syntax the size of memory operands is determined from the last
500 (32-bit) and quadruple word (64-bit) memory references. Intel syntax accomplishes
504 syntax.
515 @samp{lcall/ljmp $@var{section}, $@var{offset}} in AT&T syntax; the
516 Intel syntax is
519 is @samp{lret $@var{stack-adjust}} in AT&T syntax; Intel syntax is
580 syntax. Base names for sign extend and zero extend are
581 @samp{movs@dots{}} and @samp{movz@dots{}} in AT&T syntax (@samp{movsx}
582 and @samp{movzx} in Intel syntax). The instruction mnemonic suffixes
584 @emph{to} suffix. Thus, @samp{movsbl %al, %edx} is AT&T syntax for
603 The Intel-syntax conversion instructions
637 AT&T syntax, but are @samp{call far} and @samp{jump far} in Intel
646 @code{.intel_mnemonic} selects Intel mnemonic with Intel syntax, and
648 syntax for compatibility with the output of @code{@value{GCC}}.
864 An Intel syntax indirect memory reference of the form
871 is translated into the AT&T syntax
885 defaults). Note that section overrides in AT&T syntax @emph{must}
1055 instructions is reversed from the Intel syntax.
1235 possibly many other programs use this reversed syntax, so we're stuck