===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
yasm-1.3.0/libyasm/cmake-module.c-1-/*
yasm-1.3.0/libyasm/cmake-module.c:2: * YASM module loader
yasm-1.3.0/libyasm/cmake-module.c-3- *
##############################################
yasm-1.3.0/libyasm/section.h-2- * \file libyasm/section.h
yasm-1.3.0/libyasm/section.h:3: * \brief YASM section interface.
yasm-1.3.0/libyasm/section.h-4- *
##############################################
yasm-1.3.0/libyasm/section.h-36-
yasm-1.3.0/libyasm/section.h:37:/** Basic YASM relocation.  Object formats will need to extend this
yasm-1.3.0/libyasm/section.h-38- * structure with additional fields for relocation type, etc.
##############################################
yasm-1.3.0/libyasm/errwarn.h-2- * \file libyasm/errwarn.h
yasm-1.3.0/libyasm/errwarn.h:3: * \brief YASM error and warning reporting interface.
yasm-1.3.0/libyasm/errwarn.h-4- *
##############################################
yasm-1.3.0/libyasm/insn.h-2- * \file libyasm/insn.h
yasm-1.3.0/libyasm/insn.h:3: * \brief YASM mnenomic instruction.
yasm-1.3.0/libyasm/insn.h-4- *
##############################################
yasm-1.3.0/libyasm/symrec.h-2- * \file libyasm/symrec.h
yasm-1.3.0/libyasm/symrec.h:3: * \brief YASM symbol table interface.
yasm-1.3.0/libyasm/symrec.h-4- *
##############################################
yasm-1.3.0/libyasm/linemap.c-1-/*
yasm-1.3.0/libyasm/linemap.c:2: * YASM assembler virtual line mapping handling (for parse stage)
yasm-1.3.0/libyasm/linemap.c-3- *
##############################################
yasm-1.3.0/libyasm/tests/opt-gvmat64.asm-4-
yasm-1.3.0/libyasm/tests/opt-gvmat64.asm:5:; gvmat64.asm -- Asm portion of the optimized longest_match for 32 bits x86
yasm-1.3.0/libyasm/tests/opt-gvmat64.asm-6-; Copyright (C) 1995-2005 Jean-loup Gailly, Brian Raiter and Gilles Vollant.
##############################################
yasm-1.3.0/libyasm/tests/opt-gvmat64.asm-77-;  all the +4 offsets are due to the addition of pending_buf_size (in zlib
yasm-1.3.0/libyasm/tests/opt-gvmat64.asm:78:;  in the deflate_state structure since the asm code was first written
yasm-1.3.0/libyasm/tests/opt-gvmat64.asm-79-;  (if you compile with zlib 1.0.4 or older, remove the +4).
##############################################
yasm-1.3.0/libyasm/tests/opt-gvmat64.asm-95-;  all the +zlib1222add offsets are due to the addition of fields
yasm-1.3.0/libyasm/tests/opt-gvmat64.asm:96:;  in zlib in the deflate_state structure since the asm code was first written
yasm-1.3.0/libyasm/tests/opt-gvmat64.asm-97-;  (if you compile with zlib 1.0.4 or older, use "%define zlib1222add  (-4)").
##############################################
yasm-1.3.0/libyasm/expr.h-2- * \file libyasm/expr.h
yasm-1.3.0/libyasm/expr.h:3: * \brief YASM expression interface.
yasm-1.3.0/libyasm/expr.h-4- *
##############################################
yasm-1.3.0/libyasm/Makefile.inc-43-genmodule.$(OBJEXT): libyasm/genmodule.c
yasm-1.3.0/libyasm/Makefile.inc:44:	$(CC_FOR_BUILD) $(DEFAULT_INCLUDES) $(INCLUDES) -c -o $@ `test -f libyasm/genmodule.c || echo '$(srcdir)/'`libyasm/genmodule.c
yasm-1.3.0/libyasm/Makefile.inc-45-
##############################################
yasm-1.3.0/libyasm/valparam.h-2- * \file libyasm/valparam.h
yasm-1.3.0/libyasm/valparam.h:3: * \brief YASM value/parameter interface.
yasm-1.3.0/libyasm/valparam.h-4- *
##############################################
yasm-1.3.0/libyasm/dbgfmt.h-2- * \file libyasm/dbgfmt.h
yasm-1.3.0/libyasm/dbgfmt.h:3: * \brief YASM debug format interface.
yasm-1.3.0/libyasm/dbgfmt.h-4- *
##############################################
yasm-1.3.0/libyasm/assocdat.c-1-/*
yasm-1.3.0/libyasm/assocdat.c:2: * YASM associated data storage (libyasm internal use)
yasm-1.3.0/libyasm/assocdat.c-3- *
##############################################
yasm-1.3.0/libyasm/CMakeLists.txt-34-IF(BUILD_SHARED_LIBS)
yasm-1.3.0/libyasm/CMakeLists.txt:35:    SET_TARGET_PROPERTIES(libyasm PROPERTIES
yasm-1.3.0/libyasm/CMakeLists.txt-36-        OUTPUT_NAME "yasm"
##############################################
yasm-1.3.0/libyasm/CMakeLists.txt-39-ELSE(BUILD_SHARED_LIBS)
yasm-1.3.0/libyasm/CMakeLists.txt:40:    SET_TARGET_PROPERTIES(libyasm PROPERTIES
yasm-1.3.0/libyasm/CMakeLists.txt-41-        COMPILE_FLAGS -DYASM_LIB_SOURCE
##############################################
yasm-1.3.0/libyasm/module.in-1-/*
yasm-1.3.0/libyasm/module.in:2: * YASM module loader
yasm-1.3.0/libyasm/module.in-3- *
##############################################
yasm-1.3.0/libyasm/intnum.c-277-
yasm-1.3.0/libyasm/intnum.c:278:    /* tasm uses big endian notation */
yasm-1.3.0/libyasm/intnum.c-279-    i = 0;
##############################################
yasm-1.3.0/libyasm/bytecode.h-2- * \file libyasm/bytecode.h
yasm-1.3.0/libyasm/bytecode.h:3: * \brief YASM bytecode interface.
yasm-1.3.0/libyasm/bytecode.h-4- *
##############################################
yasm-1.3.0/libyasm/module.h-1-/*
yasm-1.3.0/libyasm/module.h:2: * YASM module loader header file
yasm-1.3.0/libyasm/module.h-3- *
##############################################
yasm-1.3.0/libyasm/linemap.h-2- * \file libyasm/linemap.h
yasm-1.3.0/libyasm/linemap.h:3: * \brief YASM virtual line mapping interface.
yasm-1.3.0/libyasm/linemap.h-4- *
##############################################
yasm-1.3.0/libyasm/phash.h:1:/* Modified for use with yasm by Peter Johnson. */
yasm-1.3.0/libyasm/phash.h-2-/*
##############################################
yasm-1.3.0/libyasm/intnum.h-2- * \file libyasm/intnum.h
yasm-1.3.0/libyasm/intnum.h:3: * \brief YASM integer number interface.
yasm-1.3.0/libyasm/intnum.h-4- *
##############################################
yasm-1.3.0/libyasm/intnum.h-72-
yasm-1.3.0/libyasm/intnum.h:73:/** Convert character constant to integer value, using NASM rules.  NASM syntax
yasm-1.3.0/libyasm/intnum.h-74- * supports automatic conversion from strings such as 'abcd' to a 32-bit
##############################################
yasm-1.3.0/libyasm/intnum.h-81-
yasm-1.3.0/libyasm/intnum.h:82:/** Convert character constant to integer value, using TASM rules.  TASM syntax
yasm-1.3.0/libyasm/intnum.h-83- * supports automatic conversion from strings such as 'abcd' to a 32-bit
##############################################
yasm-1.3.0/libyasm/phash.c:1:/* Modified for use with yasm by Peter Johnson. */
yasm-1.3.0/libyasm/phash.c-2-#include "util.h"
##############################################
yasm-1.3.0/libyasm/listfmt.h-2- * \file libyasm/listfmt.h
yasm-1.3.0/libyasm/listfmt.h:3: * \brief YASM list format interface.
yasm-1.3.0/libyasm/listfmt.h-4- *
##############################################
yasm-1.3.0/libyasm/listfmt.h-42-
yasm-1.3.0/libyasm/listfmt.h:43:/** YASM list format module interface. */
yasm-1.3.0/libyasm/listfmt.h-44-typedef struct yasm_listfmt_module {
##############################################
yasm-1.3.0/libyasm/preproc.h-2- * \file libyasm/preproc.h
yasm-1.3.0/libyasm/preproc.h:3: * \brief YASM preprocessor module interface.
yasm-1.3.0/libyasm/preproc.h-4- *
##############################################
yasm-1.3.0/libyasm/preproc.h-42-
yasm-1.3.0/libyasm/preproc.h:43:/** YASM preprocesor module interface. */
yasm-1.3.0/libyasm/preproc.h-44-typedef struct yasm_preproc_module {
##############################################
yasm-1.3.0/libyasm/objfmt.h-2- * \file libyasm/objfmt.h
yasm-1.3.0/libyasm/objfmt.h:3: * \brief YASM object format module interface.
yasm-1.3.0/libyasm/objfmt.h-4- *
##############################################
yasm-1.3.0/libyasm/arch.h-2- * \file libyasm/arch.h
yasm-1.3.0/libyasm/arch.h:3: * \brief YASM architecture interface.
yasm-1.3.0/libyasm/arch.h-4- *
##############################################
yasm-1.3.0/libyasm/arch.h-67-
yasm-1.3.0/libyasm/arch.h:68:/** YASM machine subtype.  A number of different machine types may be
yasm-1.3.0/libyasm/arch.h-69- * associated with a single architecture.  These may be specific CPU's, but
##############################################
yasm-1.3.0/libyasm/arch.h-81-
yasm-1.3.0/libyasm/arch.h:82:/** YASM architecture module interface.
yasm-1.3.0/libyasm/arch.h-83- * \note All "data" in parser-related functions (yasm_arch_parse_*) needs to
##############################################
yasm-1.3.0/libyasm/file.h-2- * \file libyasm/file.h
yasm-1.3.0/libyasm/file.h:3: * \brief YASM file helpers.
yasm-1.3.0/libyasm/file.h-4- *
##############################################
yasm-1.3.0/libyasm/value.h-2- * \file libyasm/value.h
yasm-1.3.0/libyasm/value.h:3: * \brief YASM value interface.
yasm-1.3.0/libyasm/value.h-4- *
##############################################
yasm-1.3.0/libyasm/parser.h-2- * \file libyasm/parser.h
yasm-1.3.0/libyasm/parser.h:3: * \brief YASM parser module interface.
yasm-1.3.0/libyasm/parser.h-4- *
##############################################
yasm-1.3.0/libyasm/parser.h-32-
yasm-1.3.0/libyasm/parser.h:33:/** YASM parser module interface.  The "front end" of the assembler. */
yasm-1.3.0/libyasm/parser.h-34-typedef struct yasm_parser_module {
##############################################
yasm-1.3.0/libyasm/floatnum.h-2- * \file libyasm/floatnum.h
yasm-1.3.0/libyasm/floatnum.h:3: * \brief YASM floating point (IEEE) interface.
yasm-1.3.0/libyasm/floatnum.h-4- *
##############################################
yasm-1.3.0/libyasm/coretype.h-2- * \file libyasm/coretype.h
yasm-1.3.0/libyasm/coretype.h:3: * \brief YASM core types and utility functions.
yasm-1.3.0/libyasm/coretype.h-4- *
##############################################
yasm-1.3.0/libyasm/coretype.h-69-
yasm-1.3.0/libyasm/coretype.h:70:/** YASM associated data callback structure.  Many data structures can have
yasm-1.3.0/libyasm/coretype.h-71- * arbitrary data associated with them.
##############################################
yasm-1.3.0/libyasm/assocdat.h-2- * \file assocdat.h
yasm-1.3.0/libyasm/assocdat.h:3: * \brief YASM associated data storage (libyasm internal use)
yasm-1.3.0/libyasm/assocdat.h-4- *
##############################################
yasm-1.3.0/util.h-1-/*
yasm-1.3.0/util.h:2: * YASM utility functions.
yasm-1.3.0/util.h-3- *
##############################################
yasm-1.3.0/plugins/dbg/CMakeLists.txt-22-FIND_PATH(YASM_INCLUDE_PATH NAMES libyasm.h
yasm-1.3.0/plugins/dbg/CMakeLists.txt:23:    DOC "The path to the libyasm include files"
yasm-1.3.0/plugins/dbg/CMakeLists.txt-24-    PATHS ${YASM_POSSIBLE_INCLUDE_PATHS}
##############################################
yasm-1.3.0/plugins/dbg/CMakeLists.txt-27-IF (NOT YASM_INCLUDE_PATH)
yasm-1.3.0/plugins/dbg/CMakeLists.txt:28:    MESSAGE(FATAL_ERROR "Could not find yasm include files")
yasm-1.3.0/plugins/dbg/CMakeLists.txt-29-ENDIF (NOT YASM_INCLUDE_PATH)
##############################################
yasm-1.3.0/plugins/dbg/CMakeLists.txt-43-    NAMES yasm
yasm-1.3.0/plugins/dbg/CMakeLists.txt:44:    DOC "The path to the libyasm library"
yasm-1.3.0/plugins/dbg/CMakeLists.txt-45-    PATHS ${YASM_POSSIBLE_LIB_PATHS}
##############################################
yasm-1.3.0/plugins/dbg/CMakeLists.txt-48-IF (NOT YASM_LIBRARY)
yasm-1.3.0/plugins/dbg/CMakeLists.txt:49:    MESSAGE(FATAL_ERROR "Could not find yasm library")
yasm-1.3.0/plugins/dbg/CMakeLists.txt-50-ENDIF (NOT YASM_LIBRARY)
##############################################
yasm-1.3.0/plugins/dbg/README-1-This directory demonstrates how to build a basic plugin.
yasm-1.3.0/plugins/dbg/README:2:It does not need access to the yasm source, only an installed yasm.
yasm-1.3.0/plugins/dbg/README-3-
##############################################
yasm-1.3.0/plugins/dbg/README-10-Testing (on Windows):
yasm-1.3.0/plugins/dbg/README:11:  yasm -N Release/dbgmod.dll -f dbg -
yasm-1.3.0/plugins/dbg/README-12-     db 5
##############################################
yasm-1.3.0/plugins/dbg/README-15-Testing (on Unix):
yasm-1.3.0/plugins/dbg/README:16:  yasm -N ./libdbgmod.so -f dbg -
yasm-1.3.0/plugins/dbg/README-17-     db 5
##############################################
yasm-1.3.0/plugins/x86/CMakeLists.txt-4-SET(YASM_SOURCE_DIR "${PROJECT_SOURCE_DIR}/../.."
yasm-1.3.0/plugins/x86/CMakeLists.txt:5:    CACHE STRING "Location of Yasm source")
yasm-1.3.0/plugins/x86/CMakeLists.txt-6-
##############################################
yasm-1.3.0/plugins/x86/CMakeLists.txt-29-FIND_PROGRAM(GENPERF_PATH genperf
yasm-1.3.0/plugins/x86/CMakeLists.txt:30:    DOC "The path to the yasm genperf executable"
yasm-1.3.0/plugins/x86/CMakeLists.txt-31-    PATHS ${GENPERF_POSSIBLE_PATHS}
##############################################
yasm-1.3.0/plugins/x86/CMakeLists.txt-46-FIND_PATH(YASM_INCLUDE_PATH NAMES libyasm.h
yasm-1.3.0/plugins/x86/CMakeLists.txt:47:    DOC "The path to the libyasm include files"
yasm-1.3.0/plugins/x86/CMakeLists.txt-48-    PATHS ${YASM_POSSIBLE_INCLUDE_PATHS}
##############################################
yasm-1.3.0/plugins/x86/CMakeLists.txt-51-IF (NOT YASM_INCLUDE_PATH)
yasm-1.3.0/plugins/x86/CMakeLists.txt:52:    MESSAGE(FATAL_ERROR "Could not find yasm include files")
yasm-1.3.0/plugins/x86/CMakeLists.txt-53-ENDIF (NOT YASM_INCLUDE_PATH)
##############################################
yasm-1.3.0/plugins/x86/CMakeLists.txt-68-    NAMES yasm
yasm-1.3.0/plugins/x86/CMakeLists.txt:69:    DOC "The path to the libyasm library"
yasm-1.3.0/plugins/x86/CMakeLists.txt-70-    PATHS ${YASM_POSSIBLE_LIB_PATHS}
##############################################
yasm-1.3.0/plugins/x86/CMakeLists.txt-73-IF (NOT YASM_LIBRARY)
yasm-1.3.0/plugins/x86/CMakeLists.txt:74:    MESSAGE(FATAL_ERROR "Could not find yasm library")
yasm-1.3.0/plugins/x86/CMakeLists.txt-75-ENDIF (NOT YASM_LIBRARY)
##############################################
yasm-1.3.0/plugins/x86/README:1:This directory demonstrates how to build a yasm builtin module as a plugin.
yasm-1.3.0/plugins/x86/README-2-This can be useful for integrating custom changes without
##############################################
yasm-1.3.0/plugins/x86/README-4-
yasm-1.3.0/plugins/x86/README:5:It requires access to the yasm source.  It defaults to assuming it is being
yasm-1.3.0/plugins/x86/README:6:built inside of the yasm source tree.
yasm-1.3.0/plugins/x86/README-7-
##############################################
yasm-1.3.0/plugins/x86/README-14-Testing (on Windows):
yasm-1.3.0/plugins/x86/README:15:  yasm -N Release/x86mod.dll -f x86 ...
yasm-1.3.0/plugins/x86/README-16-
yasm-1.3.0/plugins/x86/README-17-Testing (on Unix):
yasm-1.3.0/plugins/x86/README:18:  yasm -N ./libx86mod.so -f x86 ...
yasm-1.3.0/plugins/x86/README-19-
##############################################
yasm-1.3.0/plugins/README:1:These directories contain example yasm plugins.
yasm-1.3.0/plugins/README:2:Yasm is only capable of loading plugins when it was built using cmake.
yasm-1.3.0/plugins/README:3:To build yasm with cmake on Unix, from the yasm source tree, do:
yasm-1.3.0/plugins/README-4-  mkdir objdir
##############################################
yasm-1.3.0/plugins/README-9-The plugins are written to be compiled against an *installed* yasm.
yasm-1.3.0/plugins/README:10:Plugins may be loaded on the yasm command line using the -N command line
yasm-1.3.0/plugins/README-11-option, e.g.:
yasm-1.3.0/plugins/README:12:  yasm -N ./libdbgmod.so
yasm-1.3.0/plugins/README:13:  yasm -N Release/dbgmod.dll
yasm-1.3.0/plugins/README:14:  yasm -N /usr/local/lib/libx86mod
yasm-1.3.0/plugins/README-15-(the .so will be automatically appended)
yasm-1.3.0/plugins/README:16:If no directory path is specified, yasm will search in standard library
yasm-1.3.0/plugins/README:17:locations (e.g. LD_LIBRARY_PATH, the rpath of the yasm executable, etc) to
yasm-1.3.0/plugins/README-18-try to load the plugin.  Thus the last example (after installing the plugin)
yasm-1.3.0/plugins/README-19-could likely be written:
yasm-1.3.0/plugins/README:20:  yasm -N x86mod
yasm-1.3.0/plugins/README-21-
##############################################
yasm-1.3.0/configure-2-# Guess values for system-dependent variables and create Makefiles.
yasm-1.3.0/configure:3:# Generated by GNU Autoconf 2.69 for yasm 1.3.0.
yasm-1.3.0/configure-4-#
##############################################
yasm-1.3.0/configure-45-if test -z "$BASH_VERSION$ZSH_VERSION" \
yasm-1.3.0/configure:46:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
yasm-1.3.0/configure-47-  as_echo='print -r --'
yasm-1.3.0/configure-48-  as_echo_n='print -rn --'
yasm-1.3.0/configure:49:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
yasm-1.3.0/configure-50-  as_echo='printf %s\n'
##############################################
yasm-1.3.0/configure-52-else
yasm-1.3.0/configure:53:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
yasm-1.3.0/configure-54-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
yasm-1.3.0/configure-62-	expr "X$arg" : "X\\(.*\\)$as_nl";
yasm-1.3.0/configure:63:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
yasm-1.3.0/configure-64-      esac;
##############################################
yasm-1.3.0/configure-199-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
yasm-1.3.0/configure:200:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
yasm-1.3.0/configure-201-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
yasm-1.3.0/configure-327-      case $as_dir in #(
yasm-1.3.0/configure:328:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
yasm-1.3.0/configure-329-      *) as_qdir=$as_dir;;
##############################################
yasm-1.3.0/configure-400-  {
yasm-1.3.0/configure:401:    as_val=`expr "$@" || test $? -eq 1`
yasm-1.3.0/configure-402-  }
##############################################
yasm-1.3.0/configure-407-# ----------------------------------------
yasm-1.3.0/configure:408:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
yasm-1.3.0/configure-409-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
yasm-1.3.0/configure-470-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
yasm-1.3.0/configure:471:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
yasm-1.3.0/configure-472-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
yasm-1.3.0/configure-583-PACKAGE_VERSION='1.3.0'
yasm-1.3.0/configure:584:PACKAGE_STRING='yasm 1.3.0'
yasm-1.3.0/configure-585-PACKAGE_BUGREPORT='bug-yasm@tortall.net'
##############################################
yasm-1.3.0/configure-863-  case $ac_option in
yasm-1.3.0/configure:864:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
yasm-1.3.0/configure-865-  *=)   ac_optarg= ;;
##############################################
yasm-1.3.0/configure-907-  -disable-* | --disable-*)
yasm-1.3.0/configure:908:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
yasm-1.3.0/configure-909-    # Reject names that are not valid shell variable names.
##############################################
yasm-1.3.0/configure-912-    ac_useropt_orig=$ac_useropt
yasm-1.3.0/configure:913:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
yasm-1.3.0/configure-914-    case $ac_user_opts in
##############################################
yasm-1.3.0/configure-933-  -enable-* | --enable-*)
yasm-1.3.0/configure:934:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
yasm-1.3.0/configure-935-    # Reject names that are not valid shell variable names.
##############################################
yasm-1.3.0/configure-938-    ac_useropt_orig=$ac_useropt
yasm-1.3.0/configure:939:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
yasm-1.3.0/configure-940-    case $ac_user_opts in
##############################################
yasm-1.3.0/configure-1137-  -with-* | --with-*)
yasm-1.3.0/configure:1138:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
yasm-1.3.0/configure-1139-    # Reject names that are not valid shell variable names.
##############################################
yasm-1.3.0/configure-1142-    ac_useropt_orig=$ac_useropt
yasm-1.3.0/configure:1143:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
yasm-1.3.0/configure-1144-    case $ac_user_opts in
##############################################
yasm-1.3.0/configure-1153-  -without-* | --without-*)
yasm-1.3.0/configure:1154:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
yasm-1.3.0/configure-1155-    # Reject names that are not valid shell variable names.
##############################################
yasm-1.3.0/configure-1158-    ac_useropt_orig=$ac_useropt
yasm-1.3.0/configure:1159:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
yasm-1.3.0/configure-1160-    case $ac_user_opts in
##############################################
yasm-1.3.0/configure-1191-  *=*)
yasm-1.3.0/configure:1192:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
yasm-1.3.0/configure-1193-    # Reject names that are not valid shell variable names.
##############################################
yasm-1.3.0/configure-1212-if test -n "$ac_prev"; then
yasm-1.3.0/configure:1213:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
yasm-1.3.0/configure-1214-  as_fn_error $? "missing argument to $ac_option"
##############################################
yasm-1.3.0/configure-1234-    */ )
yasm-1.3.0/configure:1235:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
yasm-1.3.0/configure-1236-      eval $ac_var=\$ac_val;;
##############################################
yasm-1.3.0/configure-1269-ac_ls_di=`ls -di .` &&
yasm-1.3.0/configure:1270:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
yasm-1.3.0/configure-1271-  as_fn_error $? "working directory cannot be determined"
##############################################
yasm-1.3.0/configure-1325-case $srcdir in
yasm-1.3.0/configure:1326:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
yasm-1.3.0/configure-1327-esac
##############################################
yasm-1.3.0/configure-1341-  cat <<_ACEOF
yasm-1.3.0/configure:1342:\`configure' configures yasm 1.3.0 to adapt to many kinds of systems.
yasm-1.3.0/configure-1343-
##############################################
yasm-1.3.0/configure-1368-By default, \`make install' will install all the files in
yasm-1.3.0/configure:1369:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
yasm-1.3.0/configure:1370:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
yasm-1.3.0/configure-1371-for instance \`--prefix=\$HOME'.
##############################################
yasm-1.3.0/configure-1411-  case $ac_init_help in
yasm-1.3.0/configure:1412:     short | recursive ) echo "Configuration of yasm 1.3.0:";;
yasm-1.3.0/configure-1413-   esac
##############################################
yasm-1.3.0/configure-1484-*)
yasm-1.3.0/configure:1485:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
yasm-1.3.0/configure-1486-  # A ".." for each directory in $ac_dir_suffix.
yasm-1.3.0/configure:1487:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
yasm-1.3.0/configure-1488-  case $ac_top_builddir_sub in
##############################################
yasm-1.3.0/configure-1531-  cat <<\_ACEOF
yasm-1.3.0/configure:1532:yasm configure 1.3.0
yasm-1.3.0/configure-1533-generated by GNU Autoconf 2.69
##############################################
yasm-1.3.0/configure-2137-
yasm-1.3.0/configure:2138:It was created by yasm $as_me 1.3.0, which was
yasm-1.3.0/configure-2139-generated by GNU Autoconf 2.69.  Invocation command line was
##############################################
yasm-1.3.0/configure-2209-    *\'*)
yasm-1.3.0/configure:2210:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
yasm-1.3.0/configure-2211-    esac
##############################################
yasm-1.3.0/configure-2292-      case $ac_val in
yasm-1.3.0/configure:2293:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
yasm-1.3.0/configure-2294-      esac
##############################################
yasm-1.3.0/configure-2307-	case $ac_val in
yasm-1.3.0/configure:2308:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
yasm-1.3.0/configure-2309-	esac
##############################################
yasm-1.3.0/configure-2428-    set,)
yasm-1.3.0/configure:2429:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
yasm-1.3.0/configure:2430:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
yasm-1.3.0/configure-2431-      ac_cache_corrupted=: ;;
##############################################
yasm-1.3.0/configure-2439-	# differences in whitespace do not lead to failure.
yasm-1.3.0/configure:2440:	ac_old_val_w=`echo x $ac_old_val`
yasm-1.3.0/configure:2441:	ac_new_val_w=`echo x $ac_new_val`
yasm-1.3.0/configure-2442-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
yasm-1.3.0/configure-2459-    case $ac_new_val in
yasm-1.3.0/configure:2460:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
yasm-1.3.0/configure-2461-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
yasm-1.3.0/configure-2638-     echo "timestamp, slept: $am_has_slept" > conftest.file
yasm-1.3.0/configure:2639:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
yasm-1.3.0/configure-2640-     if test "$*" = "X"; then
yasm-1.3.0/configure-2641-	# -L didn't work.
yasm-1.3.0/configure:2642:	set X `ls -t "$srcdir/configure" conftest.file`
yasm-1.3.0/configure-2643-     fi
##############################################
yasm-1.3.0/configure-2689-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
yasm-1.3.0/configure:2690:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
yasm-1.3.0/configure-2691-
yasm-1.3.0/configure-2692-# expand $ac_aux_dir to an absolute path
yasm-1.3.0/configure:2693:am_aux_dir=`cd $ac_aux_dir && pwd`
yasm-1.3.0/configure-2694-
##############################################
yasm-1.3.0/configure-2834-	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
yasm-1.3.0/configure:2835:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
yasm-1.3.0/configure-2836-	     'mkdir (GNU coreutils) '* | \
##############################################
yasm-1.3.0/configure-2907-set x ${MAKE-make}
yasm-1.3.0/configure:2908:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
yasm-1.3.0/configure-2909-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
yasm-1.3.0/configure-2917-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
yasm-1.3.0/configure:2918:case `${MAKE-make} -f conftest.make 2>/dev/null` in
yasm-1.3.0/configure-2919-  *@@@%%%=?*=@@@%%%*)
##############################################
yasm-1.3.0/configure-2983-
yasm-1.3.0/configure:2984:if test "`cd $srcdir && pwd`" != "`pwd`"; then
yasm-1.3.0/configure-2985-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
yasm-1.3.0/configure-3211-# Ignore all kinds of additional output from 'make'.
yasm-1.3.0/configure:3212:case `$am_make -s -f confmf 2> /dev/null` in #(
yasm-1.3.0/configure-3213-*the\ am__doit\ target*)
##############################################
yasm-1.3.0/configure-3221-   echo '.include "confinc"' > confmf
yasm-1.3.0/configure:3222:   case `$am_make -s -f confmf 2> /dev/null` in #(
yasm-1.3.0/configure-3223-   *the\ am__doit\ target*)
##############################################
yasm-1.3.0/configure-3600-$as_echo_n "checking whether the C compiler works... " >&6; }
yasm-1.3.0/configure:3601:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
yasm-1.3.0/configure-3602-
##############################################
yasm-1.3.0/configure-3644-	then :; else
yasm-1.3.0/configure:3645:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
yasm-1.3.0/configure-3646-	fi
##############################################
yasm-1.3.0/configure-3704-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
yasm-1.3.0/configure:3705:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
yasm-1.3.0/configure-3706-	  break;;
##############################################
yasm-1.3.0/configure-3813-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
yasm-1.3.0/configure:3814:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
yasm-1.3.0/configure-3815-       break;;
##############################################
yasm-1.3.0/configure-4131-  if test "$am_compiler_list" = ""; then
yasm-1.3.0/configure:4132:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
yasm-1.3.0/configure-4133-  fi
##############################################
yasm-1.3.0/configure-4982-  # Check for GNU $ac_path_GREP
yasm-1.3.0/configure:4983:case `"$ac_path_GREP" --version 2>&1` in
yasm-1.3.0/configure-4984-*GNU*)
##############################################
yasm-1.3.0/configure-5048-  # Check for GNU $ac_path_EGREP
yasm-1.3.0/configure:5049:case `"$ac_path_EGREP" --version 2>&1` in
yasm-1.3.0/configure-5050-*GNU*)
##############################################
yasm-1.3.0/configure-5209-do :
yasm-1.3.0/configure:5210:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
yasm-1.3.0/configure-5211-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
yasm-1.3.0/configure-5214-  cat >>confdefs.h <<_ACEOF
yasm-1.3.0/configure:5215:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
yasm-1.3.0/configure-5216-_ACEOF
##############################################
yasm-1.3.0/configure-5224-do :
yasm-1.3.0/configure:5225:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
yasm-1.3.0/configure-5226-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
yasm-1.3.0/configure-5228-  cat >>confdefs.h <<_ACEOF
yasm-1.3.0/configure:5229:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
yasm-1.3.0/configure-5230-_ACEOF
##############################################
yasm-1.3.0/configure-5818-#if test "$GCC" = "yes" ; then
yasm-1.3.0/configure:5819:#ac_cv_stdint_message="using gnu compiler "`$CC --version | head -1`
yasm-1.3.0/configure-5820-#else
##############################################
yasm-1.3.0/configure-5836-do :
yasm-1.3.0/configure:5837:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
yasm-1.3.0/configure-5838-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
yasm-1.3.0/configure-5840-  cat >>confdefs.h <<_ACEOF
yasm-1.3.0/configure:5841:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
yasm-1.3.0/configure-5842-_ACEOF
##############################################
yasm-1.3.0/configure-5848-do :
yasm-1.3.0/configure:5849:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
yasm-1.3.0/configure-5850-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
yasm-1.3.0/configure-5852-  cat >>confdefs.h <<_ACEOF
yasm-1.3.0/configure:5853:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
yasm-1.3.0/configure-5854-_ACEOF
##############################################
yasm-1.3.0/configure-5860-do :
yasm-1.3.0/configure:5861:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
yasm-1.3.0/configure-5862-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
yasm-1.3.0/configure-5864-  cat >>confdefs.h <<_ACEOF
yasm-1.3.0/configure:5865:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
yasm-1.3.0/configure-5866-_ACEOF
##############################################
yasm-1.3.0/configure-5873-do :
yasm-1.3.0/configure:5874:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
yasm-1.3.0/configure-5875-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
yasm-1.3.0/configure-5877-  cat >>confdefs.h <<_ACEOF
yasm-1.3.0/configure:5878:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
yasm-1.3.0/configure-5879-_ACEOF
##############################################
yasm-1.3.0/configure-5913-  # Check for GNU $ac_path_SED
yasm-1.3.0/configure:5914:case `"$ac_path_SED" --version 2>&1` in
yasm-1.3.0/configure-5915-*GNU*)
##############################################
yasm-1.3.0/configure-6088-
yasm-1.3.0/configure:6089:    case `$MSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
yasm-1.3.0/configure-6090-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) MSGFMT_015=: ;;
##############################################
yasm-1.3.0/configure-6093-
yasm-1.3.0/configure:6094:  case `$GMSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
yasm-1.3.0/configure-6095-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) GMSGFMT_015=: ;;
##############################################
yasm-1.3.0/configure-6170-
yasm-1.3.0/configure:6171:    case `$XGETTEXT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
yasm-1.3.0/configure-6172-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) XGETTEXT_015=: ;;
##############################################
yasm-1.3.0/configure-6281-test "x$ac_build_alias" = x &&
yasm-1.3.0/configure:6282:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
yasm-1.3.0/configure-6283-test "x$ac_build_alias" = x &&
yasm-1.3.0/configure-6284-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
yasm-1.3.0/configure:6285:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
yasm-1.3.0/configure-6286-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
yasm-1.3.0/configure-6305-IFS=$ac_save_IFS
yasm-1.3.0/configure:6306:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
yasm-1.3.0/configure-6307-
##############################################
yasm-1.3.0/configure-6316-else
yasm-1.3.0/configure:6317:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
yasm-1.3.0/configure-6318-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
yasm-1.3.0/configure-6338-IFS=$ac_save_IFS
yasm-1.3.0/configure:6339:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
yasm-1.3.0/configure-6340-
##############################################
yasm-1.3.0/configure-6371-    # gcc leaves a trailing carriage return which upsets mingw
yasm-1.3.0/configure:6372:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
yasm-1.3.0/configure-6373-  *)
yasm-1.3.0/configure:6374:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
yasm-1.3.0/configure-6375-  esac
##############################################
yasm-1.3.0/configure-6380-      # Canonicalize the pathname of ld
yasm-1.3.0/configure:6381:      ac_prog=`echo "$ac_prog"| sed 's%\\\\%/%g'`
yasm-1.3.0/configure-6382-      while echo "$ac_prog" | grep "$re_direlt" > /dev/null 2>&1; do
yasm-1.3.0/configure:6383:        ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
yasm-1.3.0/configure-6384-      done
##############################################
yasm-1.3.0/configure-6415-      # Break only if it was the GNU/non-GNU ld that we prefer.
yasm-1.3.0/configure:6416:      case `"$acl_cv_path_LD" -v 2>&1 </dev/null` in
yasm-1.3.0/configure-6417-      *GNU* | *'with BFD'*)
##############################################
yasm-1.3.0/configure-6446-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
yasm-1.3.0/configure:6447:case `$LD -v 2>&1 </dev/null` in
yasm-1.3.0/configure-6448-*GNU* | *'with BFD'*)
##############################################
yasm-1.3.0/configure-6534-    *)
yasm-1.3.0/configure:6535:      searchpath=`(LC_ALL=C $CC -print-search-dirs) 2>/dev/null | sed -n -e 's,^libraries: ,,p' | sed -e 's,^=,,'`
yasm-1.3.0/configure-6536-      if test -n "$searchpath"; then
##############################################
yasm-1.3.0/configure-6544-                ;;
yasm-1.3.0/configure:6545:              *) searchdir=`cd "$searchdir" && pwd`
yasm-1.3.0/configure-6546-                 case "$searchdir" in
##############################################
yasm-1.3.0/configure-6635-        names_already_handled="$names_already_handled $name"
yasm-1.3.0/configure:6636:                        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./+-|ABCDEFGHIJKLMNOPQRSTUVWXYZ____|'`
yasm-1.3.0/configure-6637-        eval value=\"\$HAVE_LIB$uppername\"
##############################################
yasm-1.3.0/configure-6711-                -L*)
yasm-1.3.0/configure:6712:                  dir=`echo "X$x" | sed -e 's/^X-L//'`
yasm-1.3.0/configure-6713-                                    if test -n "$acl_shlibext"; then
##############################################
yasm-1.3.0/configure-6828-              */$acl_libdirstem | */$acl_libdirstem/)
yasm-1.3.0/configure:6829:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'`
yasm-1.3.0/configure-6830-                if test "$name" = 'iconv'; then
##############################################
yasm-1.3.0/configure-6835-              */$acl_libdirstem2 | */$acl_libdirstem2/)
yasm-1.3.0/configure:6836:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'`
yasm-1.3.0/configure-6837-                if test "$name" = 'iconv'; then
##############################################
yasm-1.3.0/configure-6886-                  -L*)
yasm-1.3.0/configure:6887:                    additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
yasm-1.3.0/configure-6888-                                                                                                                                                                if test "X$additional_libdir" != "X/usr/$acl_libdirstem" \
##############################################
yasm-1.3.0/configure-6945-                  -R*)
yasm-1.3.0/configure:6946:                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
yasm-1.3.0/configure-6947-                    if test "$enable_rpath" != no; then
##############################################
yasm-1.3.0/configure-6970-                  -l*)
yasm-1.3.0/configure:6971:                                        names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
yasm-1.3.0/configure-6972-                    ;;
yasm-1.3.0/configure-6973-                  *.la)
yasm-1.3.0/configure:6974:                                                                                names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
yasm-1.3.0/configure-6975-                    ;;
##############################################
yasm-1.3.0/configure-7519-        names_already_handled="$names_already_handled $name"
yasm-1.3.0/configure:7520:                        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./+-|ABCDEFGHIJKLMNOPQRSTUVWXYZ____|'`
yasm-1.3.0/configure-7521-        eval value=\"\$HAVE_LIB$uppername\"
##############################################
yasm-1.3.0/configure-7595-                -L*)
yasm-1.3.0/configure:7596:                  dir=`echo "X$x" | sed -e 's/^X-L//'`
yasm-1.3.0/configure-7597-                                    if test -n "$acl_shlibext"; then
##############################################
yasm-1.3.0/configure-7712-              */$acl_libdirstem | */$acl_libdirstem/)
yasm-1.3.0/configure:7713:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'`
yasm-1.3.0/configure-7714-                if test "$name" = 'intl'; then
##############################################
yasm-1.3.0/configure-7719-              */$acl_libdirstem2 | */$acl_libdirstem2/)
yasm-1.3.0/configure:7720:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'`
yasm-1.3.0/configure-7721-                if test "$name" = 'intl'; then
##############################################
yasm-1.3.0/configure-7770-                  -L*)
yasm-1.3.0/configure:7771:                    additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
yasm-1.3.0/configure-7772-                                                                                                                                                                if test "X$additional_libdir" != "X/usr/$acl_libdirstem" \
##############################################
yasm-1.3.0/configure-7829-                  -R*)
yasm-1.3.0/configure:7830:                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
yasm-1.3.0/configure-7831-                    if test "$enable_rpath" != no; then
##############################################
yasm-1.3.0/configure-7854-                  -l*)
yasm-1.3.0/configure:7855:                                        names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
yasm-1.3.0/configure-7856-                    ;;
yasm-1.3.0/configure-7857-                  *.la)
yasm-1.3.0/configure:7858:                                                                                names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
yasm-1.3.0/configure-7859-                    ;;
##############################################
yasm-1.3.0/configure-8175-
yasm-1.3.0/configure:8176:  CFLAGS="`echo $CFLAGS' ' | sed -e 's/-g[0-9] //g' | sed -e 's/-g//g'`"
yasm-1.3.0/configure-8177-
##############################################
yasm-1.3.0/configure-8362-else
yasm-1.3.0/configure:8363:  am_cv_python_version=`$PYTHON -c "import sys; sys.stdout.write(sys.version[:3])"`
yasm-1.3.0/configure-8364-fi
##############################################
yasm-1.3.0/configure-8381-else
yasm-1.3.0/configure:8382:  am_cv_python_platform=`$PYTHON -c "import sys; sys.stdout.write(sys.platform)"`
yasm-1.3.0/configure-8383-fi
##############################################
yasm-1.3.0/configure-8430-     $am_py_prefix*)
yasm-1.3.0/configure:8431:       am__strip_prefix=`echo "$am_py_prefix" | sed 's|.|.|g'`
yasm-1.3.0/configure:8432:       am_cv_python_pythondir=`echo "$am_cv_python_pythondir" | sed "s,^$am__strip_prefix,$PYTHON_PREFIX,"`
yasm-1.3.0/configure-8433-       ;;
##############################################
yasm-1.3.0/configure-8474-     $am_py_exec_prefix*)
yasm-1.3.0/configure:8475:       am__strip_prefix=`echo "$am_py_exec_prefix" | sed 's|.|.|g'`
yasm-1.3.0/configure:8476:       am_cv_python_pyexecdir=`echo "$am_cv_python_pyexecdir" | sed "s,^$am__strip_prefix,$PYTHON_EXEC_PREFIX,"`
yasm-1.3.0/configure-8477-       ;;
##############################################
yasm-1.3.0/configure-8563-$as_echo_n "checking for headers required to compile python extensions... " >&6; }
yasm-1.3.0/configure:8564:py_prefix=`$PYTHON -c "import sys; print sys.prefix"`
yasm-1.3.0/configure:8565:py_exec_prefix=`$PYTHON -c "import sys; print sys.exec_prefix"`
yasm-1.3.0/configure-8566-PYTHON_INCLUDES="-I${py_prefix}/include/python${PYTHON_VERSION}"
##############################################
yasm-1.3.0/configure-8721-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
yasm-1.3.0/configure:8722:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
yasm-1.3.0/configure-8723-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
yasm-1.3.0/configure-8828-if test -z "$BASH_VERSION$ZSH_VERSION" \
yasm-1.3.0/configure:8829:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
yasm-1.3.0/configure-8830-  as_echo='print -r --'
yasm-1.3.0/configure-8831-  as_echo_n='print -rn --'
yasm-1.3.0/configure:8832:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
yasm-1.3.0/configure-8833-  as_echo='printf %s\n'
##############################################
yasm-1.3.0/configure-8835-else
yasm-1.3.0/configure:8836:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
yasm-1.3.0/configure-8837-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
yasm-1.3.0/configure-8845-	expr "X$arg" : "X\\(.*\\)$as_nl";
yasm-1.3.0/configure:8846:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
yasm-1.3.0/configure-8847-      esac;
##############################################
yasm-1.3.0/configure-8922-# ----------------------------------------
yasm-1.3.0/configure:8923:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
yasm-1.3.0/configure-8924-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
yasm-1.3.0/configure-8994-  {
yasm-1.3.0/configure:8995:    as_val=`expr "$@" || test $? -eq 1`
yasm-1.3.0/configure-8996-  }
##############################################
yasm-1.3.0/configure-9098-      case $as_dir in #(
yasm-1.3.0/configure:9099:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
yasm-1.3.0/configure-9100-      *) as_qdir=$as_dir;;
##############################################
yasm-1.3.0/configure-9169-ac_log="
yasm-1.3.0/configure:9170:This file was extended by yasm $as_me 1.3.0, which was
yasm-1.3.0/configure-9171-generated by GNU Autoconf 2.69.  Invocation command line was
##############################################
yasm-1.3.0/configure-9233-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
yasm-1.3.0/configure:9234:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
yasm-1.3.0/configure-9235-ac_cs_version="\\
yasm-1.3.0/configure:9236:yasm config.status 1.3.0
yasm-1.3.0/configure-9237-configured by $0, generated by GNU Autoconf 2.69,
##############################################
yasm-1.3.0/configure-9258-  --*=?*)
yasm-1.3.0/configure:9259:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
yasm-1.3.0/configure:9260:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
yasm-1.3.0/configure-9261-    ac_shift=:
##############################################
yasm-1.3.0/configure-9263-  --*=)
yasm-1.3.0/configure:9264:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
yasm-1.3.0/configure-9265-    ac_optarg=
##############################################
yasm-1.3.0/configure-9287-    case $ac_optarg in
yasm-1.3.0/configure:9288:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
yasm-1.3.0/configure-9289-    '') as_fn_error $? "missing file argument" ;;
##############################################
yasm-1.3.0/configure-9295-    case $ac_optarg in
yasm-1.3.0/configure:9296:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
yasm-1.3.0/configure-9297-    esac
##############################################
yasm-1.3.0/configure-9359-ac_stdint_h="$ac_stdint_h"
yasm-1.3.0/configure:9360:_ac_stdint_h=`$as_echo "_$PACKAGE-$ac_stdint_h" | $as_tr_cpp`
yasm-1.3.0/configure-9361-ac_cv_stdint_message="$ac_cv_stdint_message"
##############################################
yasm-1.3.0/configure-9451-fi
yasm-1.3.0/configure:9452:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
yasm-1.3.0/configure-9453-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
yasm-1.3.0/configure-9468-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
yasm-1.3.0/configure:9469:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
yasm-1.3.0/configure-9470-ac_delim='%!_!# '
##############################################
yasm-1.3.0/configure-9474-
yasm-1.3.0/configure:9475:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
yasm-1.3.0/configure-9476-  if test $ac_delim_n = $ac_delim_num; then
##############################################
yasm-1.3.0/configure-9612-for ac_last_try in false false :; do
yasm-1.3.0/configure:9613:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
yasm-1.3.0/configure-9614-  if test -z "$ac_tt"; then
##############################################
yasm-1.3.0/configure-9744-      esac
yasm-1.3.0/configure:9745:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
yasm-1.3.0/configure-9746-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
yasm-1.3.0/configure-9803-*)
yasm-1.3.0/configure:9804:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
yasm-1.3.0/configure-9805-  # A ".." for each directory in $ac_dir_suffix.
yasm-1.3.0/configure:9806:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
yasm-1.3.0/configure-9807-  case $ac_top_builddir_sub in
##############################################
yasm-1.3.0/configure-9864-/@mandir@/p'
yasm-1.3.0/configure:9865:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
yasm-1.3.0/configure-9866-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
yasm-1.3.0/configure-9881-
yasm-1.3.0/configure:9882:# Neutralize VPATH when `$srcdir' = `.'.
yasm-1.3.0/configure-9883-# Shell code in configure.ac might set extrasub.
##############################################
yasm-1.3.0/configure-9909-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
yasm-1.3.0/configure:9910:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
yasm-1.3.0/configure-9911-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
yasm-1.3.0/configure-9955-    * )
yasm-1.3.0/configure:9956:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
yasm-1.3.0/configure-9957-  esac
##############################################
yasm-1.3.0/configure-10002-    # Strip MF so we end up with the name of the file.
yasm-1.3.0/configure:10003:    mf=`echo "$mf" | sed -e 's/:.*$//'`
yasm-1.3.0/configure-10004-    # Check whether this is an Automake generated Makefile or not.
##############################################
yasm-1.3.0/configure-10039-    # from the Makefile without running 'make'.
yasm-1.3.0/configure:10040:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
yasm-1.3.0/configure-10041-    test -z "$DEPDIR" && continue
yasm-1.3.0/configure:10042:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
yasm-1.3.0/configure-10043-    test -z "$am__include" && continue
yasm-1.3.0/configure:10044:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
yasm-1.3.0/configure-10045-    # Find all dependency output files, they are included files with
##############################################
yasm-1.3.0/configure-10551-      case "$ac_file" in
yasm-1.3.0/configure:10552:        *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
yasm-1.3.0/configure-10553-      esac
##############################################
yasm-1.3.0/configure-10556-        # Adjust a relative srcdir.
yasm-1.3.0/configure:10557:        ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
yasm-1.3.0/configure:10558:        ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
yasm-1.3.0/configure:10559:        ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
yasm-1.3.0/configure-10560-        # In autoconf-2.13 it is called $ac_given_srcdir.
##############################################
yasm-1.3.0/configure-10563-        case "$ac_given_srcdir" in
yasm-1.3.0/configure:10564:          .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
yasm-1.3.0/configure-10565-          /*) top_srcdir="$ac_given_srcdir" ;;
##############################################
yasm-1.3.0/configure-10584-            fi
yasm-1.3.0/configure:10585:            ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"`
yasm-1.3.0/configure-10586-            # Hide the ALL_LINGUAS assignment from automake < 1.5.
##############################################
yasm-1.3.0/yasm_dbgfmts.7-5-.\"      Date: October 2006
yasm-1.3.0/yasm_dbgfmts.7:6:.\"    Manual: Yasm Supported Debug Formats
yasm-1.3.0/yasm_dbgfmts.7-7-.\"    Source: Yasm
##############################################
yasm-1.3.0/yasm_dbgfmts.7-9-.\"
yasm-1.3.0/yasm_dbgfmts.7:10:.TH "YASM_DBGFMTS" "7" "October 2006" "Yasm" "Yasm Supported Debug Formats"
yasm-1.3.0/yasm_dbgfmts.7-11-.\" -----------------------------------------------------------------
##############################################
yasm-1.3.0/yasm_dbgfmts.7-21-.SH "NAME"
yasm-1.3.0/yasm_dbgfmts.7:22:yasm_dbgfmts \- Yasm Supported Debugging Formats
yasm-1.3.0/yasm_dbgfmts.7-23-.SH "SYNOPSIS"
##############################################
yasm-1.3.0/yasm_dbgfmts.7-27-.PP
yasm-1.3.0/yasm_dbgfmts.7:28:The standard Yasm distribution includes a number of modules for different debugging formats\&. The debugging information is embedded into the object file\&. Use of a non\-\(lqnull\(rq
yasm-1.3.0/yasm_dbgfmts.7:29:debug format also causes Yasm to output all symbols to the object file (including local symbols)\&.
yasm-1.3.0/yasm_dbgfmts.7-30-.PP
##############################################
yasm-1.3.0/yasm_dbgfmts.7-40-.PP
yasm-1.3.0/yasm_dbgfmts.7:41:The DWARF 2 debug format is a complex, well\-documented standard for debugging information\&. It was created to overcome shortcomings in STABS, allowing for much more detailed and compact descriptions of data structures, data variable movement, and complex language structures such as in C++\&. The debugging information is stored in sections (just like normal program sections) in the object file\&. Yasm supports full pass\-through of DWARF2 debugging information (e\&.g\&. from a C++ compiler), and can also generate assembly\-level line number information\&.
yasm-1.3.0/yasm_dbgfmts.7-42-.SH "NULL"
##############################################
yasm-1.3.0/tools/genperf/perfect.c:1:/* Modified for use with yasm by Peter Johnson. */
yasm-1.3.0/tools/genperf/perfect.c-2-/*
##############################################
yasm-1.3.0/tools/genperf/Makefile.inc-24-	$(CC_FOR_BUILD) $(CFLAGS_FOR_BUILD) $(DEFAULT_INCLUDES) $(INCLUDES) \
yasm-1.3.0/tools/genperf/Makefile.inc:25:	  -c -o $@ `test -f tools/genperf/genperf.c || echo '$(srcdir)/'`tools/genperf/genperf.c
yasm-1.3.0/tools/genperf/Makefile.inc-26-
##############################################
yasm-1.3.0/tools/genperf/Makefile.inc-28-	$(CC_FOR_BUILD) $(CFLAGS_FOR_BUILD) $(DEFAULT_INCLUDES) $(INCLUDES) \
yasm-1.3.0/tools/genperf/Makefile.inc:29:	  -c -o $@ `test -f tools/genperf/perfect.c || echo '$(srcdir)/'`tools/genperf/perfect.c
yasm-1.3.0/tools/genperf/Makefile.inc-30-
##############################################
yasm-1.3.0/tools/genperf/Makefile.inc-32-	$(CC_FOR_BUILD) $(CFLAGS_FOR_BUILD) $(DEFAULT_INCLUDES) $(INCLUDES) \
yasm-1.3.0/tools/genperf/Makefile.inc:33:	  -c -o $@ `test -f libyasm/phash.c || echo '$(srcdir)/'`libyasm/phash.c
yasm-1.3.0/tools/genperf/Makefile.inc-34-
##############################################
yasm-1.3.0/tools/genperf/Makefile.inc-36-	$(CC_FOR_BUILD) $(CFLAGS_FOR_BUILD) $(DEFAULT_INCLUDES) $(INCLUDES) \
yasm-1.3.0/tools/genperf/Makefile.inc:37:	  -c -o $@ `test -f libyasm/xmalloc.c || echo '$(srcdir)/'`libyasm/xmalloc.c
yasm-1.3.0/tools/genperf/Makefile.inc-38-
##############################################
yasm-1.3.0/tools/genperf/Makefile.inc-40-	$(CC_FOR_BUILD) $(CFLAGS_FOR_BUILD) $(DEFAULT_INCLUDES) $(INCLUDES) \
yasm-1.3.0/tools/genperf/Makefile.inc:41:	  -c -o $@ `test -f libyasm/xstrdup.c || echo '$(srcdir)/'`libyasm/xstrdup.c
yasm-1.3.0/tools/genperf/Makefile.inc-42-
##############################################
yasm-1.3.0/tools/re2c/examples/cmmap.re-10-#define	ARRAY	260
yasm-1.3.0/tools/re2c/examples/cmmap.re:11:#define	ASM	261
yasm-1.3.0/tools/re2c/examples/cmmap.re-12-#define	AUTO	262
##############################################
yasm-1.3.0/tools/re2c/examples/c.re-8-#define	ARRAY	260
yasm-1.3.0/tools/re2c/examples/c.re:9:#define	ASM	261
yasm-1.3.0/tools/re2c/examples/c.re-10-#define	AUTO	262
##############################################
yasm-1.3.0/tools/re2c/examples/cunroll.re-8-#define	ARRAY	260
yasm-1.3.0/tools/re2c/examples/cunroll.re:9:#define	ASM	261
yasm-1.3.0/tools/re2c/examples/cunroll.re-10-#define	AUTO	262
##############################################
yasm-1.3.0/tools/re2c/examples/cnokw.re-8-#define	ARRAY	260
yasm-1.3.0/tools/re2c/examples/cnokw.re:9:#define	ASM	261
yasm-1.3.0/tools/re2c/examples/cnokw.re-10-#define	AUTO	262
##############################################
yasm-1.3.0/tools/re2c/re2c.1-215-#define ARRAY   260
yasm-1.3.0/tools/re2c/re2c.1:216:#define ASM     261
yasm-1.3.0/tools/re2c/re2c.1-217-#define AUTO    262
##############################################
yasm-1.3.0/tools/re2c/Makefile.inc-39-	$(CC_FOR_BUILD) $(CFLAGS_FOR_BUILD) $(DEFAULT_INCLUDES) $(INCLUDES) \
yasm-1.3.0/tools/re2c/Makefile.inc:40:	  -c -o $@ `test -f tools/re2c/main.c || echo '$(srcdir)/'`tools/re2c/main.c
yasm-1.3.0/tools/re2c/Makefile.inc-41-
##############################################
yasm-1.3.0/tools/re2c/Makefile.inc-43-	$(CC_FOR_BUILD) $(CFLAGS_FOR_BUILD) $(DEFAULT_INCLUDES) $(INCLUDES) \
yasm-1.3.0/tools/re2c/Makefile.inc:44:	  -c -o $@ `test -f tools/re2c/code.c || echo '$(srcdir)/'`tools/re2c/code.c
yasm-1.3.0/tools/re2c/Makefile.inc-45-
##############################################
yasm-1.3.0/tools/re2c/Makefile.inc-47-	$(CC_FOR_BUILD) $(CFLAGS_FOR_BUILD) $(DEFAULT_INCLUDES) $(INCLUDES) \
yasm-1.3.0/tools/re2c/Makefile.inc:48:	  -c -o $@ `test -f tools/re2c/dfa.c || echo '$(srcdir)/'`tools/re2c/dfa.c
yasm-1.3.0/tools/re2c/Makefile.inc-49-
##############################################
yasm-1.3.0/tools/re2c/Makefile.inc-51-	$(CC_FOR_BUILD) $(CFLAGS_FOR_BUILD) $(DEFAULT_INCLUDES) $(INCLUDES) \
yasm-1.3.0/tools/re2c/Makefile.inc:52:	  -c -o $@ `test -f tools/re2c/parser.c || echo '$(srcdir)/'`tools/re2c/parser.c
yasm-1.3.0/tools/re2c/Makefile.inc-53-
##############################################
yasm-1.3.0/tools/re2c/Makefile.inc-55-	$(CC_FOR_BUILD) $(CFLAGS_FOR_BUILD) $(DEFAULT_INCLUDES) $(INCLUDES) \
yasm-1.3.0/tools/re2c/Makefile.inc:56:	  -c -o $@ `test -f tools/re2c/actions.c || echo '$(srcdir)/'`tools/re2c/actions.c
yasm-1.3.0/tools/re2c/Makefile.inc-57-
##############################################
yasm-1.3.0/tools/re2c/Makefile.inc-59-	$(CC_FOR_BUILD) $(CFLAGS_FOR_BUILD) $(DEFAULT_INCLUDES) $(INCLUDES) \
yasm-1.3.0/tools/re2c/Makefile.inc:60:	  -c -o $@ `test -f tools/re2c/scanner.c || echo '$(srcdir)/'`tools/re2c/scanner.c
yasm-1.3.0/tools/re2c/Makefile.inc-61-
##############################################
yasm-1.3.0/tools/re2c/Makefile.inc-63-	$(CC_FOR_BUILD) $(CFLAGS_FOR_BUILD) $(DEFAULT_INCLUDES) $(INCLUDES) \
yasm-1.3.0/tools/re2c/Makefile.inc:64:	  -c -o $@ `test -f tools/re2c/mbo_getopt.c || echo '$(srcdir)/'`tools/re2c/mbo_getopt.c
yasm-1.3.0/tools/re2c/Makefile.inc-65-
##############################################
yasm-1.3.0/tools/re2c/Makefile.inc-67-	$(CC_FOR_BUILD) $(CFLAGS_FOR_BUILD) $(DEFAULT_INCLUDES) $(INCLUDES) \
yasm-1.3.0/tools/re2c/Makefile.inc:68:	  -c -o $@ `test -f tools/re2c/substr.c || echo '$(srcdir)/'`tools/re2c/substr.c
yasm-1.3.0/tools/re2c/Makefile.inc-69-
##############################################
yasm-1.3.0/tools/re2c/Makefile.inc-71-	$(CC_FOR_BUILD) $(CFLAGS_FOR_BUILD) $(DEFAULT_INCLUDES) $(INCLUDES) \
yasm-1.3.0/tools/re2c/Makefile.inc:72:	  -c -o $@ `test -f tools/re2c/translate.c || echo '$(srcdir)/'`tools/re2c/translate.c
yasm-1.3.0/tools/re2c/Makefile.inc-73-
##############################################
yasm-1.3.0/tools/re2c/CHANGELOG-3-
yasm-1.3.0/tools/re2c/CHANGELOG:4:YASM version
yasm-1.3.0/tools/re2c/CHANGELOG-5-------------
##############################################
yasm-1.3.0/tools/python-yasm/yasm.pyx-24-# POSSIBILITY OF SUCH DAMAGE.
yasm-1.3.0/tools/python-yasm/yasm.pyx:25:"""Interface to the Yasm library.
yasm-1.3.0/tools/python-yasm/yasm.pyx-26-
yasm-1.3.0/tools/python-yasm/yasm.pyx:27:The Yasm library (aka libyasm) provides the core functionality of the Yasm
yasm-1.3.0/tools/python-yasm/yasm.pyx-28-assembler.  Classes in this library provide for manipulation of machine
##############################################
yasm-1.3.0/tools/python-yasm/yasm.pyx-95-# Link to associated data mechanism to keep Python references paired with
yasm-1.3.0/tools/python-yasm/yasm.pyx:96:# yasm objects.
yasm-1.3.0/tools/python-yasm/yasm.pyx-97-#
##############################################
yasm-1.3.0/tools/python-yasm/tests/test_intnum.py-1-from tests import TestCase, add
yasm-1.3.0/tools/python-yasm/tests/test_intnum.py:2:from yasm import IntNum
yasm-1.3.0/tools/python-yasm/tests/test_intnum.py-3-
##############################################
yasm-1.3.0/tools/python-yasm/tests/test_symrec.py-1-from tests import TestCase, add
yasm-1.3.0/tools/python-yasm/tests/test_symrec.py:2:from yasm import SymbolTable, Expression, YasmError
yasm-1.3.0/tools/python-yasm/tests/test_symrec.py-3-
##############################################
yasm-1.3.0/tools/python-yasm/tests/test_bytecode.py-1-from tests import TestCase, add
yasm-1.3.0/tools/python-yasm/tests/test_bytecode.py:2:from yasm import Bytecode, Expression
yasm-1.3.0/tools/python-yasm/tests/test_bytecode.py-3-
##############################################
yasm-1.3.0/tools/python-yasm/tests/test_expr.py-1-from tests import TestCase, add
yasm-1.3.0/tools/python-yasm/tests/test_expr.py:2:from yasm import Expression
yasm-1.3.0/tools/python-yasm/tests/test_expr.py-3-import operator
##############################################
yasm-1.3.0/tools/python-yasm/Makefile.inc-57-.python-build: python-setup.txt yasm_python.c ${libyasm_a_SOURCES} ${nodist_libyasm_a_SOURCES}
yasm-1.3.0/tools/python-yasm/Makefile.inc:58:	$(PYTHON) `test -f tools/python-yasm/setup.py || echo '$(srcdir)/'`tools/python-yasm/setup.py build
yasm-1.3.0/tools/python-yasm/Makefile.inc-59-	touch .python-build
##############################################
yasm-1.3.0/tools/python-yasm/Makefile.inc-64-python-install: .python-build
yasm-1.3.0/tools/python-yasm/Makefile.inc:65:	$(PYTHON) `test -f tools/python-yasm/setup.py || echo '$(srcdir)/'`tools/python-yasm/setup.py install "--install-lib=$(DESTDIR)$(pythondir)"
yasm-1.3.0/tools/python-yasm/Makefile.inc-66-
yasm-1.3.0/tools/python-yasm/Makefile.inc-67-python-uninstall:
yasm-1.3.0/tools/python-yasm/Makefile.inc:68:	rm -f `$(PYTHON) -c "import sys;sys.path.insert(0, '${DESTDIR}${pythondir}'); import yasm; print yasm.__file__"`
yasm-1.3.0/tools/python-yasm/Makefile.inc-69-
##############################################
yasm-1.3.0/tools/genmacro/Makefile.inc-12-	$(CC_FOR_BUILD) $(CFLAGS_FOR_BUILD) $(DEFAULT_INCLUDES) $(INCLUDES) \
yasm-1.3.0/tools/genmacro/Makefile.inc:13:	  -c -o $@ `test -f tools/genmacro/genmacro.c || echo '$(srcdir)/'`tools/genmacro/genmacro.c
yasm-1.3.0/tools/genmacro/Makefile.inc-14-
##############################################
yasm-1.3.0/yasm_parsers.7-5-.\"      Date: October 2006
yasm-1.3.0/yasm_parsers.7:6:.\"    Manual: Yasm Supported Parsers
yasm-1.3.0/yasm_parsers.7-7-.\"    Source: Yasm
##############################################
yasm-1.3.0/yasm_parsers.7-9-.\"
yasm-1.3.0/yasm_parsers.7:10:.TH "YASM_PARSERS" "7" "October 2006" "Yasm" "Yasm Supported Parsers"
yasm-1.3.0/yasm_parsers.7-11-.\" -----------------------------------------------------------------
##############################################
yasm-1.3.0/yasm_parsers.7-21-.SH "NAME"
yasm-1.3.0/yasm_parsers.7:22:yasm_parsers \- Yasm Supported Parsers (Assembler Syntaxes)
yasm-1.3.0/yasm_parsers.7-23-.SH "SYNOPSIS"
##############################################
yasm-1.3.0/yasm_parsers.7-27-.PP
yasm-1.3.0/yasm_parsers.7:28:The standard Yasm distribution includes a number of modules for different parsers (assembler syntaxes)\&.
yasm-1.3.0/yasm_parsers.7-29-.PP
##############################################
yasm-1.3.0/yasm_parsers.7-34-command line option\&.
yasm-1.3.0/yasm_parsers.7:35:.SH "NASM PARSER"
yasm-1.3.0/yasm_parsers.7-36-.PP
yasm-1.3.0/yasm_parsers.7:37:NASM syntax, selected with
yasm-1.3.0/yasm_parsers.7:38:\fB\-p nasm\fR, is the most full\-featured syntax supported by Yasm\&. Yasm is nearly 100% compatible with NASM for 16\-bit and 32\-bit x86 code\&. Yasm additionally supports 64\-bit AMD64 code with Yasm extensions to the NASM syntax; see
yasm-1.3.0/yasm_parsers.7-39-\fByasm_arch\fR(7)
yasm-1.3.0/yasm_parsers.7:40:for details\&. NASM syntax is the Yasm default\&.
yasm-1.3.0/yasm_parsers.7-41-.SH "GAS PARSER"
##############################################
yasm-1.3.0/CMakeLists.txt-31-
yasm-1.3.0/CMakeLists.txt:32:set (PACKAGE_STRING "yasm ${PACKAGE_VERSION}")
yasm-1.3.0/CMakeLists.txt-33-
##############################################
yasm-1.3.0/Makefile.in-60-  { \
yasm-1.3.0/Makefile.in:61:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
yasm-1.3.0/Makefile.in-62-  }; \
##############################################
yasm-1.3.0/Makefile.in-268-CONFIG_CLEAN_VPATH_FILES =
yasm-1.3.0/Makefile.in:269:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
yasm-1.3.0/Makefile.in-270-am__vpath_adj = case $$p in \
yasm-1.3.0/Makefile.in:271:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
yasm-1.3.0/Makefile.in-272-    *) f=$$p;; \
yasm-1.3.0/Makefile.in-273-  esac;
yasm-1.3.0/Makefile.in:274:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
yasm-1.3.0/Makefile.in-275-am__install_max = 40
yasm-1.3.0/Makefile.in-276-am__nobase_strip_setup = \
yasm-1.3.0/Makefile.in:277:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
yasm-1.3.0/Makefile.in-278-am__nobase_strip = \
##############################################
yasm-1.3.0/Makefile.in-641-case "$@" in						\
yasm-1.3.0/Makefile.in:642:  */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;;	\
yasm-1.3.0/Makefile.in-643-    *) am__odir=.;; 					\
##############################################
yasm-1.3.0/Makefile.in-671-  bases='$(TEST_LOGS)'; \
yasm-1.3.0/Makefile.in:672:  bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
yasm-1.3.0/Makefile.in:673:  bases=`echo $$bases`
yasm-1.3.0/Makefile.in-674-RECHECK_LOGS = $(TEST_LOGS)
##############################################
yasm-1.3.0/Makefile.in-683-        */*) b='$*';; \
yasm-1.3.0/Makefile.in:684:          *) b=`echo '$@' | sed 's/\.log$$//'`; \
yasm-1.3.0/Makefile.in-685-       esac;; \
##############################################
yasm-1.3.0/Makefile.in-712-  while test -n "$$dir1"; do \
yasm-1.3.0/Makefile.in:713:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
yasm-1.3.0/Makefile.in-714-    if test "$$first" != "."; then \
yasm-1.3.0/Makefile.in-715-      if test "$$first" = ".."; then \
yasm-1.3.0/Makefile.in:716:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
yasm-1.3.0/Makefile.in:717:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
yasm-1.3.0/Makefile.in-718-      else \
yasm-1.3.0/Makefile.in:719:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
yasm-1.3.0/Makefile.in-720-        if test "$$first2" = "$$first"; then \
yasm-1.3.0/Makefile.in:721:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
yasm-1.3.0/Makefile.in-722-        else \
##############################################
yasm-1.3.0/Makefile.in-727-    fi; \
yasm-1.3.0/Makefile.in:728:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
yasm-1.3.0/Makefile.in-729-  done; \
##############################################
yasm-1.3.0/Makefile.in-956-	modules/arch/x86/tests/gen-fma-test.py \
yasm-1.3.0/Makefile.in:957:	modules/arch/x86/tests/addbyte.asm \
yasm-1.3.0/Makefile.in-958-	modules/arch/x86/tests/addbyte.errwarn \
yasm-1.3.0/Makefile.in-959-	modules/arch/x86/tests/addbyte.hex \
yasm-1.3.0/Makefile.in:960:	modules/arch/x86/tests/addrop.asm \
yasm-1.3.0/Makefile.in-961-	modules/arch/x86/tests/addrop.errwarn \
yasm-1.3.0/Makefile.in-962-	modules/arch/x86/tests/addrop.hex \
yasm-1.3.0/Makefile.in:963:	modules/arch/x86/tests/addrop-err.asm \
yasm-1.3.0/Makefile.in-964-	modules/arch/x86/tests/addrop-err.errwarn \
yasm-1.3.0/Makefile.in:965:	modules/arch/x86/tests/aes.asm modules/arch/x86/tests/aes.hex \
yasm-1.3.0/Makefile.in:966:	modules/arch/x86/tests/amd200707.asm \
yasm-1.3.0/Makefile.in-967-	modules/arch/x86/tests/amd200707.hex \
yasm-1.3.0/Makefile.in:968:	modules/arch/x86/tests/amd-fma4.asm \
yasm-1.3.0/Makefile.in-969-	modules/arch/x86/tests/amd-fma4.hex \
yasm-1.3.0/Makefile.in:970:	modules/arch/x86/tests/arithsmall.asm \
yasm-1.3.0/Makefile.in-971-	modules/arch/x86/tests/arithsmall.errwarn \
yasm-1.3.0/Makefile.in-972-	modules/arch/x86/tests/arithsmall.hex \
yasm-1.3.0/Makefile.in:973:	modules/arch/x86/tests/avx.asm modules/arch/x86/tests/avx.hex \
yasm-1.3.0/Makefile.in:974:	modules/arch/x86/tests/avx16.asm \
yasm-1.3.0/Makefile.in-975-	modules/arch/x86/tests/avx16.hex \
yasm-1.3.0/Makefile.in:976:	modules/arch/x86/tests/avx2.asm \
yasm-1.3.0/Makefile.in-977-	modules/arch/x86/tests/avx2.hex \
yasm-1.3.0/Makefile.in:978:	modules/arch/x86/tests/avxcc.asm \
yasm-1.3.0/Makefile.in-979-	modules/arch/x86/tests/avxcc.hex \
yasm-1.3.0/Makefile.in:980:	modules/arch/x86/tests/bittest.asm \
yasm-1.3.0/Makefile.in-981-	modules/arch/x86/tests/bittest.hex \
yasm-1.3.0/Makefile.in:982:	modules/arch/x86/tests/bmi1.asm \
yasm-1.3.0/Makefile.in-983-	modules/arch/x86/tests/bmi1.hex \
yasm-1.3.0/Makefile.in:984:	modules/arch/x86/tests/bmi2.asm \
yasm-1.3.0/Makefile.in-985-	modules/arch/x86/tests/bmi2.hex \
yasm-1.3.0/Makefile.in:986:	modules/arch/x86/tests/bswap64.asm \
yasm-1.3.0/Makefile.in-987-	modules/arch/x86/tests/bswap64.hex \
yasm-1.3.0/Makefile.in:988:	modules/arch/x86/tests/clmul.asm \
yasm-1.3.0/Makefile.in-989-	modules/arch/x86/tests/clmul.hex \
yasm-1.3.0/Makefile.in:990:	modules/arch/x86/tests/cmpxchg.asm \
yasm-1.3.0/Makefile.in-991-	modules/arch/x86/tests/cmpxchg.hex \
yasm-1.3.0/Makefile.in:992:	modules/arch/x86/tests/cpubasic-err.asm \
yasm-1.3.0/Makefile.in-993-	modules/arch/x86/tests/cpubasic-err.errwarn \
yasm-1.3.0/Makefile.in:994:	modules/arch/x86/tests/cyrix.asm \
yasm-1.3.0/Makefile.in-995-	modules/arch/x86/tests/cyrix.hex \
yasm-1.3.0/Makefile.in:996:	modules/arch/x86/tests/div-err.asm \
yasm-1.3.0/Makefile.in-997-	modules/arch/x86/tests/div-err.errwarn \
yasm-1.3.0/Makefile.in:998:	modules/arch/x86/tests/ea-nonzero.asm \
yasm-1.3.0/Makefile.in-999-	modules/arch/x86/tests/ea-nonzero.hex \
yasm-1.3.0/Makefile.in:1000:	modules/arch/x86/tests/ea-over.asm \
yasm-1.3.0/Makefile.in-1001-	modules/arch/x86/tests/ea-over.errwarn \
yasm-1.3.0/Makefile.in-1002-	modules/arch/x86/tests/ea-over.hex \
yasm-1.3.0/Makefile.in:1003:	modules/arch/x86/tests/ea-warn.asm \
yasm-1.3.0/Makefile.in-1004-	modules/arch/x86/tests/ea-warn.errwarn \
yasm-1.3.0/Makefile.in-1005-	modules/arch/x86/tests/ea-warn.hex \
yasm-1.3.0/Makefile.in:1006:	modules/arch/x86/tests/ebpindex.asm \
yasm-1.3.0/Makefile.in-1007-	modules/arch/x86/tests/ebpindex.hex \
yasm-1.3.0/Makefile.in:1008:	modules/arch/x86/tests/effaddr.asm \
yasm-1.3.0/Makefile.in-1009-	modules/arch/x86/tests/effaddr.hex \
yasm-1.3.0/Makefile.in:1010:	modules/arch/x86/tests/enter.asm \
yasm-1.3.0/Makefile.in-1011-	modules/arch/x86/tests/enter.errwarn \
yasm-1.3.0/Makefile.in-1012-	modules/arch/x86/tests/enter.hex \
yasm-1.3.0/Makefile.in:1013:	modules/arch/x86/tests/eptvpid.asm \
yasm-1.3.0/Makefile.in-1014-	modules/arch/x86/tests/eptvpid.hex \
yasm-1.3.0/Makefile.in:1015:	modules/arch/x86/tests/f16c.asm \
yasm-1.3.0/Makefile.in-1016-	modules/arch/x86/tests/f16c.hex \
yasm-1.3.0/Makefile.in:1017:	modules/arch/x86/tests/far64.asm \
yasm-1.3.0/Makefile.in-1018-	modules/arch/x86/tests/far64.hex \
yasm-1.3.0/Makefile.in:1019:	modules/arch/x86/tests/farbasic.asm \
yasm-1.3.0/Makefile.in-1020-	modules/arch/x86/tests/farbasic.hex \
yasm-1.3.0/Makefile.in:1021:	modules/arch/x86/tests/farithr.asm \
yasm-1.3.0/Makefile.in-1022-	modules/arch/x86/tests/farithr.hex \
yasm-1.3.0/Makefile.in:1023:	modules/arch/x86/tests/fcmov.asm \
yasm-1.3.0/Makefile.in-1024-	modules/arch/x86/tests/fcmov.hex \
yasm-1.3.0/Makefile.in:1025:	modules/arch/x86/tests/fma.asm modules/arch/x86/tests/fma.hex \
yasm-1.3.0/Makefile.in:1026:	modules/arch/x86/tests/fsgsbase.asm \
yasm-1.3.0/Makefile.in-1027-	modules/arch/x86/tests/fsgsbase.hex \
yasm-1.3.0/Makefile.in:1028:	modules/arch/x86/tests/fwdequ64.asm \
yasm-1.3.0/Makefile.in-1029-	modules/arch/x86/tests/fwdequ64.hex \
yasm-1.3.0/Makefile.in:1030:	modules/arch/x86/tests/genopcode.asm \
yasm-1.3.0/Makefile.in-1031-	modules/arch/x86/tests/genopcode.hex \
yasm-1.3.0/Makefile.in:1032:	modules/arch/x86/tests/imm64.asm \
yasm-1.3.0/Makefile.in-1033-	modules/arch/x86/tests/imm64.errwarn \
yasm-1.3.0/Makefile.in-1034-	modules/arch/x86/tests/imm64.hex \
yasm-1.3.0/Makefile.in:1035:	modules/arch/x86/tests/invpcid.asm \
yasm-1.3.0/Makefile.in-1036-	modules/arch/x86/tests/invpcid.hex \
yasm-1.3.0/Makefile.in:1037:	modules/arch/x86/tests/iret.asm \
yasm-1.3.0/Makefile.in-1038-	modules/arch/x86/tests/iret.hex \
yasm-1.3.0/Makefile.in:1039:	modules/arch/x86/tests/jmp64-1.asm \
yasm-1.3.0/Makefile.in-1040-	modules/arch/x86/tests/jmp64-1.hex \
yasm-1.3.0/Makefile.in:1041:	modules/arch/x86/tests/jmp64-2.asm \
yasm-1.3.0/Makefile.in-1042-	modules/arch/x86/tests/jmp64-2.hex \
yasm-1.3.0/Makefile.in:1043:	modules/arch/x86/tests/jmp64-3.asm \
yasm-1.3.0/Makefile.in-1044-	modules/arch/x86/tests/jmp64-3.hex \
yasm-1.3.0/Makefile.in:1045:	modules/arch/x86/tests/jmp64-4.asm \
yasm-1.3.0/Makefile.in-1046-	modules/arch/x86/tests/jmp64-4.hex \
yasm-1.3.0/Makefile.in:1047:	modules/arch/x86/tests/jmp64-5.asm \
yasm-1.3.0/Makefile.in-1048-	modules/arch/x86/tests/jmp64-5.hex \
yasm-1.3.0/Makefile.in:1049:	modules/arch/x86/tests/jmp64-6.asm \
yasm-1.3.0/Makefile.in-1050-	modules/arch/x86/tests/jmp64-6.hex \
yasm-1.3.0/Makefile.in:1051:	modules/arch/x86/tests/jmpfar.asm \
yasm-1.3.0/Makefile.in-1052-	modules/arch/x86/tests/jmpfar.hex \
yasm-1.3.0/Makefile.in:1053:	modules/arch/x86/tests/larlsl.asm \
yasm-1.3.0/Makefile.in-1054-	modules/arch/x86/tests/larlsl.hex \
yasm-1.3.0/Makefile.in:1055:	modules/arch/x86/tests/lds.asm modules/arch/x86/tests/lds.hex \
yasm-1.3.0/Makefile.in:1056:	modules/arch/x86/tests/lfs64.asm \
yasm-1.3.0/Makefile.in-1057-	modules/arch/x86/tests/lfs64.hex \
yasm-1.3.0/Makefile.in:1058:	modules/arch/x86/tests/loopadsz.asm \
yasm-1.3.0/Makefile.in-1059-	modules/arch/x86/tests/loopadsz.hex \
yasm-1.3.0/Makefile.in:1060:	modules/arch/x86/tests/lsahf.asm \
yasm-1.3.0/Makefile.in-1061-	modules/arch/x86/tests/lsahf.hex \
yasm-1.3.0/Makefile.in:1062:	modules/arch/x86/tests/lzcnt.asm \
yasm-1.3.0/Makefile.in-1063-	modules/arch/x86/tests/lzcnt.hex \
yasm-1.3.0/Makefile.in:1064:	modules/arch/x86/tests/mem64-err.asm \
yasm-1.3.0/Makefile.in-1065-	modules/arch/x86/tests/mem64-err.errwarn \
yasm-1.3.0/Makefile.in:1066:	modules/arch/x86/tests/mem64.asm \
yasm-1.3.0/Makefile.in-1067-	modules/arch/x86/tests/mem64.errwarn \
yasm-1.3.0/Makefile.in-1068-	modules/arch/x86/tests/mem64.hex \
yasm-1.3.0/Makefile.in:1069:	modules/arch/x86/tests/mem64hi32.asm \
yasm-1.3.0/Makefile.in-1070-	modules/arch/x86/tests/mem64hi32.hex \
yasm-1.3.0/Makefile.in:1071:	modules/arch/x86/tests/mem64rip.asm \
yasm-1.3.0/Makefile.in-1072-	modules/arch/x86/tests/mem64rip.hex \
yasm-1.3.0/Makefile.in:1073:	modules/arch/x86/tests/mixcase.asm \
yasm-1.3.0/Makefile.in-1074-	modules/arch/x86/tests/mixcase.hex \
yasm-1.3.0/Makefile.in:1075:	modules/arch/x86/tests/movbe.asm \
yasm-1.3.0/Makefile.in-1076-	modules/arch/x86/tests/movbe.hex \
yasm-1.3.0/Makefile.in:1077:	modules/arch/x86/tests/movdq32.asm \
yasm-1.3.0/Makefile.in-1078-	modules/arch/x86/tests/movdq32.hex \
yasm-1.3.0/Makefile.in:1079:	modules/arch/x86/tests/movdq64.asm \
yasm-1.3.0/Makefile.in-1080-	modules/arch/x86/tests/movdq64.hex \
yasm-1.3.0/Makefile.in:1081:	modules/arch/x86/tests/negequ.asm \
yasm-1.3.0/Makefile.in-1082-	modules/arch/x86/tests/negequ.hex \
yasm-1.3.0/Makefile.in:1083:	modules/arch/x86/tests/nomem64-err.asm \
yasm-1.3.0/Makefile.in-1084-	modules/arch/x86/tests/nomem64-err.errwarn \
yasm-1.3.0/Makefile.in:1085:	modules/arch/x86/tests/nomem64-err2.asm \
yasm-1.3.0/Makefile.in-1086-	modules/arch/x86/tests/nomem64-err2.errwarn \
yasm-1.3.0/Makefile.in:1087:	modules/arch/x86/tests/nomem64.asm \
yasm-1.3.0/Makefile.in-1088-	modules/arch/x86/tests/nomem64.errwarn \
yasm-1.3.0/Makefile.in-1089-	modules/arch/x86/tests/nomem64.hex \
yasm-1.3.0/Makefile.in:1090:	modules/arch/x86/tests/o64.asm modules/arch/x86/tests/o64.hex \
yasm-1.3.0/Makefile.in:1091:	modules/arch/x86/tests/o64loop.asm \
yasm-1.3.0/Makefile.in-1092-	modules/arch/x86/tests/o64loop.errwarn \
yasm-1.3.0/Makefile.in-1093-	modules/arch/x86/tests/o64loop.hex \
yasm-1.3.0/Makefile.in:1094:	modules/arch/x86/tests/opersize.asm \
yasm-1.3.0/Makefile.in-1095-	modules/arch/x86/tests/opersize.hex \
yasm-1.3.0/Makefile.in:1096:	modules/arch/x86/tests/opsize-err.asm \
yasm-1.3.0/Makefile.in-1097-	modules/arch/x86/tests/opsize-err.errwarn \
yasm-1.3.0/Makefile.in:1098:	modules/arch/x86/tests/overflow.asm \
yasm-1.3.0/Makefile.in-1099-	modules/arch/x86/tests/overflow.errwarn \
yasm-1.3.0/Makefile.in-1100-	modules/arch/x86/tests/overflow.hex \
yasm-1.3.0/Makefile.in:1101:	modules/arch/x86/tests/padlock.asm \
yasm-1.3.0/Makefile.in-1102-	modules/arch/x86/tests/padlock.hex \
yasm-1.3.0/Makefile.in:1103:	modules/arch/x86/tests/pinsrb.asm \
yasm-1.3.0/Makefile.in-1104-	modules/arch/x86/tests/pinsrb.hex \
yasm-1.3.0/Makefile.in:1105:	modules/arch/x86/tests/pshift.asm \
yasm-1.3.0/Makefile.in-1106-	modules/arch/x86/tests/pshift.hex \
yasm-1.3.0/Makefile.in:1107:	modules/arch/x86/tests/push64.asm \
yasm-1.3.0/Makefile.in-1108-	modules/arch/x86/tests/push64.errwarn \
yasm-1.3.0/Makefile.in-1109-	modules/arch/x86/tests/push64.hex \
yasm-1.3.0/Makefile.in:1110:	modules/arch/x86/tests/pushf.asm \
yasm-1.3.0/Makefile.in-1111-	modules/arch/x86/tests/pushf.hex \
yasm-1.3.0/Makefile.in:1112:	modules/arch/x86/tests/pushf-err.asm \
yasm-1.3.0/Makefile.in-1113-	modules/arch/x86/tests/pushf-err.errwarn \
yasm-1.3.0/Makefile.in:1114:	modules/arch/x86/tests/pushnosize.asm \
yasm-1.3.0/Makefile.in-1115-	modules/arch/x86/tests/pushnosize.errwarn \
yasm-1.3.0/Makefile.in-1116-	modules/arch/x86/tests/pushnosize.hex \
yasm-1.3.0/Makefile.in:1117:	modules/arch/x86/tests/rdrnd.asm \
yasm-1.3.0/Makefile.in-1118-	modules/arch/x86/tests/rdrnd.hex \
yasm-1.3.0/Makefile.in:1119:	modules/arch/x86/tests/rep.asm modules/arch/x86/tests/rep.hex \
yasm-1.3.0/Makefile.in:1120:	modules/arch/x86/tests/ret.asm modules/arch/x86/tests/ret.hex \
yasm-1.3.0/Makefile.in:1121:	modules/arch/x86/tests/riprel1.asm \
yasm-1.3.0/Makefile.in-1122-	modules/arch/x86/tests/riprel1.hex \
yasm-1.3.0/Makefile.in:1123:	modules/arch/x86/tests/riprel2.asm \
yasm-1.3.0/Makefile.in-1124-	modules/arch/x86/tests/riprel2.errwarn \
yasm-1.3.0/Makefile.in-1125-	modules/arch/x86/tests/riprel2.hex \
yasm-1.3.0/Makefile.in:1126:	modules/arch/x86/tests/ripseg.asm \
yasm-1.3.0/Makefile.in-1127-	modules/arch/x86/tests/ripseg.errwarn \
yasm-1.3.0/Makefile.in-1128-	modules/arch/x86/tests/ripseg.hex \
yasm-1.3.0/Makefile.in:1129:	modules/arch/x86/tests/segmov.asm \
yasm-1.3.0/Makefile.in-1130-	modules/arch/x86/tests/segmov.hex \
yasm-1.3.0/Makefile.in:1131:	modules/arch/x86/tests/segoff.asm \
yasm-1.3.0/Makefile.in-1132-	modules/arch/x86/tests/segoff.hex \
yasm-1.3.0/Makefile.in:1133:	modules/arch/x86/tests/segoff-err.asm \
yasm-1.3.0/Makefile.in-1134-	modules/arch/x86/tests/segoff-err.errwarn \
yasm-1.3.0/Makefile.in:1135:	modules/arch/x86/tests/shift.asm \
yasm-1.3.0/Makefile.in-1136-	modules/arch/x86/tests/shift.hex \
yasm-1.3.0/Makefile.in:1137:	modules/arch/x86/tests/shift64.asm \
yasm-1.3.0/Makefile.in-1138-	modules/arch/x86/tests/shift64.hex \
yasm-1.3.0/Makefile.in:1139:	modules/arch/x86/tests/simd-1.asm \
yasm-1.3.0/Makefile.in-1140-	modules/arch/x86/tests/simd-1.hex \
yasm-1.3.0/Makefile.in:1141:	modules/arch/x86/tests/simd-2.asm \
yasm-1.3.0/Makefile.in-1142-	modules/arch/x86/tests/simd-2.hex \
yasm-1.3.0/Makefile.in:1143:	modules/arch/x86/tests/simd64-1.asm \
yasm-1.3.0/Makefile.in-1144-	modules/arch/x86/tests/simd64-1.hex \
yasm-1.3.0/Makefile.in:1145:	modules/arch/x86/tests/simd64-2.asm \
yasm-1.3.0/Makefile.in-1146-	modules/arch/x86/tests/simd64-2.hex \
yasm-1.3.0/Makefile.in:1147:	modules/arch/x86/tests/smx.asm modules/arch/x86/tests/smx.hex \
yasm-1.3.0/Makefile.in:1148:	modules/arch/x86/tests/sse-prefix.asm \
yasm-1.3.0/Makefile.in-1149-	modules/arch/x86/tests/sse-prefix.hex \
yasm-1.3.0/Makefile.in:1150:	modules/arch/x86/tests/sse3.asm \
yasm-1.3.0/Makefile.in-1151-	modules/arch/x86/tests/sse3.hex \
yasm-1.3.0/Makefile.in:1152:	modules/arch/x86/tests/sse4.asm \
yasm-1.3.0/Makefile.in-1153-	modules/arch/x86/tests/sse4.hex \
yasm-1.3.0/Makefile.in:1154:	modules/arch/x86/tests/sse4-err.asm \
yasm-1.3.0/Makefile.in-1155-	modules/arch/x86/tests/sse4-err.errwarn \
yasm-1.3.0/Makefile.in:1156:	modules/arch/x86/tests/ssewidth.asm \
yasm-1.3.0/Makefile.in-1157-	modules/arch/x86/tests/ssewidth.hex \
yasm-1.3.0/Makefile.in:1158:	modules/arch/x86/tests/ssse3.asm \
yasm-1.3.0/Makefile.in-1159-	modules/arch/x86/tests/ssse3.c \
yasm-1.3.0/Makefile.in-1160-	modules/arch/x86/tests/ssse3.hex \
yasm-1.3.0/Makefile.in:1161:	modules/arch/x86/tests/stos.asm \
yasm-1.3.0/Makefile.in:1162:	modules/arch/x86/tests/stos.hex modules/arch/x86/tests/str.asm \
yasm-1.3.0/Makefile.in-1163-	modules/arch/x86/tests/str.hex \
yasm-1.3.0/Makefile.in:1164:	modules/arch/x86/tests/strict.asm \
yasm-1.3.0/Makefile.in-1165-	modules/arch/x86/tests/strict.errwarn \
yasm-1.3.0/Makefile.in-1166-	modules/arch/x86/tests/strict.hex \
yasm-1.3.0/Makefile.in:1167:	modules/arch/x86/tests/strict-err.asm \
yasm-1.3.0/Makefile.in-1168-	modules/arch/x86/tests/strict-err.errwarn \
yasm-1.3.0/Makefile.in:1169:	modules/arch/x86/tests/stringseg.asm \
yasm-1.3.0/Makefile.in-1170-	modules/arch/x86/tests/stringseg.errwarn \
yasm-1.3.0/Makefile.in-1171-	modules/arch/x86/tests/stringseg.hex \
yasm-1.3.0/Makefile.in:1172:	modules/arch/x86/tests/svm.asm modules/arch/x86/tests/svm.hex \
yasm-1.3.0/Makefile.in:1173:	modules/arch/x86/tests/twobytemem.asm \
yasm-1.3.0/Makefile.in-1174-	modules/arch/x86/tests/twobytemem.errwarn \
yasm-1.3.0/Makefile.in-1175-	modules/arch/x86/tests/twobytemem.hex \
yasm-1.3.0/Makefile.in:1176:	modules/arch/x86/tests/vmx.asm modules/arch/x86/tests/vmx.hex \
yasm-1.3.0/Makefile.in:1177:	modules/arch/x86/tests/vmx-err.asm \
yasm-1.3.0/Makefile.in-1178-	modules/arch/x86/tests/vmx-err.errwarn \
yasm-1.3.0/Makefile.in:1179:	modules/arch/x86/tests/vsib.asm \
yasm-1.3.0/Makefile.in-1180-	modules/arch/x86/tests/vsib.hex \
yasm-1.3.0/Makefile.in:1181:	modules/arch/x86/tests/vsib-err.asm \
yasm-1.3.0/Makefile.in-1182-	modules/arch/x86/tests/vsib-err.errwarn \
yasm-1.3.0/Makefile.in:1183:	modules/arch/x86/tests/vsib2-err.asm \
yasm-1.3.0/Makefile.in-1184-	modules/arch/x86/tests/vsib2-err.errwarn \
yasm-1.3.0/Makefile.in:1185:	modules/arch/x86/tests/x86label.asm \
yasm-1.3.0/Makefile.in-1186-	modules/arch/x86/tests/x86label.hex \
yasm-1.3.0/Makefile.in:1187:	modules/arch/x86/tests/xchg64.asm \
yasm-1.3.0/Makefile.in-1188-	modules/arch/x86/tests/xchg64.hex \
yasm-1.3.0/Makefile.in:1189:	modules/arch/x86/tests/xmm64.asm \
yasm-1.3.0/Makefile.in-1190-	modules/arch/x86/tests/xmm64.hex \
yasm-1.3.0/Makefile.in:1191:	modules/arch/x86/tests/xop-all.asm \
yasm-1.3.0/Makefile.in-1192-	modules/arch/x86/tests/xop-all.hex \
yasm-1.3.0/Makefile.in:1193:	modules/arch/x86/tests/xop-basic.asm \
yasm-1.3.0/Makefile.in-1194-	modules/arch/x86/tests/xop-basic.hex \
yasm-1.3.0/Makefile.in:1195:	modules/arch/x86/tests/xop-cc.asm \
yasm-1.3.0/Makefile.in-1196-	modules/arch/x86/tests/xop-cc.hex \
yasm-1.3.0/Makefile.in:1197:	modules/arch/x86/tests/xsave.asm \
yasm-1.3.0/Makefile.in-1198-	modules/arch/x86/tests/xsave.hex \
##############################################
yasm-1.3.0/Makefile.in-1201-	modules/arch/x86/tests/gas32/x86_gas32_test.sh \
yasm-1.3.0/Makefile.in:1202:	modules/arch/x86/tests/gas32/align32.asm \
yasm-1.3.0/Makefile.in-1203-	modules/arch/x86/tests/gas32/align32.hex \
yasm-1.3.0/Makefile.in:1204:	modules/arch/x86/tests/gas32/gas-farithr.asm \
yasm-1.3.0/Makefile.in-1205-	modules/arch/x86/tests/gas32/gas-farithr.hex \
yasm-1.3.0/Makefile.in:1206:	modules/arch/x86/tests/gas32/gas-farjump.asm \
yasm-1.3.0/Makefile.in-1207-	modules/arch/x86/tests/gas32/gas-farjump.hex \
yasm-1.3.0/Makefile.in:1208:	modules/arch/x86/tests/gas32/gas-fpmem.asm \
yasm-1.3.0/Makefile.in-1209-	modules/arch/x86/tests/gas32/gas-fpmem.hex \
yasm-1.3.0/Makefile.in:1210:	modules/arch/x86/tests/gas32/gas-invlpg.asm \
yasm-1.3.0/Makefile.in-1211-	modules/arch/x86/tests/gas32/gas-invlpg.hex \
yasm-1.3.0/Makefile.in:1212:	modules/arch/x86/tests/gas32/gas-loop32.asm \
yasm-1.3.0/Makefile.in-1213-	modules/arch/x86/tests/gas32/gas-loop32.hex \
yasm-1.3.0/Makefile.in:1214:	modules/arch/x86/tests/gas32/gas-movdq32.asm \
yasm-1.3.0/Makefile.in-1215-	modules/arch/x86/tests/gas32/gas-movdq32.hex \
yasm-1.3.0/Makefile.in:1216:	modules/arch/x86/tests/gas32/gas-movsd.asm \
yasm-1.3.0/Makefile.in-1217-	modules/arch/x86/tests/gas32/gas-movsd.hex \
yasm-1.3.0/Makefile.in:1218:	modules/arch/x86/tests/gas32/gas-pop.asm \
yasm-1.3.0/Makefile.in-1219-	modules/arch/x86/tests/gas32/gas-pop.hex \
yasm-1.3.0/Makefile.in:1220:	modules/arch/x86/tests/gas32/gas32-jmpcall.asm \
yasm-1.3.0/Makefile.in-1221-	modules/arch/x86/tests/gas32/gas32-jmpcall.hex \
yasm-1.3.0/Makefile.in-1222-	modules/arch/x86/tests/gas64/x86_gas64_test.sh \
yasm-1.3.0/Makefile.in:1223:	modules/arch/x86/tests/gas64/align64.asm \
yasm-1.3.0/Makefile.in-1224-	modules/arch/x86/tests/gas64/align64.hex \
yasm-1.3.0/Makefile.in:1225:	modules/arch/x86/tests/gas64/gas-cbw.asm \
yasm-1.3.0/Makefile.in-1226-	modules/arch/x86/tests/gas64/gas-cbw.hex \
yasm-1.3.0/Makefile.in:1227:	modules/arch/x86/tests/gas64/gas-fp.asm \
yasm-1.3.0/Makefile.in-1228-	modules/arch/x86/tests/gas64/gas-fp.hex \
yasm-1.3.0/Makefile.in:1229:	modules/arch/x86/tests/gas64/gas-inout.asm \
yasm-1.3.0/Makefile.in-1230-	modules/arch/x86/tests/gas64/gas-inout.hex \
yasm-1.3.0/Makefile.in:1231:	modules/arch/x86/tests/gas64/gas-loop64.asm \
yasm-1.3.0/Makefile.in-1232-	modules/arch/x86/tests/gas64/gas-loop64.hex \
yasm-1.3.0/Makefile.in:1233:	modules/arch/x86/tests/gas64/gas-moreinsn.asm \
yasm-1.3.0/Makefile.in-1234-	modules/arch/x86/tests/gas64/gas-moreinsn.hex \
yasm-1.3.0/Makefile.in:1235:	modules/arch/x86/tests/gas64/gas-movabs.asm \
yasm-1.3.0/Makefile.in-1236-	modules/arch/x86/tests/gas64/gas-movabs.hex \
yasm-1.3.0/Makefile.in:1237:	modules/arch/x86/tests/gas64/gas-movdq64.asm \
yasm-1.3.0/Makefile.in-1238-	modules/arch/x86/tests/gas64/gas-movdq64.hex \
yasm-1.3.0/Makefile.in:1239:	modules/arch/x86/tests/gas64/gas-movsxs.asm \
yasm-1.3.0/Makefile.in-1240-	modules/arch/x86/tests/gas64/gas-movsxs.hex \
yasm-1.3.0/Makefile.in:1241:	modules/arch/x86/tests/gas64/gas-muldiv.asm \
yasm-1.3.0/Makefile.in-1242-	modules/arch/x86/tests/gas64/gas-muldiv.hex \
yasm-1.3.0/Makefile.in:1243:	modules/arch/x86/tests/gas64/gas-prefix.asm \
yasm-1.3.0/Makefile.in-1244-	modules/arch/x86/tests/gas64/gas-prefix.errwarn \
yasm-1.3.0/Makefile.in-1245-	modules/arch/x86/tests/gas64/gas-prefix.hex \
yasm-1.3.0/Makefile.in:1246:	modules/arch/x86/tests/gas64/gas-retenter.asm \
yasm-1.3.0/Makefile.in-1247-	modules/arch/x86/tests/gas64/gas-retenter.hex \
yasm-1.3.0/Makefile.in:1248:	modules/arch/x86/tests/gas64/gas-shift.asm \
yasm-1.3.0/Makefile.in-1249-	modules/arch/x86/tests/gas64/gas-shift.hex \
yasm-1.3.0/Makefile.in:1250:	modules/arch/x86/tests/gas64/gas64-jmpcall.asm \
yasm-1.3.0/Makefile.in-1251-	modules/arch/x86/tests/gas64/gas64-jmpcall.hex \
yasm-1.3.0/Makefile.in:1252:	modules/arch/x86/tests/gas64/riprel.asm \
yasm-1.3.0/Makefile.in-1253-	modules/arch/x86/tests/gas64/riprel.hex \
##############################################
yasm-1.3.0/Makefile.in-1256-	modules/arch/lc3b/tests/lc3b_test.sh \
yasm-1.3.0/Makefile.in:1257:	modules/arch/lc3b/tests/lc3b-basic.asm \
yasm-1.3.0/Makefile.in-1258-	modules/arch/lc3b/tests/lc3b-basic.errwarn \
yasm-1.3.0/Makefile.in-1259-	modules/arch/lc3b/tests/lc3b-basic.hex \
yasm-1.3.0/Makefile.in:1260:	modules/arch/lc3b/tests/lc3b-br.asm \
yasm-1.3.0/Makefile.in-1261-	modules/arch/lc3b/tests/lc3b-br.hex \
yasm-1.3.0/Makefile.in:1262:	modules/arch/lc3b/tests/lc3b-ea-err.asm \
yasm-1.3.0/Makefile.in-1263-	modules/arch/lc3b/tests/lc3b-ea-err.errwarn \
yasm-1.3.0/Makefile.in:1264:	modules/arch/lc3b/tests/lc3b-mp22NC.asm \
yasm-1.3.0/Makefile.in-1265-	modules/arch/lc3b/tests/lc3b-mp22NC.hex \
##############################################
yasm-1.3.0/Makefile.in-1271-	modules/parsers/gas/tests/gas_test.sh \
yasm-1.3.0/Makefile.in:1272:	modules/parsers/gas/tests/dataref-imm.asm \
yasm-1.3.0/Makefile.in-1273-	modules/parsers/gas/tests/dataref-imm.hex \
yasm-1.3.0/Makefile.in:1274:	modules/parsers/gas/tests/datavis.asm \
yasm-1.3.0/Makefile.in-1275-	modules/parsers/gas/tests/datavis.errwarn \
yasm-1.3.0/Makefile.in-1276-	modules/parsers/gas/tests/datavis.hex \
yasm-1.3.0/Makefile.in:1277:	modules/parsers/gas/tests/datavis2.asm \
yasm-1.3.0/Makefile.in-1278-	modules/parsers/gas/tests/datavis2.hex \
yasm-1.3.0/Makefile.in:1279:	modules/parsers/gas/tests/execsect.asm \
yasm-1.3.0/Makefile.in-1280-	modules/parsers/gas/tests/execsect.hex \
yasm-1.3.0/Makefile.in:1281:	modules/parsers/gas/tests/gas-fill.asm \
yasm-1.3.0/Makefile.in-1282-	modules/parsers/gas/tests/gas-fill.hex \
yasm-1.3.0/Makefile.in:1283:	modules/parsers/gas/tests/gas-float.asm \
yasm-1.3.0/Makefile.in-1284-	modules/parsers/gas/tests/gas-float.hex \
yasm-1.3.0/Makefile.in:1285:	modules/parsers/gas/tests/gas-instlabel.asm \
yasm-1.3.0/Makefile.in-1286-	modules/parsers/gas/tests/gas-instlabel.hex \
yasm-1.3.0/Makefile.in:1287:	modules/parsers/gas/tests/gas-line-err.asm \
yasm-1.3.0/Makefile.in-1288-	modules/parsers/gas/tests/gas-line-err.errwarn \
yasm-1.3.0/Makefile.in:1289:	modules/parsers/gas/tests/gas-line2-err.asm \
yasm-1.3.0/Makefile.in-1290-	modules/parsers/gas/tests/gas-line2-err.errwarn \
yasm-1.3.0/Makefile.in:1291:	modules/parsers/gas/tests/gas-push.asm \
yasm-1.3.0/Makefile.in-1292-	modules/parsers/gas/tests/gas-push.hex \
yasm-1.3.0/Makefile.in:1293:	modules/parsers/gas/tests/gas-segprefix.asm \
yasm-1.3.0/Makefile.in-1294-	modules/parsers/gas/tests/gas-segprefix.hex \
yasm-1.3.0/Makefile.in:1295:	modules/parsers/gas/tests/gas-semi.asm \
yasm-1.3.0/Makefile.in-1296-	modules/parsers/gas/tests/gas-semi.hex \
yasm-1.3.0/Makefile.in:1297:	modules/parsers/gas/tests/gassectalign.asm \
yasm-1.3.0/Makefile.in-1298-	modules/parsers/gas/tests/gassectalign.hex \
yasm-1.3.0/Makefile.in:1299:	modules/parsers/gas/tests/jmpcall.asm \
yasm-1.3.0/Makefile.in-1300-	modules/parsers/gas/tests/jmpcall.errwarn \
yasm-1.3.0/Makefile.in-1301-	modules/parsers/gas/tests/jmpcall.hex \
yasm-1.3.0/Makefile.in:1302:	modules/parsers/gas/tests/leb128.asm \
yasm-1.3.0/Makefile.in-1303-	modules/parsers/gas/tests/leb128.hex \
yasm-1.3.0/Makefile.in:1304:	modules/parsers/gas/tests/localcomm.asm \
yasm-1.3.0/Makefile.in-1305-	modules/parsers/gas/tests/localcomm.hex \
yasm-1.3.0/Makefile.in:1306:	modules/parsers/gas/tests/reggroup-err.asm \
yasm-1.3.0/Makefile.in-1307-	modules/parsers/gas/tests/reggroup-err.errwarn \
yasm-1.3.0/Makefile.in:1308:	modules/parsers/gas/tests/reggroup.asm \
yasm-1.3.0/Makefile.in-1309-	modules/parsers/gas/tests/reggroup.hex \
yasm-1.3.0/Makefile.in:1310:	modules/parsers/gas/tests/strzero.asm \
yasm-1.3.0/Makefile.in-1311-	modules/parsers/gas/tests/strzero.hex \
yasm-1.3.0/Makefile.in:1312:	modules/parsers/gas/tests/varinsn.asm \
yasm-1.3.0/Makefile.in-1313-	modules/parsers/gas/tests/varinsn.hex \
##############################################
yasm-1.3.0/Makefile.in-1315-	modules/parsers/gas/tests/bin/gas_bin_test.sh \
yasm-1.3.0/Makefile.in:1316:	modules/parsers/gas/tests/bin/gas-comment.asm \
yasm-1.3.0/Makefile.in-1317-	modules/parsers/gas/tests/bin/gas-comment.errwarn \
yasm-1.3.0/Makefile.in-1318-	modules/parsers/gas/tests/bin/gas-comment.hex \
yasm-1.3.0/Makefile.in:1319:	modules/parsers/gas/tests/bin/gas-intel_syntax-noprefix.asm \
yasm-1.3.0/Makefile.in-1320-	modules/parsers/gas/tests/bin/gas-intel_syntax-noprefix.hex \
yasm-1.3.0/Makefile.in:1321:	modules/parsers/gas/tests/bin/gas-llabel.asm \
yasm-1.3.0/Makefile.in-1322-	modules/parsers/gas/tests/bin/gas-llabel.hex \
yasm-1.3.0/Makefile.in:1323:	modules/parsers/gas/tests/bin/gas-macro.asm \
yasm-1.3.0/Makefile.in-1324-	modules/parsers/gas/tests/bin/gas-macro.hex \
yasm-1.3.0/Makefile.in:1325:	modules/parsers/gas/tests/bin/gas-set.asm \
yasm-1.3.0/Makefile.in-1326-	modules/parsers/gas/tests/bin/gas-set.hex \
yasm-1.3.0/Makefile.in:1327:	modules/parsers/gas/tests/bin/gas-str.asm \
yasm-1.3.0/Makefile.in-1328-	modules/parsers/gas/tests/bin/gas-str.hex \
yasm-1.3.0/Makefile.in:1329:	modules/parsers/gas/tests/bin/rept-err.asm \
yasm-1.3.0/Makefile.in-1330-	modules/parsers/gas/tests/bin/rept-err.errwarn \
yasm-1.3.0/Makefile.in:1331:	modules/parsers/gas/tests/bin/reptempty.asm \
yasm-1.3.0/Makefile.in-1332-	modules/parsers/gas/tests/bin/reptempty.hex \
yasm-1.3.0/Makefile.in:1333:	modules/parsers/gas/tests/bin/reptlong.asm \
yasm-1.3.0/Makefile.in-1334-	modules/parsers/gas/tests/bin/reptlong.hex \
yasm-1.3.0/Makefile.in:1335:	modules/parsers/gas/tests/bin/reptnested.asm \
yasm-1.3.0/Makefile.in-1336-	modules/parsers/gas/tests/bin/reptnested.hex \
yasm-1.3.0/Makefile.in:1337:	modules/parsers/gas/tests/bin/reptsimple.asm \
yasm-1.3.0/Makefile.in-1338-	modules/parsers/gas/tests/bin/reptsimple.hex \
yasm-1.3.0/Makefile.in:1339:	modules/parsers/gas/tests/bin/reptwarn.asm \
yasm-1.3.0/Makefile.in-1340-	modules/parsers/gas/tests/bin/reptwarn.errwarn \
yasm-1.3.0/Makefile.in-1341-	modules/parsers/gas/tests/bin/reptwarn.hex \
yasm-1.3.0/Makefile.in:1342:	modules/parsers/gas/tests/bin/reptzero.asm \
yasm-1.3.0/Makefile.in-1343-	modules/parsers/gas/tests/bin/reptzero.hex \
##############################################
yasm-1.3.0/Makefile.in-1347-	modules/parsers/nasm/tests/nasm_test.sh \
yasm-1.3.0/Makefile.in:1348:	modules/parsers/nasm/tests/alignnop16.asm \
yasm-1.3.0/Makefile.in-1349-	modules/parsers/nasm/tests/alignnop16.hex \
yasm-1.3.0/Makefile.in:1350:	modules/parsers/nasm/tests/alignnop32.asm \
yasm-1.3.0/Makefile.in-1351-	modules/parsers/nasm/tests/alignnop32.hex \
yasm-1.3.0/Makefile.in:1352:	modules/parsers/nasm/tests/charconstmath.asm \
yasm-1.3.0/Makefile.in-1353-	modules/parsers/nasm/tests/charconstmath.hex \
yasm-1.3.0/Makefile.in:1354:	modules/parsers/nasm/tests/dirwarning.asm \
yasm-1.3.0/Makefile.in-1355-	modules/parsers/nasm/tests/dirwarning.errwarn \
yasm-1.3.0/Makefile.in-1356-	modules/parsers/nasm/tests/dirwarning.hex \
yasm-1.3.0/Makefile.in:1357:	modules/parsers/nasm/tests/dy.asm \
yasm-1.3.0/Makefile.in-1358-	modules/parsers/nasm/tests/dy.hex \
yasm-1.3.0/Makefile.in:1359:	modules/parsers/nasm/tests/endcomma.asm \
yasm-1.3.0/Makefile.in-1360-	modules/parsers/nasm/tests/endcomma.hex \
yasm-1.3.0/Makefile.in:1361:	modules/parsers/nasm/tests/equcolon.asm \
yasm-1.3.0/Makefile.in-1362-	modules/parsers/nasm/tests/equcolon.hex \
yasm-1.3.0/Makefile.in:1363:	modules/parsers/nasm/tests/equlocal.asm \
yasm-1.3.0/Makefile.in-1364-	modules/parsers/nasm/tests/equlocal.hex \
yasm-1.3.0/Makefile.in:1365:	modules/parsers/nasm/tests/hexconst.asm \
yasm-1.3.0/Makefile.in-1366-	modules/parsers/nasm/tests/hexconst.hex \
yasm-1.3.0/Makefile.in:1367:	modules/parsers/nasm/tests/long.asm \
yasm-1.3.0/Makefile.in-1368-	modules/parsers/nasm/tests/long.hex \
yasm-1.3.0/Makefile.in:1369:	modules/parsers/nasm/tests/locallabel.asm \
yasm-1.3.0/Makefile.in-1370-	modules/parsers/nasm/tests/locallabel.hex \
yasm-1.3.0/Makefile.in:1371:	modules/parsers/nasm/tests/locallabel2.asm \
yasm-1.3.0/Makefile.in-1372-	modules/parsers/nasm/tests/locallabel2.hex \
yasm-1.3.0/Makefile.in:1373:	modules/parsers/nasm/tests/nasm-prefix.asm \
yasm-1.3.0/Makefile.in-1374-	modules/parsers/nasm/tests/nasm-prefix.hex \
yasm-1.3.0/Makefile.in:1375:	modules/parsers/nasm/tests/newsect.asm \
yasm-1.3.0/Makefile.in-1376-	modules/parsers/nasm/tests/newsect.hex \
yasm-1.3.0/Makefile.in:1377:	modules/parsers/nasm/tests/orphannowarn.asm \
yasm-1.3.0/Makefile.in-1378-	modules/parsers/nasm/tests/orphannowarn.hex \
yasm-1.3.0/Makefile.in:1379:	modules/parsers/nasm/tests/prevlocalwarn.asm \
yasm-1.3.0/Makefile.in-1380-	modules/parsers/nasm/tests/prevlocalwarn.errwarn \
yasm-1.3.0/Makefile.in-1381-	modules/parsers/nasm/tests/prevlocalwarn.hex \
yasm-1.3.0/Makefile.in:1382:	modules/parsers/nasm/tests/strucalign.asm \
yasm-1.3.0/Makefile.in-1383-	modules/parsers/nasm/tests/strucalign.hex \
yasm-1.3.0/Makefile.in:1384:	modules/parsers/nasm/tests/struczero.asm \
yasm-1.3.0/Makefile.in-1385-	modules/parsers/nasm/tests/struczero.hex \
yasm-1.3.0/Makefile.in:1386:	modules/parsers/nasm/tests/strucbase.asm \
yasm-1.3.0/Makefile.in-1387-	modules/parsers/nasm/tests/strucbase.hex \
yasm-1.3.0/Makefile.in:1388:	modules/parsers/nasm/tests/syntax-err.asm \
yasm-1.3.0/Makefile.in-1389-	modules/parsers/nasm/tests/syntax-err.errwarn \
yasm-1.3.0/Makefile.in:1390:	modules/parsers/nasm/tests/uscore.asm \
yasm-1.3.0/Makefile.in-1391-	modules/parsers/nasm/tests/uscore.hex \
##############################################
yasm-1.3.0/Makefile.in-1393-	modules/parsers/nasm/tests/worphan/nasm_worphan_test.sh \
yasm-1.3.0/Makefile.in:1394:	modules/parsers/nasm/tests/worphan/orphanwarn.asm \
yasm-1.3.0/Makefile.in-1395-	modules/parsers/nasm/tests/worphan/orphanwarn.errwarn \
##############################################
yasm-1.3.0/Makefile.in-1398-	modules/parsers/tasm/tests/tasm_test.sh \
yasm-1.3.0/Makefile.in:1399:	modules/parsers/tasm/tests/array.asm \
yasm-1.3.0/Makefile.in-1400-	modules/parsers/tasm/tests/array.hex \
yasm-1.3.0/Makefile.in:1401:	modules/parsers/tasm/tests/case.asm \
yasm-1.3.0/Makefile.in-1402-	modules/parsers/tasm/tests/case.hex \
yasm-1.3.0/Makefile.in:1403:	modules/parsers/tasm/tests/charstr.asm \
yasm-1.3.0/Makefile.in-1404-	modules/parsers/tasm/tests/charstr.hex \
yasm-1.3.0/Makefile.in:1405:	modules/parsers/tasm/tests/dup.asm \
yasm-1.3.0/Makefile.in-1406-	modules/parsers/tasm/tests/dup.hex \
yasm-1.3.0/Makefile.in:1407:	modules/parsers/tasm/tests/equal.asm \
yasm-1.3.0/Makefile.in-1408-	modules/parsers/tasm/tests/equal.hex \
yasm-1.3.0/Makefile.in:1409:	modules/parsers/tasm/tests/expr.asm \
yasm-1.3.0/Makefile.in-1410-	modules/parsers/tasm/tests/expr.hex \
yasm-1.3.0/Makefile.in:1411:	modules/parsers/tasm/tests/irp.asm \
yasm-1.3.0/Makefile.in-1412-	modules/parsers/tasm/tests/irp.hex \
yasm-1.3.0/Makefile.in:1413:	modules/parsers/tasm/tests/label.asm \
yasm-1.3.0/Makefile.in-1414-	modules/parsers/tasm/tests/label.hex \
yasm-1.3.0/Makefile.in:1415:	modules/parsers/tasm/tests/les.asm \
yasm-1.3.0/Makefile.in-1416-	modules/parsers/tasm/tests/les.hex \
yasm-1.3.0/Makefile.in:1417:	modules/parsers/tasm/tests/lidt.asm \
yasm-1.3.0/Makefile.in-1418-	modules/parsers/tasm/tests/lidt.hex \
yasm-1.3.0/Makefile.in:1419:	modules/parsers/tasm/tests/macro.asm \
yasm-1.3.0/Makefile.in-1420-	modules/parsers/tasm/tests/macro.hex \
yasm-1.3.0/Makefile.in:1421:	modules/parsers/tasm/tests/offset.asm \
yasm-1.3.0/Makefile.in-1422-	modules/parsers/tasm/tests/offset.hex \
yasm-1.3.0/Makefile.in:1423:	modules/parsers/tasm/tests/quote.asm \
yasm-1.3.0/Makefile.in-1424-	modules/parsers/tasm/tests/quote.hex \
yasm-1.3.0/Makefile.in:1425:	modules/parsers/tasm/tests/res.asm \
yasm-1.3.0/Makefile.in-1426-	modules/parsers/tasm/tests/res.errwarn \
yasm-1.3.0/Makefile.in-1427-	modules/parsers/tasm/tests/res.hex \
yasm-1.3.0/Makefile.in:1428:	modules/parsers/tasm/tests/segment.asm \
yasm-1.3.0/Makefile.in-1429-	modules/parsers/tasm/tests/segment.hex \
yasm-1.3.0/Makefile.in:1430:	modules/parsers/tasm/tests/size.asm \
yasm-1.3.0/Makefile.in-1431-	modules/parsers/tasm/tests/size.hex \
yasm-1.3.0/Makefile.in:1432:	modules/parsers/tasm/tests/struc.asm \
yasm-1.3.0/Makefile.in-1433-	modules/parsers/tasm/tests/struc.errwarn \
##############################################
yasm-1.3.0/Makefile.in-1436-	modules/parsers/tasm/tests/exe/tasm_exe_test.sh \
yasm-1.3.0/Makefile.in:1437:	modules/parsers/tasm/tests/exe/exe.asm \
yasm-1.3.0/Makefile.in-1438-	modules/parsers/tasm/tests/exe/exe.hex \
##############################################
yasm-1.3.0/Makefile.in-1446-	modules/preprocs/tasm/tests/tasmpp_test.sh \
yasm-1.3.0/Makefile.in:1447:	modules/preprocs/tasm/tests/tasm-assume-comment.asm \
yasm-1.3.0/Makefile.in-1448-	modules/preprocs/tasm/tests/tasm-assume-comment.hex \
yasm-1.3.0/Makefile.in:1449:	modules/preprocs/tasm/tests/tasm-comment-instr.asm \
yasm-1.3.0/Makefile.in-1450-	modules/preprocs/tasm/tests/tasm-comment-instr.hex \
##############################################
yasm-1.3.0/Makefile.in-1453-	modules/preprocs/nasm/tests/nasmpp_test.sh \
yasm-1.3.0/Makefile.in:1454:	modules/preprocs/nasm/tests/16args.asm \
yasm-1.3.0/Makefile.in-1455-	modules/preprocs/nasm/tests/16args.hex \
yasm-1.3.0/Makefile.in:1456:	modules/preprocs/nasm/tests/ifcritical-err.asm \
yasm-1.3.0/Makefile.in-1457-	modules/preprocs/nasm/tests/ifcritical-err.errwarn \
yasm-1.3.0/Makefile.in:1458:	modules/preprocs/nasm/tests/longline.asm \
yasm-1.3.0/Makefile.in-1459-	modules/preprocs/nasm/tests/longline.hex \
yasm-1.3.0/Makefile.in:1460:	modules/preprocs/nasm/tests/macroeof-err.asm \
yasm-1.3.0/Makefile.in-1461-	modules/preprocs/nasm/tests/macroeof-err.errwarn \
yasm-1.3.0/Makefile.in:1462:	modules/preprocs/nasm/tests/noinclude-err.asm \
yasm-1.3.0/Makefile.in-1463-	modules/preprocs/nasm/tests/noinclude-err.errwarn \
yasm-1.3.0/Makefile.in:1464:	modules/preprocs/nasm/tests/nasmpp-bigint.asm \
yasm-1.3.0/Makefile.in-1465-	modules/preprocs/nasm/tests/nasmpp-bigint.hex \
yasm-1.3.0/Makefile.in:1466:	modules/preprocs/nasm/tests/nasmpp-decimal.asm \
yasm-1.3.0/Makefile.in-1467-	modules/preprocs/nasm/tests/nasmpp-decimal.hex \
yasm-1.3.0/Makefile.in:1468:	modules/preprocs/nasm/tests/nasmpp-nested.asm \
yasm-1.3.0/Makefile.in-1469-	modules/preprocs/nasm/tests/nasmpp-nested.errwarn \
yasm-1.3.0/Makefile.in-1470-	modules/preprocs/nasm/tests/nasmpp-nested.hex \
yasm-1.3.0/Makefile.in:1471:	modules/preprocs/nasm/tests/orgsect.asm \
yasm-1.3.0/Makefile.in-1472-	modules/preprocs/nasm/tests/orgsect.hex \
yasm-1.3.0/Makefile.in:1473:	modules/preprocs/nasm/tests/scope-err.asm \
yasm-1.3.0/Makefile.in-1474-	modules/preprocs/nasm/tests/scope-err.errwarn \
##############################################
yasm-1.3.0/Makefile.in-1476-	modules/preprocs/raw/tests/rawpp_test.sh \
yasm-1.3.0/Makefile.in:1477:	modules/preprocs/raw/tests/longline.asm \
yasm-1.3.0/Makefile.in-1478-	modules/preprocs/raw/tests/longline.hex \
##############################################
yasm-1.3.0/Makefile.in-1490-	modules/dbgfmts/dwarf2/tests/gen64/dwarf2_gen64_test.sh \
yasm-1.3.0/Makefile.in:1491:	modules/dbgfmts/dwarf2/tests/gen64/dwarf64_pathname.asm \
yasm-1.3.0/Makefile.in-1492-	modules/dbgfmts/dwarf2/tests/gen64/dwarf64_pathname.hex \
yasm-1.3.0/Makefile.in-1493-	modules/dbgfmts/dwarf2/tests/pass32/dwarf2_pass32_test.sh \
yasm-1.3.0/Makefile.in:1494:	modules/dbgfmts/dwarf2/tests/pass32/dwarf32-err.asm \
yasm-1.3.0/Makefile.in-1495-	modules/dbgfmts/dwarf2/tests/pass32/dwarf32-err.errwarn \
yasm-1.3.0/Makefile.in:1496:	modules/dbgfmts/dwarf2/tests/pass32/dwarf32_testhd.asm \
yasm-1.3.0/Makefile.in-1497-	modules/dbgfmts/dwarf2/tests/pass32/dwarf32_testhd.hex \
yasm-1.3.0/Makefile.in-1498-	modules/dbgfmts/dwarf2/tests/pass64/dwarf2_pass64_test.sh \
yasm-1.3.0/Makefile.in:1499:	modules/dbgfmts/dwarf2/tests/pass64/dwarf64_2loc.asm \
yasm-1.3.0/Makefile.in-1500-	modules/dbgfmts/dwarf2/tests/pass64/dwarf64_2loc.hex \
yasm-1.3.0/Makefile.in:1501:	modules/dbgfmts/dwarf2/tests/pass64/dwarf64_leb128.asm \
yasm-1.3.0/Makefile.in-1502-	modules/dbgfmts/dwarf2/tests/pass64/dwarf64_leb128.hex \
yasm-1.3.0/Makefile.in-1503-	modules/dbgfmts/dwarf2/tests/passwin64/dwarf2_passwin64_test.sh \
yasm-1.3.0/Makefile.in:1504:	modules/dbgfmts/dwarf2/tests/passwin64/dwarfwin64_testhd.asm \
yasm-1.3.0/Makefile.in-1505-	modules/dbgfmts/dwarf2/tests/passwin64/dwarfwin64_testhd.errwarn \
##############################################
yasm-1.3.0/Makefile.in-1508-	modules/dbgfmts/stabs/tests/stabs_test.sh \
yasm-1.3.0/Makefile.in:1509:	modules/dbgfmts/stabs/tests/stabs-elf.asm \
yasm-1.3.0/Makefile.in-1510-	modules/dbgfmts/stabs/tests/stabs-elf.hex \
##############################################
yasm-1.3.0/Makefile.in-1522-	modules/objfmts/bin/tests/bin_test.sh \
yasm-1.3.0/Makefile.in:1523:	modules/objfmts/bin/tests/abs.asm \
yasm-1.3.0/Makefile.in-1524-	modules/objfmts/bin/tests/abs.hex \
yasm-1.3.0/Makefile.in:1525:	modules/objfmts/bin/tests/bigorg.asm \
yasm-1.3.0/Makefile.in-1526-	modules/objfmts/bin/tests/bigorg.hex \
yasm-1.3.0/Makefile.in-1527-	modules/objfmts/bin/tests/bigorg.errwarn \
yasm-1.3.0/Makefile.in:1528:	modules/objfmts/bin/tests/bin-farabs.asm \
yasm-1.3.0/Makefile.in-1529-	modules/objfmts/bin/tests/bin-farabs.hex \
yasm-1.3.0/Makefile.in:1530:	modules/objfmts/bin/tests/bin-rip.asm \
yasm-1.3.0/Makefile.in-1531-	modules/objfmts/bin/tests/bin-rip.hex \
yasm-1.3.0/Makefile.in:1532:	modules/objfmts/bin/tests/bintest.asm \
yasm-1.3.0/Makefile.in-1533-	modules/objfmts/bin/tests/bintest.hex \
yasm-1.3.0/Makefile.in:1534:	modules/objfmts/bin/tests/float-err.asm \
yasm-1.3.0/Makefile.in-1535-	modules/objfmts/bin/tests/float-err.errwarn \
yasm-1.3.0/Makefile.in:1536:	modules/objfmts/bin/tests/float.asm \
yasm-1.3.0/Makefile.in-1537-	modules/objfmts/bin/tests/float.hex \
yasm-1.3.0/Makefile.in:1538:	modules/objfmts/bin/tests/integer-warn.asm \
yasm-1.3.0/Makefile.in-1539-	modules/objfmts/bin/tests/integer-warn.hex \
yasm-1.3.0/Makefile.in-1540-	modules/objfmts/bin/tests/integer-warn.errwarn \
yasm-1.3.0/Makefile.in:1541:	modules/objfmts/bin/tests/integer.asm \
yasm-1.3.0/Makefile.in-1542-	modules/objfmts/bin/tests/integer.hex \
yasm-1.3.0/Makefile.in:1543:	modules/objfmts/bin/tests/levelop.asm \
yasm-1.3.0/Makefile.in-1544-	modules/objfmts/bin/tests/levelop.hex \
yasm-1.3.0/Makefile.in:1545:	modules/objfmts/bin/tests/reserve.asm \
yasm-1.3.0/Makefile.in-1546-	modules/objfmts/bin/tests/reserve.hex \
yasm-1.3.0/Makefile.in-1547-	modules/objfmts/bin/tests/reserve.errwarn \
yasm-1.3.0/Makefile.in:1548:	modules/objfmts/bin/tests/shr.asm \
yasm-1.3.0/Makefile.in-1549-	modules/objfmts/bin/tests/shr.hex \
##############################################
yasm-1.3.0/Makefile.in-1551-	modules/objfmts/bin/tests/multisect/bin_multi_test.sh \
yasm-1.3.0/Makefile.in:1552:	modules/objfmts/bin/tests/multisect/bin-align.asm \
yasm-1.3.0/Makefile.in-1553-	modules/objfmts/bin/tests/multisect/bin-align.errwarn \
##############################################
yasm-1.3.0/Makefile.in-1555-	modules/objfmts/bin/tests/multisect/bin-align.map \
yasm-1.3.0/Makefile.in:1556:	modules/objfmts/bin/tests/multisect/bin-ssym.asm \
yasm-1.3.0/Makefile.in-1557-	modules/objfmts/bin/tests/multisect/bin-ssym.hex \
yasm-1.3.0/Makefile.in-1558-	modules/objfmts/bin/tests/multisect/bin-ssym.map \
yasm-1.3.0/Makefile.in:1559:	modules/objfmts/bin/tests/multisect/follows-loop1-err.asm \
yasm-1.3.0/Makefile.in-1560-	modules/objfmts/bin/tests/multisect/follows-loop1-err.errwarn \
yasm-1.3.0/Makefile.in:1561:	modules/objfmts/bin/tests/multisect/follows-loop2-err.asm \
yasm-1.3.0/Makefile.in-1562-	modules/objfmts/bin/tests/multisect/follows-loop2-err.errwarn \
yasm-1.3.0/Makefile.in:1563:	modules/objfmts/bin/tests/multisect/follows-notfound-err.asm \
yasm-1.3.0/Makefile.in-1564-	modules/objfmts/bin/tests/multisect/follows-notfound-err.errwarn \
yasm-1.3.0/Makefile.in:1565:	modules/objfmts/bin/tests/multisect/initbss.asm \
yasm-1.3.0/Makefile.in-1566-	modules/objfmts/bin/tests/multisect/initbss.errwarn \
##############################################
yasm-1.3.0/Makefile.in-1568-	modules/objfmts/bin/tests/multisect/initbss.map \
yasm-1.3.0/Makefile.in:1569:	modules/objfmts/bin/tests/multisect/ldlinux-sects.asm \
yasm-1.3.0/Makefile.in-1570-	modules/objfmts/bin/tests/multisect/ldlinux-sects.hex \
yasm-1.3.0/Makefile.in-1571-	modules/objfmts/bin/tests/multisect/ldlinux-sects.map \
yasm-1.3.0/Makefile.in:1572:	modules/objfmts/bin/tests/multisect/multisect1.asm \
yasm-1.3.0/Makefile.in-1573-	modules/objfmts/bin/tests/multisect/multisect1.hex \
yasm-1.3.0/Makefile.in-1574-	modules/objfmts/bin/tests/multisect/multisect1.map \
yasm-1.3.0/Makefile.in:1575:	modules/objfmts/bin/tests/multisect/multisect2.asm \
yasm-1.3.0/Makefile.in-1576-	modules/objfmts/bin/tests/multisect/multisect2.hex \
yasm-1.3.0/Makefile.in-1577-	modules/objfmts/bin/tests/multisect/multisect2.map \
yasm-1.3.0/Makefile.in:1578:	modules/objfmts/bin/tests/multisect/multisect3.asm \
yasm-1.3.0/Makefile.in-1579-	modules/objfmts/bin/tests/multisect/multisect3.hex \
yasm-1.3.0/Makefile.in-1580-	modules/objfmts/bin/tests/multisect/multisect3.map \
yasm-1.3.0/Makefile.in:1581:	modules/objfmts/bin/tests/multisect/multisect4.asm \
yasm-1.3.0/Makefile.in-1582-	modules/objfmts/bin/tests/multisect/multisect4.hex \
yasm-1.3.0/Makefile.in-1583-	modules/objfmts/bin/tests/multisect/multisect4.map \
yasm-1.3.0/Makefile.in:1584:	modules/objfmts/bin/tests/multisect/multisect5.asm \
yasm-1.3.0/Makefile.in-1585-	modules/objfmts/bin/tests/multisect/multisect5.hex \
yasm-1.3.0/Makefile.in-1586-	modules/objfmts/bin/tests/multisect/multisect5.map \
yasm-1.3.0/Makefile.in:1587:	modules/objfmts/bin/tests/multisect/nomultisect1.asm \
yasm-1.3.0/Makefile.in-1588-	modules/objfmts/bin/tests/multisect/nomultisect1.hex \
yasm-1.3.0/Makefile.in-1589-	modules/objfmts/bin/tests/multisect/nomultisect1.map \
yasm-1.3.0/Makefile.in:1590:	modules/objfmts/bin/tests/multisect/nomultisect2.asm \
yasm-1.3.0/Makefile.in-1591-	modules/objfmts/bin/tests/multisect/nomultisect2.hex \
yasm-1.3.0/Makefile.in-1592-	modules/objfmts/bin/tests/multisect/nomultisect2.map \
yasm-1.3.0/Makefile.in:1593:	modules/objfmts/bin/tests/multisect/vfollows-loop1-err.asm \
yasm-1.3.0/Makefile.in-1594-	modules/objfmts/bin/tests/multisect/vfollows-loop1-err.errwarn \
yasm-1.3.0/Makefile.in:1595:	modules/objfmts/bin/tests/multisect/vfollows-loop2-err.asm \
yasm-1.3.0/Makefile.in-1596-	modules/objfmts/bin/tests/multisect/vfollows-loop2-err.errwarn \
yasm-1.3.0/Makefile.in:1597:	modules/objfmts/bin/tests/multisect/vfollows-notfound-err.asm \
yasm-1.3.0/Makefile.in-1598-	modules/objfmts/bin/tests/multisect/vfollows-notfound-err.errwarn \
##############################################
yasm-1.3.0/Makefile.in-1600-	modules/objfmts/elf/tests/elf_test.sh \
yasm-1.3.0/Makefile.in:1601:	modules/objfmts/elf/tests/curpos.asm \
yasm-1.3.0/Makefile.in-1602-	modules/objfmts/elf/tests/curpos.hex \
yasm-1.3.0/Makefile.in:1603:	modules/objfmts/elf/tests/curpos-err.asm \
yasm-1.3.0/Makefile.in-1604-	modules/objfmts/elf/tests/curpos-err.errwarn \
yasm-1.3.0/Makefile.in:1605:	modules/objfmts/elf/tests/elf-overdef.asm \
yasm-1.3.0/Makefile.in-1606-	modules/objfmts/elf/tests/elf-overdef.hex \
yasm-1.3.0/Makefile.in:1607:	modules/objfmts/elf/tests/elf-x86id.asm \
yasm-1.3.0/Makefile.in-1608-	modules/objfmts/elf/tests/elf-x86id.hex \
yasm-1.3.0/Makefile.in:1609:	modules/objfmts/elf/tests/elfabssect.asm \
yasm-1.3.0/Makefile.in-1610-	modules/objfmts/elf/tests/elfabssect.hex \
yasm-1.3.0/Makefile.in:1611:	modules/objfmts/elf/tests/elfcond.asm \
yasm-1.3.0/Makefile.in-1612-	modules/objfmts/elf/tests/elfcond.hex \
yasm-1.3.0/Makefile.in:1613:	modules/objfmts/elf/tests/elfequabs.asm \
yasm-1.3.0/Makefile.in-1614-	modules/objfmts/elf/tests/elfequabs.hex \
yasm-1.3.0/Makefile.in:1615:	modules/objfmts/elf/tests/elfglobal.asm \
yasm-1.3.0/Makefile.in-1616-	modules/objfmts/elf/tests/elfglobal.hex \
yasm-1.3.0/Makefile.in:1617:	modules/objfmts/elf/tests/elfglobext.asm \
yasm-1.3.0/Makefile.in-1618-	modules/objfmts/elf/tests/elfglobext.hex \
yasm-1.3.0/Makefile.in:1619:	modules/objfmts/elf/tests/elfglobext2.asm \
yasm-1.3.0/Makefile.in-1620-	modules/objfmts/elf/tests/elfglobext2.hex \
yasm-1.3.0/Makefile.in:1621:	modules/objfmts/elf/tests/elfmanysym.asm \
yasm-1.3.0/Makefile.in-1622-	modules/objfmts/elf/tests/elfmanysym.hex \
yasm-1.3.0/Makefile.in:1623:	modules/objfmts/elf/tests/elfreloc.asm \
yasm-1.3.0/Makefile.in-1624-	modules/objfmts/elf/tests/elfreloc.hex \
yasm-1.3.0/Makefile.in:1625:	modules/objfmts/elf/tests/elfreloc-ext.asm \
yasm-1.3.0/Makefile.in-1626-	modules/objfmts/elf/tests/elfreloc-ext.hex \
yasm-1.3.0/Makefile.in:1627:	modules/objfmts/elf/tests/elfsectalign.asm \
yasm-1.3.0/Makefile.in-1628-	modules/objfmts/elf/tests/elfsectalign.hex \
yasm-1.3.0/Makefile.in:1629:	modules/objfmts/elf/tests/elfso.asm \
yasm-1.3.0/Makefile.in-1630-	modules/objfmts/elf/tests/elfso.hex \
yasm-1.3.0/Makefile.in-1631-	modules/objfmts/elf/tests/elftest.c \
yasm-1.3.0/Makefile.in:1632:	modules/objfmts/elf/tests/elftest.asm \
yasm-1.3.0/Makefile.in-1633-	modules/objfmts/elf/tests/elftest.hex \
yasm-1.3.0/Makefile.in:1634:	modules/objfmts/elf/tests/elftimes.asm \
yasm-1.3.0/Makefile.in-1635-	modules/objfmts/elf/tests/elftimes.hex \
yasm-1.3.0/Makefile.in:1636:	modules/objfmts/elf/tests/elftypesize.asm \
yasm-1.3.0/Makefile.in-1637-	modules/objfmts/elf/tests/elftypesize.hex \
yasm-1.3.0/Makefile.in:1638:	modules/objfmts/elf/tests/elfvisibility.asm \
yasm-1.3.0/Makefile.in-1639-	modules/objfmts/elf/tests/elfvisibility.errwarn \
yasm-1.3.0/Makefile.in-1640-	modules/objfmts/elf/tests/elfvisibility.hex \
yasm-1.3.0/Makefile.in:1641:	modules/objfmts/elf/tests/nasm-sectname.asm \
yasm-1.3.0/Makefile.in-1642-	modules/objfmts/elf/tests/nasm-sectname.hex \
yasm-1.3.0/Makefile.in:1643:	modules/objfmts/elf/tests/nasm-forceident.asm \
yasm-1.3.0/Makefile.in-1644-	modules/objfmts/elf/tests/nasm-forceident.hex \
##############################################
yasm-1.3.0/Makefile.in-1650-	modules/objfmts/elf/tests/amd64/elf_amd64_test.sh \
yasm-1.3.0/Makefile.in:1651:	modules/objfmts/elf/tests/amd64/elf-rip.asm \
yasm-1.3.0/Makefile.in-1652-	modules/objfmts/elf/tests/amd64/elf-rip.hex \
yasm-1.3.0/Makefile.in:1653:	modules/objfmts/elf/tests/amd64/elfso64.asm \
yasm-1.3.0/Makefile.in-1654-	modules/objfmts/elf/tests/amd64/elfso64.hex \
yasm-1.3.0/Makefile.in:1655:	modules/objfmts/elf/tests/amd64/gotpcrel.asm \
yasm-1.3.0/Makefile.in-1656-	modules/objfmts/elf/tests/amd64/gotpcrel.hex \
yasm-1.3.0/Makefile.in:1657:	modules/objfmts/elf/tests/amd64/multiplefixup.asm \
yasm-1.3.0/Makefile.in-1658-	modules/objfmts/elf/tests/amd64/multiplefixup.hex \
yasm-1.3.0/Makefile.in-1659-	modules/objfmts/elf/tests/x32/elf_x32_test.sh \
yasm-1.3.0/Makefile.in:1660:	modules/objfmts/elf/tests/x32/elf-rip.asm \
yasm-1.3.0/Makefile.in-1661-	modules/objfmts/elf/tests/x32/elf-rip.hex \
yasm-1.3.0/Makefile.in:1662:	modules/objfmts/elf/tests/x32/elfsox32.asm \
yasm-1.3.0/Makefile.in-1663-	modules/objfmts/elf/tests/x32/elfsox32.hex \
yasm-1.3.0/Makefile.in:1664:	modules/objfmts/elf/tests/x32/gotpcrel.asm \
yasm-1.3.0/Makefile.in-1665-	modules/objfmts/elf/tests/x32/gotpcrel.hex \
yasm-1.3.0/Makefile.in:1666:	modules/objfmts/elf/tests/x32/multiplefixup.asm \
yasm-1.3.0/Makefile.in-1667-	modules/objfmts/elf/tests/x32/multiplefixup.hex \
yasm-1.3.0/Makefile.in-1668-	modules/objfmts/elf/tests/gas32/elf_gas32_test.sh \
yasm-1.3.0/Makefile.in:1669:	modules/objfmts/elf/tests/gas32/elf_gas32_ssym.asm \
yasm-1.3.0/Makefile.in-1670-	modules/objfmts/elf/tests/gas32/elf_gas32_ssym.hex \
yasm-1.3.0/Makefile.in:1671:	modules/objfmts/elf/tests/gas32/elf_gas32_got.asm \
yasm-1.3.0/Makefile.in-1672-	modules/objfmts/elf/tests/gas32/elf_gas32_got.hex \
yasm-1.3.0/Makefile.in-1673-	modules/objfmts/elf/tests/gas64/elf_gas64_test.sh \
yasm-1.3.0/Makefile.in:1674:	modules/objfmts/elf/tests/gas64/crosssect.asm \
yasm-1.3.0/Makefile.in-1675-	modules/objfmts/elf/tests/gas64/crosssect.hex \
yasm-1.3.0/Makefile.in:1676:	modules/objfmts/elf/tests/gas64/elf_gas64_curpos.asm \
yasm-1.3.0/Makefile.in-1677-	modules/objfmts/elf/tests/gas64/elf_gas64_curpos.hex \
yasm-1.3.0/Makefile.in:1678:	modules/objfmts/elf/tests/gas64/elf_gas64_reloc.asm \
yasm-1.3.0/Makefile.in-1679-	modules/objfmts/elf/tests/gas64/elf_gas64_reloc.hex \
yasm-1.3.0/Makefile.in:1680:	modules/objfmts/elf/tests/gas64/elf_gas64_ssym.asm \
yasm-1.3.0/Makefile.in-1681-	modules/objfmts/elf/tests/gas64/elf_gas64_ssym.hex \
yasm-1.3.0/Makefile.in-1682-	modules/objfmts/elf/tests/gasx32/elf_gasx32_test.sh \
yasm-1.3.0/Makefile.in:1683:	modules/objfmts/elf/tests/gasx32/crosssect.asm \
yasm-1.3.0/Makefile.in-1684-	modules/objfmts/elf/tests/gasx32/crosssect.hex \
yasm-1.3.0/Makefile.in:1685:	modules/objfmts/elf/tests/gasx32/elf_gasx32_curpos.asm \
yasm-1.3.0/Makefile.in-1686-	modules/objfmts/elf/tests/gasx32/elf_gasx32_curpos.hex \
yasm-1.3.0/Makefile.in:1687:	modules/objfmts/elf/tests/gasx32/elf_gasx32_reloc.asm \
yasm-1.3.0/Makefile.in-1688-	modules/objfmts/elf/tests/gasx32/elf_gasx32_reloc.hex \
yasm-1.3.0/Makefile.in:1689:	modules/objfmts/elf/tests/gasx32/elf_gasx32_ssym.asm \
yasm-1.3.0/Makefile.in-1690-	modules/objfmts/elf/tests/gasx32/elf_gasx32_ssym.hex \
##############################################
yasm-1.3.0/Makefile.in-1695-	modules/objfmts/coff/tests/cofftest.c \
yasm-1.3.0/Makefile.in:1696:	modules/objfmts/coff/tests/cofftest.asm \
yasm-1.3.0/Makefile.in-1697-	modules/objfmts/coff/tests/cofftest.hex \
yasm-1.3.0/Makefile.in:1698:	modules/objfmts/coff/tests/cofftimes.asm \
yasm-1.3.0/Makefile.in-1699-	modules/objfmts/coff/tests/cofftimes.hex \
yasm-1.3.0/Makefile.in:1700:	modules/objfmts/coff/tests/x86id.asm \
yasm-1.3.0/Makefile.in-1701-	modules/objfmts/coff/tests/x86id.hex \
##############################################
yasm-1.3.0/Makefile.in-1708-	modules/objfmts/macho/tests/gas32/gas_macho32_test.sh \
yasm-1.3.0/Makefile.in:1709:	modules/objfmts/macho/tests/gas32/gas-macho32.asm \
yasm-1.3.0/Makefile.in-1710-	modules/objfmts/macho/tests/gas32/gas-macho32.hex \
yasm-1.3.0/Makefile.in-1711-	modules/objfmts/macho/tests/gas64/gas_macho64_test.sh \
yasm-1.3.0/Makefile.in:1712:	modules/objfmts/macho/tests/gas64/gas-macho64.asm \
yasm-1.3.0/Makefile.in-1713-	modules/objfmts/macho/tests/gas64/gas-macho64.hex \
yasm-1.3.0/Makefile.in:1714:	modules/objfmts/macho/tests/gas64/gas-macho64-pic.asm \
yasm-1.3.0/Makefile.in-1715-	modules/objfmts/macho/tests/gas64/gas-macho64-pic.hex \
##############################################
yasm-1.3.0/Makefile.in-1717-	modules/objfmts/macho/tests/nasm32/machotest.c \
yasm-1.3.0/Makefile.in:1718:	modules/objfmts/macho/tests/nasm32/machotest.asm \
yasm-1.3.0/Makefile.in-1719-	modules/objfmts/macho/tests/nasm32/machotest.hex \
yasm-1.3.0/Makefile.in:1720:	modules/objfmts/macho/tests/nasm32/macho-reloc.asm \
yasm-1.3.0/Makefile.in-1721-	modules/objfmts/macho/tests/nasm32/macho-reloc.hex \
yasm-1.3.0/Makefile.in:1722:	modules/objfmts/macho/tests/nasm32/macho32-pext.asm \
yasm-1.3.0/Makefile.in-1723-	modules/objfmts/macho/tests/nasm32/macho32-pext.hex \
yasm-1.3.0/Makefile.in:1724:	modules/objfmts/macho/tests/nasm32/macho32-pic.asm \
yasm-1.3.0/Makefile.in-1725-	modules/objfmts/macho/tests/nasm32/macho32-pic.hex \
yasm-1.3.0/Makefile.in:1726:	modules/objfmts/macho/tests/nasm32/macho32-sect.asm \
yasm-1.3.0/Makefile.in-1727-	modules/objfmts/macho/tests/nasm32/macho32-sect.errwarn \
yasm-1.3.0/Makefile.in-1728-	modules/objfmts/macho/tests/nasm32/macho32-sect.hex \
yasm-1.3.0/Makefile.in:1729:	modules/objfmts/macho/tests/nasm32/macho32-size.asm \
yasm-1.3.0/Makefile.in-1730-	modules/objfmts/macho/tests/nasm32/macho32-size.hex \
yasm-1.3.0/Makefile.in:1731:	modules/objfmts/macho/tests/nasm64/nasm-macho64-pic.asm \
yasm-1.3.0/Makefile.in-1732-	modules/objfmts/macho/tests/nasm64/nasm-macho64-pic.hex \
##############################################
yasm-1.3.0/Makefile.in-1734-	modules/objfmts/macho/tests/nasm64/machotest64.c \
yasm-1.3.0/Makefile.in:1735:	modules/objfmts/macho/tests/nasm64/machotest64.asm \
yasm-1.3.0/Makefile.in-1736-	modules/objfmts/macho/tests/nasm64/machotest64.hex \
yasm-1.3.0/Makefile.in:1737:	modules/objfmts/macho/tests/nasm64/macho-reloc64-err.asm \
yasm-1.3.0/Makefile.in-1738-	modules/objfmts/macho/tests/nasm64/macho-reloc64-err.errwarn \
##############################################
yasm-1.3.0/Makefile.in-1740-	modules/objfmts/rdf/tests/rdf_test.sh \
yasm-1.3.0/Makefile.in:1741:	modules/objfmts/rdf/tests/rdfabs.asm \
yasm-1.3.0/Makefile.in-1742-	modules/objfmts/rdf/tests/rdfabs.errwarn \
yasm-1.3.0/Makefile.in-1743-	modules/objfmts/rdf/tests/rdfabs.hex \
yasm-1.3.0/Makefile.in:1744:	modules/objfmts/rdf/tests/rdfext.asm \
yasm-1.3.0/Makefile.in-1745-	modules/objfmts/rdf/tests/rdfext.hex \
yasm-1.3.0/Makefile.in:1746:	modules/objfmts/rdf/tests/rdfseg.asm \
yasm-1.3.0/Makefile.in-1747-	modules/objfmts/rdf/tests/rdfseg.hex \
yasm-1.3.0/Makefile.in:1748:	modules/objfmts/rdf/tests/rdfseg2.asm \
yasm-1.3.0/Makefile.in-1749-	modules/objfmts/rdf/tests/rdfseg2.hex \
yasm-1.3.0/Makefile.in:1750:	modules/objfmts/rdf/tests/rdftest1.asm \
yasm-1.3.0/Makefile.in-1751-	modules/objfmts/rdf/tests/rdftest1.hex \
yasm-1.3.0/Makefile.in:1752:	modules/objfmts/rdf/tests/rdftest2.asm \
yasm-1.3.0/Makefile.in-1753-	modules/objfmts/rdf/tests/rdftest2.hex \
yasm-1.3.0/Makefile.in:1754:	modules/objfmts/rdf/tests/rdtlib.asm \
yasm-1.3.0/Makefile.in-1755-	modules/objfmts/rdf/tests/rdtlib.hex \
yasm-1.3.0/Makefile.in:1756:	modules/objfmts/rdf/tests/rdtmain.asm \
yasm-1.3.0/Makefile.in-1757-	modules/objfmts/rdf/tests/rdtmain.hex \
yasm-1.3.0/Makefile.in:1758:	modules/objfmts/rdf/tests/testlib.asm \
yasm-1.3.0/Makefile.in-1759-	modules/objfmts/rdf/tests/testlib.hex \
yasm-1.3.0/Makefile.in-1760-	modules/objfmts/win32/tests/Makefile.inc \
yasm-1.3.0/Makefile.in:1761:	modules/objfmts/win32/tests/export.asm \
yasm-1.3.0/Makefile.in-1762-	modules/objfmts/win32/tests/export.hex \
yasm-1.3.0/Makefile.in-1763-	modules/objfmts/win32/tests/win32_test.sh \
yasm-1.3.0/Makefile.in:1764:	modules/objfmts/win32/tests/win32-curpos.asm \
yasm-1.3.0/Makefile.in-1765-	modules/objfmts/win32/tests/win32-curpos.hex \
yasm-1.3.0/Makefile.in:1766:	modules/objfmts/win32/tests/win32-overdef.asm \
yasm-1.3.0/Makefile.in-1767-	modules/objfmts/win32/tests/win32-overdef.hex \
yasm-1.3.0/Makefile.in:1768:	modules/objfmts/win32/tests/win32-safeseh.asm \
yasm-1.3.0/Makefile.in-1769-	modules/objfmts/win32/tests/win32-safeseh.hex \
yasm-1.3.0/Makefile.in:1770:	modules/objfmts/win32/tests/win32-safeseh.masm \
yasm-1.3.0/Makefile.in:1771:	modules/objfmts/win32/tests/win32-segof.asm \
yasm-1.3.0/Makefile.in-1772-	modules/objfmts/win32/tests/win32-segof.hex \
yasm-1.3.0/Makefile.in-1773-	modules/objfmts/win32/tests/win32test.c \
yasm-1.3.0/Makefile.in:1774:	modules/objfmts/win32/tests/win32test.asm \
yasm-1.3.0/Makefile.in-1775-	modules/objfmts/win32/tests/win32test.hex \
##############################################
yasm-1.3.0/Makefile.in-1777-	modules/objfmts/win32/tests/gas/win32_gas_test.sh \
yasm-1.3.0/Makefile.in:1778:	modules/objfmts/win32/tests/gas/win32at.asm \
yasm-1.3.0/Makefile.in-1779-	modules/objfmts/win32/tests/gas/win32at.hex \
yasm-1.3.0/Makefile.in:1780:	modules/objfmts/win32/tests/gas/win32def.asm \
yasm-1.3.0/Makefile.in-1781-	modules/objfmts/win32/tests/gas/win32def.hex \
yasm-1.3.0/Makefile.in:1782:	modules/objfmts/win32/tests/gas/win32secrel32.asm \
yasm-1.3.0/Makefile.in-1783-	modules/objfmts/win32/tests/gas/win32secrel32.hex \
##############################################
yasm-1.3.0/Makefile.in-1785-	modules/objfmts/win64/tests/win64_test.sh \
yasm-1.3.0/Makefile.in:1786:	modules/objfmts/win64/tests/sce1.asm \
yasm-1.3.0/Makefile.in-1787-	modules/objfmts/win64/tests/sce1.hex \
yasm-1.3.0/Makefile.in:1788:	modules/objfmts/win64/tests/sce1-err.asm \
yasm-1.3.0/Makefile.in-1789-	modules/objfmts/win64/tests/sce1-err.errwarn \
yasm-1.3.0/Makefile.in:1790:	modules/objfmts/win64/tests/sce2.asm \
yasm-1.3.0/Makefile.in-1791-	modules/objfmts/win64/tests/sce2.hex \
yasm-1.3.0/Makefile.in:1792:	modules/objfmts/win64/tests/sce2-err.asm \
yasm-1.3.0/Makefile.in-1793-	modules/objfmts/win64/tests/sce2-err.errwarn \
yasm-1.3.0/Makefile.in:1794:	modules/objfmts/win64/tests/sce3.asm \
yasm-1.3.0/Makefile.in-1795-	modules/objfmts/win64/tests/sce3.hex \
yasm-1.3.0/Makefile.in:1796:	modules/objfmts/win64/tests/sce3.masm \
yasm-1.3.0/Makefile.in:1797:	modules/objfmts/win64/tests/sce4.asm \
yasm-1.3.0/Makefile.in-1798-	modules/objfmts/win64/tests/sce4.hex \
yasm-1.3.0/Makefile.in:1799:	modules/objfmts/win64/tests/sce4.masm \
yasm-1.3.0/Makefile.in:1800:	modules/objfmts/win64/tests/sce4-err.asm \
yasm-1.3.0/Makefile.in-1801-	modules/objfmts/win64/tests/sce4-err.errwarn \
yasm-1.3.0/Makefile.in:1802:	modules/objfmts/win64/tests/win64-abs.asm \
yasm-1.3.0/Makefile.in-1803-	modules/objfmts/win64/tests/win64-abs.hex \
yasm-1.3.0/Makefile.in:1804:	modules/objfmts/win64/tests/win64-curpos.asm \
yasm-1.3.0/Makefile.in-1805-	modules/objfmts/win64/tests/win64-curpos.hex \
yasm-1.3.0/Makefile.in:1806:	modules/objfmts/win64/tests/win64-dataref.asm \
yasm-1.3.0/Makefile.in-1807-	modules/objfmts/win64/tests/win64-dataref.hex \
yasm-1.3.0/Makefile.in:1808:	modules/objfmts/win64/tests/win64-dataref.masm \
yasm-1.3.0/Makefile.in:1809:	modules/objfmts/win64/tests/win64-dataref2.asm \
yasm-1.3.0/Makefile.in-1810-	modules/objfmts/win64/tests/win64-dataref2.hex \
yasm-1.3.0/Makefile.in:1811:	modules/objfmts/win64/tests/win64-dataref2.masm \
yasm-1.3.0/Makefile.in:1812:	modules/objfmts/win64/tests/win64-function.asm \
yasm-1.3.0/Makefile.in-1813-	modules/objfmts/win64/tests/win64-function.hex \
yasm-1.3.0/Makefile.in-1814-	modules/objfmts/win64/tests/win64-imagebase.hex \
yasm-1.3.0/Makefile.in:1815:	modules/objfmts/win64/tests/win64-imagebase.asm \
yasm-1.3.0/Makefile.in-1816-	modules/objfmts/win64/tests/gas/Makefile.inc \
yasm-1.3.0/Makefile.in-1817-	modules/objfmts/win64/tests/gas/win64_gas_test.sh \
yasm-1.3.0/Makefile.in:1818:	modules/objfmts/win64/tests/gas/win64-gas-sce.asm \
yasm-1.3.0/Makefile.in-1819-	modules/objfmts/win64/tests/gas/win64-gas-sce.hex \
##############################################
yasm-1.3.0/Makefile.in-1821-	modules/objfmts/xdf/tests/xdf_test.sh \
yasm-1.3.0/Makefile.in:1822:	modules/objfmts/xdf/tests/xdf-overdef.asm \
yasm-1.3.0/Makefile.in-1823-	modules/objfmts/xdf/tests/xdf-overdef.hex \
yasm-1.3.0/Makefile.in:1824:	modules/objfmts/xdf/tests/xdflong.asm \
yasm-1.3.0/Makefile.in-1825-	modules/objfmts/xdf/tests/xdflong.hex \
yasm-1.3.0/Makefile.in-1826-	modules/objfmts/xdf/tests/xdflong.errwarn \
yasm-1.3.0/Makefile.in:1827:	modules/objfmts/xdf/tests/xdfother.asm \
yasm-1.3.0/Makefile.in-1828-	modules/objfmts/xdf/tests/xdfother.hex \
yasm-1.3.0/Makefile.in:1829:	modules/objfmts/xdf/tests/xdfprotect.asm \
yasm-1.3.0/Makefile.in-1830-	modules/objfmts/xdf/tests/xdfprotect.hex \
yasm-1.3.0/Makefile.in:1831:	modules/objfmts/xdf/tests/xdfsect.asm \
yasm-1.3.0/Makefile.in-1832-	modules/objfmts/xdf/tests/xdfsect.hex \
yasm-1.3.0/Makefile.in:1833:	modules/objfmts/xdf/tests/xdfsect-err.asm \
yasm-1.3.0/Makefile.in-1834-	modules/objfmts/xdf/tests/xdfsect-err.errwarn \
yasm-1.3.0/Makefile.in:1835:	modules/objfmts/xdf/tests/xdfvirtual.asm \
yasm-1.3.0/Makefile.in-1836-	modules/objfmts/xdf/tests/xdfvirtual.hex \
##############################################
yasm-1.3.0/Makefile.in-1838-	libyasm/module.in libyasm/tests/Makefile.inc \
yasm-1.3.0/Makefile.in:1839:	libyasm/tests/libyasm_test.sh libyasm/tests/1shl0.asm \
yasm-1.3.0/Makefile.in:1840:	libyasm/tests/1shl0.hex libyasm/tests/absloop-err.asm \
yasm-1.3.0/Makefile.in-1841-	libyasm/tests/absloop-err.errwarn \
yasm-1.3.0/Makefile.in:1842:	libyasm/tests/charconst64.asm libyasm/tests/charconst64.hex \
yasm-1.3.0/Makefile.in:1843:	libyasm/tests/data-rawvalue.asm \
yasm-1.3.0/Makefile.in:1844:	libyasm/tests/data-rawvalue.hex libyasm/tests/duplabel-err.asm \
yasm-1.3.0/Makefile.in:1845:	libyasm/tests/duplabel-err.errwarn libyasm/tests/emptydata.asm \
yasm-1.3.0/Makefile.in:1846:	libyasm/tests/emptydata.hex libyasm/tests/equ-expand.asm \
yasm-1.3.0/Makefile.in:1847:	libyasm/tests/equ-expand.hex libyasm/tests/expr-fold-level.asm \
yasm-1.3.0/Makefile.in-1848-	libyasm/tests/expr-fold-level.hex \
yasm-1.3.0/Makefile.in:1849:	libyasm/tests/expr-simplify-identity.asm \
yasm-1.3.0/Makefile.in-1850-	libyasm/tests/expr-simplify-identity.hex \
yasm-1.3.0/Makefile.in:1851:	libyasm/tests/expr-wide-ident.asm \
yasm-1.3.0/Makefile.in:1852:	libyasm/tests/expr-wide-ident.hex libyasm/tests/externdef.asm \
yasm-1.3.0/Makefile.in-1853-	libyasm/tests/externdef.errwarn libyasm/tests/externdef.hex \
yasm-1.3.0/Makefile.in:1854:	libyasm/tests/incbin.asm libyasm/tests/incbin.hex \
yasm-1.3.0/Makefile.in:1855:	libyasm/tests/jmpsize1.asm libyasm/tests/jmpsize1.hex \
yasm-1.3.0/Makefile.in:1856:	libyasm/tests/jmpsize1-err.asm \
yasm-1.3.0/Makefile.in-1857-	libyasm/tests/jmpsize1-err.errwarn \
yasm-1.3.0/Makefile.in:1858:	libyasm/tests/opt-align1.asm libyasm/tests/opt-align1.hex \
yasm-1.3.0/Makefile.in:1859:	libyasm/tests/opt-align2.asm libyasm/tests/opt-align2.hex \
yasm-1.3.0/Makefile.in:1860:	libyasm/tests/opt-align3.asm libyasm/tests/opt-align3.hex \
yasm-1.3.0/Makefile.in:1861:	libyasm/tests/opt-circular1-err.asm \
yasm-1.3.0/Makefile.in-1862-	libyasm/tests/opt-circular1-err.errwarn \
yasm-1.3.0/Makefile.in:1863:	libyasm/tests/opt-circular2-err.asm \
yasm-1.3.0/Makefile.in-1864-	libyasm/tests/opt-circular2-err.errwarn \
yasm-1.3.0/Makefile.in:1865:	libyasm/tests/opt-circular3-err.asm \
yasm-1.3.0/Makefile.in-1866-	libyasm/tests/opt-circular3-err.errwarn \
yasm-1.3.0/Makefile.in:1867:	libyasm/tests/opt-gvmat64.asm libyasm/tests/opt-gvmat64.hex \
yasm-1.3.0/Makefile.in:1868:	libyasm/tests/opt-immexpand.asm \
yasm-1.3.0/Makefile.in-1869-	libyasm/tests/opt-immexpand.hex \
yasm-1.3.0/Makefile.in:1870:	libyasm/tests/opt-immnoexpand.asm \
yasm-1.3.0/Makefile.in-1871-	libyasm/tests/opt-immnoexpand.hex \
yasm-1.3.0/Makefile.in:1872:	libyasm/tests/opt-oldalign.asm libyasm/tests/opt-oldalign.hex \
yasm-1.3.0/Makefile.in:1873:	libyasm/tests/opt-struc.asm libyasm/tests/opt-struc.hex \
yasm-1.3.0/Makefile.in:1874:	libyasm/tests/reserve-err1.asm \
yasm-1.3.0/Makefile.in-1875-	libyasm/tests/reserve-err1.errwarn \
yasm-1.3.0/Makefile.in:1876:	libyasm/tests/reserve-err2.asm \
yasm-1.3.0/Makefile.in:1877:	libyasm/tests/reserve-err2.errwarn libyasm/tests/strucsize.asm \
yasm-1.3.0/Makefile.in:1878:	libyasm/tests/strucsize.hex libyasm/tests/times0.asm \
yasm-1.3.0/Makefile.in:1879:	libyasm/tests/times0.hex libyasm/tests/timesfwd.asm \
yasm-1.3.0/Makefile.in:1880:	libyasm/tests/timesfwd.hex libyasm/tests/timesover-err.asm \
yasm-1.3.0/Makefile.in-1881-	libyasm/tests/timesover-err.errwarn \
yasm-1.3.0/Makefile.in:1882:	libyasm/tests/timesunder.asm libyasm/tests/timesunder.hex \
yasm-1.3.0/Makefile.in:1883:	libyasm/tests/times-res.asm libyasm/tests/times-res.errwarn \
yasm-1.3.0/Makefile.in:1884:	libyasm/tests/times-res.hex libyasm/tests/unary.asm \
yasm-1.3.0/Makefile.in:1885:	libyasm/tests/unary.hex libyasm/tests/value-err.asm \
yasm-1.3.0/Makefile.in-1886-	libyasm/tests/value-err.errwarn \
yasm-1.3.0/Makefile.in:1887:	libyasm/tests/value-samesym.asm \
yasm-1.3.0/Makefile.in-1888-	libyasm/tests/value-samesym.errwarn \
yasm-1.3.0/Makefile.in:1889:	libyasm/tests/value-samesym.hex libyasm/tests/value-mask.asm \
yasm-1.3.0/Makefile.in-1890-	libyasm/tests/value-mask.errwarn libyasm/tests/value-mask.hex \
yasm-1.3.0/Makefile.in:1891:	libyasm/tests/value-shr-symexpr.asm \
yasm-1.3.0/Makefile.in-1892-	libyasm/tests/value-shr-symexpr.hex \
##############################################
yasm-1.3.0/Makefile.in-2026-	tools/python-yasm/symrec.pxi tools/python-yasm/value.pxi
yasm-1.3.0/Makefile.in:2027:YASM_MODULES = arch_x86 arch_lc3b listfmt_nasm parser_gas parser_gnu \
yasm-1.3.0/Makefile.in:2028:	parser_nasm parser_tasm preproc_nasm preproc_tasm preproc_raw \
yasm-1.3.0/Makefile.in-2029-	preproc_cpp preproc_gas dbgfmt_cv8 dbgfmt_dwarf2 dbgfmt_null \
##############################################
yasm-1.3.0/Makefile.in-2219-	@list='$(lib_LIBRARIES)'; test -n "$(libdir)" || list=; \
yasm-1.3.0/Makefile.in:2220:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
yasm-1.3.0/Makefile.in-2221-	dir='$(DESTDIR)$(libdir)'; $(am__uninstall_files_from_dir)
##############################################
yasm-1.3.0/Makefile.in-2808-.c.o:
yasm-1.3.0/Makefile.in:2809:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
yasm-1.3.0/Makefile.in-2810-@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
yasm-1.3.0/Makefile.in-2816-.c.obj:
yasm-1.3.0/Makefile.in:2817:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
yasm-1.3.0/Makefile.in:2818:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
yasm-1.3.0/Makefile.in-2819-@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
yasm-1.3.0/Makefile.in-2821-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
yasm-1.3.0/Makefile.in:2822:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
yasm-1.3.0/Makefile.in-2823-install-man1: $(dist_man_MANS) $(notrans_dist_man_MANS)
##############################################
yasm-1.3.0/Makefile.in-2827-	test -n "$(man1dir)" \
yasm-1.3.0/Makefile.in:2828:	  && test -n "`echo $$list1$$list2`" \
yasm-1.3.0/Makefile.in-2829-	  || exit 0; \
##############################################
yasm-1.3.0/Makefile.in-2857-	test -n "$(man1dir)" \
yasm-1.3.0/Makefile.in:2858:	  && test -n "`echo $$list1$$list2`" \
yasm-1.3.0/Makefile.in-2859-	  || exit 0; \
##############################################
yasm-1.3.0/Makefile.in-2906-	test -n "$(man7dir)" \
yasm-1.3.0/Makefile.in:2907:	  && test -n "`echo $$list1$$list2`" \
yasm-1.3.0/Makefile.in-2908-	  || exit 0; \
##############################################
yasm-1.3.0/Makefile.in-2936-	test -n "$(man7dir)" \
yasm-1.3.0/Makefile.in:2937:	  && test -n "`echo $$list1$$list2`" \
yasm-1.3.0/Makefile.in-2938-	  || exit 0; \
##############################################
yasm-1.3.0/Makefile.in-2999-	@list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
yasm-1.3.0/Makefile.in:3000:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
yasm-1.3.0/Makefile.in-3001-	dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
##############################################
yasm-1.3.0/Makefile.in-3020-	@list='$(modinclude_HEADERS)'; test -n "$(modincludedir)" || list=; \
yasm-1.3.0/Makefile.in:3021:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
yasm-1.3.0/Makefile.in-3022-	dir='$(DESTDIR)$(modincludedir)'; $(am__uninstall_files_from_dir)
##############################################
yasm-1.3.0/Makefile.in-3041-	@list='$(nodist_include_HEADERS)'; test -n "$(includedir)" || list=; \
yasm-1.3.0/Makefile.in:3042:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
yasm-1.3.0/Makefile.in-3043-	dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
##############################################
yasm-1.3.0/Makefile.in-3058-	dot_seen=no; \
yasm-1.3.0/Makefile.in:3059:	target=`echo $@ | sed s/-recursive//`; \
yasm-1.3.0/Makefile.in-3060-	case "$@" in \
##############################################
yasm-1.3.0/Makefile.in-3121-GTAGS:
yasm-1.3.0/Makefile.in:3122:	here=`$(am__cd) $(top_builddir) && pwd` \
yasm-1.3.0/Makefile.in-3123-	  && $(am__cd) $(top_srcdir) \
##############################################
yasm-1.3.0/Makefile.in-3171-	if test -n "$$redo_bases"; then \
yasm-1.3.0/Makefile.in:3172:	  redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
yasm-1.3.0/Makefile.in:3173:	  redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
yasm-1.3.0/Makefile.in-3174-	  if $(am__make_dryrun); then :; else \
##############################################
yasm-1.3.0/Makefile.in-3196-	ws='[ 	]'; \
yasm-1.3.0/Makefile.in:3197:	results=`for b in $$bases; do echo $$b.trs; done`; \
yasm-1.3.0/Makefile.in-3198-	test -n "$$results" || results=/dev/null; \
yasm-1.3.0/Makefile.in:3199:	all=`  grep "^$$ws*:test-result:"           $$results | wc -l`; \
yasm-1.3.0/Makefile.in:3200:	pass=` grep "^$$ws*:test-result:$$ws*PASS"  $$results | wc -l`; \
yasm-1.3.0/Makefile.in:3201:	fail=` grep "^$$ws*:test-result:$$ws*FAIL"  $$results | wc -l`; \
yasm-1.3.0/Makefile.in:3202:	skip=` grep "^$$ws*:test-result:$$ws*SKIP"  $$results | wc -l`; \
yasm-1.3.0/Makefile.in:3203:	xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
yasm-1.3.0/Makefile.in:3204:	xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
yasm-1.3.0/Makefile.in:3205:	error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
yasm-1.3.0/Makefile.in:3206:	if test `expr $$fail + $$xpass + $$error` -eq 0; then \
yasm-1.3.0/Makefile.in-3207-	  success=true; \
##############################################
yasm-1.3.0/Makefile.in-3275-	@set +e; $(am__set_TESTS_bases); \
yasm-1.3.0/Makefile.in:3276:	log_list=`for i in $$bases; do echo $$i.log; done`; \
yasm-1.3.0/Makefile.in:3277:	trs_list=`for i in $$bases; do echo $$i.trs; done`; \
yasm-1.3.0/Makefile.in:3278:	log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
yasm-1.3.0/Makefile.in-3279-	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
##############################################
yasm-1.3.0/Makefile.in-3285-	         | $(am__list_recheck_tests)` || exit 1; \
yasm-1.3.0/Makefile.in:3286:	log_list=`for i in $$bases; do echo $$i.log; done`; \
yasm-1.3.0/Makefile.in:3287:	log_list=`echo $$log_list`; \
yasm-1.3.0/Makefile.in-3288-	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
##############################################
yasm-1.3.0/Makefile.in-3624-	test -d "$(distdir)" || mkdir "$(distdir)"
yasm-1.3.0/Makefile.in:3625:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
yasm-1.3.0/Makefile.in:3626:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
yasm-1.3.0/Makefile.in-3627-	list='$(DISTFILES)'; \
##############################################
yasm-1.3.0/Makefile.in-3638-	  if test -d $$d/$$file; then \
yasm-1.3.0/Makefile.in:3639:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
yasm-1.3.0/Makefile.in-3640-	    if test -d "$(distdir)/$$file"; then \
##############################################
yasm-1.3.0/Makefile.in-3752-	test -d $(distdir)/_build || exit 0; \
yasm-1.3.0/Makefile.in:3753:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
yasm-1.3.0/Makefile.in-3754-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
yasm-1.3.0/Makefile.in-3796-	}; \
yasm-1.3.0/Makefile.in:3797:	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
yasm-1.3.0/Makefile.in-3798-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
yasm-1.3.0/Makefile.in-3808-	fi
yasm-1.3.0/Makefile.in:3809:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
yasm-1.3.0/Makefile.in-3810-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
yasm-1.3.0/Makefile.in-4023-	$(CC_FOR_BUILD) $(CFLAGS_FOR_BUILD) $(DEFAULT_INCLUDES) $(INCLUDES) \
yasm-1.3.0/Makefile.in:4024:	  -c -o $@ `test -f tools/re2c/main.c || echo '$(srcdir)/'`tools/re2c/main.c
yasm-1.3.0/Makefile.in-4025-
##############################################
yasm-1.3.0/Makefile.in-4027-	$(CC_FOR_BUILD) $(CFLAGS_FOR_BUILD) $(DEFAULT_INCLUDES) $(INCLUDES) \
yasm-1.3.0/Makefile.in:4028:	  -c -o $@ `test -f tools/re2c/code.c || echo '$(srcdir)/'`tools/re2c/code.c
yasm-1.3.0/Makefile.in-4029-
##############################################
yasm-1.3.0/Makefile.in-4031-	$(CC_FOR_BUILD) $(CFLAGS_FOR_BUILD) $(DEFAULT_INCLUDES) $(INCLUDES) \
yasm-1.3.0/Makefile.in:4032:	  -c -o $@ `test -f tools/re2c/dfa.c || echo '$(srcdir)/'`tools/re2c/dfa.c
yasm-1.3.0/Makefile.in-4033-
##############################################
yasm-1.3.0/Makefile.in-4035-	$(CC_FOR_BUILD) $(CFLAGS_FOR_BUILD) $(DEFAULT_INCLUDES) $(INCLUDES) \
yasm-1.3.0/Makefile.in:4036:	  -c -o $@ `test -f tools/re2c/parser.c || echo '$(srcdir)/'`tools/re2c/parser.c
yasm-1.3.0/Makefile.in-4037-
##############################################
yasm-1.3.0/Makefile.in-4039-	$(CC_FOR_BUILD) $(CFLAGS_FOR_BUILD) $(DEFAULT_INCLUDES) $(INCLUDES) \
yasm-1.3.0/Makefile.in:4040:	  -c -o $@ `test -f tools/re2c/actions.c || echo '$(srcdir)/'`tools/re2c/actions.c
yasm-1.3.0/Makefile.in-4041-
##############################################
yasm-1.3.0/Makefile.in-4043-	$(CC_FOR_BUILD) $(CFLAGS_FOR_BUILD) $(DEFAULT_INCLUDES) $(INCLUDES) \
yasm-1.3.0/Makefile.in:4044:	  -c -o $@ `test -f tools/re2c/scanner.c || echo '$(srcdir)/'`tools/re2c/scanner.c
yasm-1.3.0/Makefile.in-4045-
##############################################
yasm-1.3.0/Makefile.in-4047-	$(CC_FOR_BUILD) $(CFLAGS_FOR_BUILD) $(DEFAULT_INCLUDES) $(INCLUDES) \
yasm-1.3.0/Makefile.in:4048:	  -c -o $@ `test -f tools/re2c/mbo_getopt.c || echo '$(srcdir)/'`tools/re2c/mbo_getopt.c
yasm-1.3.0/Makefile.in-4049-
##############################################
yasm-1.3.0/Makefile.in-4051-	$(CC_FOR_BUILD) $(CFLAGS_FOR_BUILD) $(DEFAULT_INCLUDES) $(INCLUDES) \
yasm-1.3.0/Makefile.in:4052:	  -c -o $@ `test -f tools/re2c/substr.c || echo '$(srcdir)/'`tools/re2c/substr.c
yasm-1.3.0/Makefile.in-4053-
##############################################
yasm-1.3.0/Makefile.in-4055-	$(CC_FOR_BUILD) $(CFLAGS_FOR_BUILD) $(DEFAULT_INCLUDES) $(INCLUDES) \
yasm-1.3.0/Makefile.in:4056:	  -c -o $@ `test -f tools/re2c/translate.c || echo '$(srcdir)/'`tools/re2c/translate.c
yasm-1.3.0/Makefile.in-4057-
##############################################
yasm-1.3.0/Makefile.in-4059-	$(CC_FOR_BUILD) $(CFLAGS_FOR_BUILD) $(DEFAULT_INCLUDES) $(INCLUDES) \
yasm-1.3.0/Makefile.in:4060:	  -c -o $@ `test -f tools/genmacro/genmacro.c || echo '$(srcdir)/'`tools/genmacro/genmacro.c
yasm-1.3.0/Makefile.in-4061-.gperf.c: genperf$(EXEEXT)
##############################################
yasm-1.3.0/Makefile.in-4065-	$(CC_FOR_BUILD) $(CFLAGS_FOR_BUILD) $(DEFAULT_INCLUDES) $(INCLUDES) \
yasm-1.3.0/Makefile.in:4066:	  -c -o $@ `test -f tools/genperf/genperf.c || echo '$(srcdir)/'`tools/genperf/genperf.c
yasm-1.3.0/Makefile.in-4067-
##############################################
yasm-1.3.0/Makefile.in-4069-	$(CC_FOR_BUILD) $(CFLAGS_FOR_BUILD) $(DEFAULT_INCLUDES) $(INCLUDES) \
yasm-1.3.0/Makefile.in:4070:	  -c -o $@ `test -f tools/genperf/perfect.c || echo '$(srcdir)/'`tools/genperf/perfect.c
yasm-1.3.0/Makefile.in-4071-
##############################################
yasm-1.3.0/Makefile.in-4073-	$(CC_FOR_BUILD) $(CFLAGS_FOR_BUILD) $(DEFAULT_INCLUDES) $(INCLUDES) \
yasm-1.3.0/Makefile.in:4074:	  -c -o $@ `test -f libyasm/phash.c || echo '$(srcdir)/'`libyasm/phash.c
yasm-1.3.0/Makefile.in-4075-
##############################################
yasm-1.3.0/Makefile.in-4077-	$(CC_FOR_BUILD) $(CFLAGS_FOR_BUILD) $(DEFAULT_INCLUDES) $(INCLUDES) \
yasm-1.3.0/Makefile.in:4078:	  -c -o $@ `test -f libyasm/xmalloc.c || echo '$(srcdir)/'`libyasm/xmalloc.c
yasm-1.3.0/Makefile.in-4079-
##############################################
yasm-1.3.0/Makefile.in-4081-	$(CC_FOR_BUILD) $(CFLAGS_FOR_BUILD) $(DEFAULT_INCLUDES) $(INCLUDES) \
yasm-1.3.0/Makefile.in:4082:	  -c -o $@ `test -f libyasm/xstrdup.c || echo '$(srcdir)/'`libyasm/xstrdup.c
yasm-1.3.0/Makefile.in-4083-
##############################################
yasm-1.3.0/Makefile.in-4110-@HAVE_PYTHON_BINDINGS_TRUE@.python-build: python-setup.txt yasm_python.c ${libyasm_a_SOURCES} ${nodist_libyasm_a_SOURCES}
yasm-1.3.0/Makefile.in:4111:@HAVE_PYTHON_BINDINGS_TRUE@	$(PYTHON) `test -f tools/python-yasm/setup.py || echo '$(srcdir)/'`tools/python-yasm/setup.py build
yasm-1.3.0/Makefile.in-4112-@HAVE_PYTHON_BINDINGS_TRUE@	touch .python-build
##############################################
yasm-1.3.0/Makefile.in-4115-@HAVE_PYTHON_BINDINGS_TRUE@python-install: .python-build
yasm-1.3.0/Makefile.in:4116:@HAVE_PYTHON_BINDINGS_TRUE@	$(PYTHON) `test -f tools/python-yasm/setup.py || echo '$(srcdir)/'`tools/python-yasm/setup.py install "--install-lib=$(DESTDIR)$(pythondir)"
yasm-1.3.0/Makefile.in-4117-
yasm-1.3.0/Makefile.in-4118-@HAVE_PYTHON_BINDINGS_TRUE@python-uninstall:
yasm-1.3.0/Makefile.in:4119:@HAVE_PYTHON_BINDINGS_TRUE@	rm -f `$(PYTHON) -c "import sys;sys.path.insert(0, '${DESTDIR}${pythondir}'); import yasm; print yasm.__file__"`
yasm-1.3.0/Makefile.in-4120-
##############################################
yasm-1.3.0/Makefile.in-4176-genversion.$(OBJEXT): modules/preprocs/nasm/genversion.c
yasm-1.3.0/Makefile.in:4177:	$(CC_FOR_BUILD) $(DEFAULT_INCLUDES) $(INCLUDES) -c -o $@ `test -f modules/preprocs/nasm/genversion.c || echo '$(srcdir)/'`modules/preprocs/nasm/genversion.c
yasm-1.3.0/Makefile.in-4178-
##############################################
yasm-1.3.0/Makefile.in-4203-genmodule.$(OBJEXT): libyasm/genmodule.c
yasm-1.3.0/Makefile.in:4204:	$(CC_FOR_BUILD) $(DEFAULT_INCLUDES) $(INCLUDES) -c -o $@ `test -f libyasm/genmodule.c || echo '$(srcdir)/'`libyasm/genmodule.c
yasm-1.3.0/Makefile.in-4205-
##############################################
yasm-1.3.0/Makefile.in-4229-
yasm-1.3.0/Makefile.in:4230:# Until gets fixed libyasm cross-build for target system
yasm-1.3.0/Makefile.in-4231-# use fixinstall-yasm-XXX make targets
##############################################
yasm-1.3.0/Makefile.in-4236-genstring.$(OBJEXT): genstring.c
yasm-1.3.0/Makefile.in:4237:	$(CC_FOR_BUILD) $(DEFAULT_INCLUDES) $(INCLUDES) -c -o $@ `test -f genstring.c || echo '$(srcdir)/'`genstring.c
yasm-1.3.0/Makefile.in-4238-
##############################################
yasm-1.3.0/yasm_arch.7-5-.\"      Date: October 2006
yasm-1.3.0/yasm_arch.7:6:.\"    Manual: Yasm Supported Architectures
yasm-1.3.0/yasm_arch.7-7-.\"    Source: Yasm
##############################################
yasm-1.3.0/yasm_arch.7-9-.\"
yasm-1.3.0/yasm_arch.7:10:.TH "YASM_ARCH" "7" "October 2006" "Yasm" "Yasm Supported Architectures"
yasm-1.3.0/yasm_arch.7-11-.\" -----------------------------------------------------------------
##############################################
yasm-1.3.0/yasm_arch.7-30-.SH "NAME"
yasm-1.3.0/yasm_arch.7:31:yasm_arch \- Yasm Supported Target Architectures
yasm-1.3.0/yasm_arch.7-32-.SH "SYNOPSIS"
##############################################
yasm-1.3.0/yasm_arch.7-36-.PP
yasm-1.3.0/yasm_arch.7:37:The standard Yasm distribution includes a number of modules for different target architectures\&. Each target architecture can support one or more machine architectures\&.
yasm-1.3.0/yasm_arch.7-38-.PP
##############################################
yasm-1.3.0/yasm_arch.7-70-.PP
yasm-1.3.0/yasm_arch.7:71:The x86 architecture BITS setting specifies to Yasm the processor mode in which the generated code is intended to execute\&. x86 processors can run in three different major execution modes: 16\-bit, 32\-bit, and on AMD64\-supporting processors, 64\-bit\&. As the x86 instruction set contains portions whose function is execution\-mode dependent (such as operand\-size and address\-size override prefixes), Yasm cannot assemble x86 instructions correctly unless it is told by the user in what processor mode the code will execute\&.
yasm-1.3.0/yasm_arch.7-72-.PP
##############################################
yasm-1.3.0/yasm_arch.7-83-.PP
yasm-1.3.0/yasm_arch.7:84:Yasm extends the base NASM syntax to support AMD64 as follows\&. To enable assembly of instructions for the 64\-bit mode of AMD64 processors, use the directive
yasm-1.3.0/yasm_arch.7-85-\fBBITS 64\fR\&. As with NASM\*(Aqs BITS directive, this does not change the format of the output object file to 64 bits; it only changes the assembler mode to assume that the instructions being assembled will be run in 64\-bit mode\&. To specify an AMD64 object file, use
yasm-1.3.0/yasm_arch.7-86-\fB\-m amd64\fR
yasm-1.3.0/yasm_arch.7:87:on the Yasm command line, or explicitly target a 64\-bit object format such as
yasm-1.3.0/yasm_arch.7-88-\fB\-f win64\fR
##############################################
yasm-1.3.0/yasm_arch.7-115-.PP
yasm-1.3.0/yasm_arch.7:116:(NASM syntax) is not a legal instruction because the use of r10 requires a REX prefix, making it impossible to use ah\&.
yasm-1.3.0/yasm_arch.7-117-.PP
##############################################
yasm-1.3.0/yasm_arch.7-130-\(lqfor free\(rq
yasm-1.3.0/yasm_arch.7:131:(as the REX prefix is already present)\&. Examples in NASM syntax:
yasm-1.3.0/yasm_arch.7-132-.sp
##############################################
yasm-1.3.0/yasm_arch.7-152-.PP
yasm-1.3.0/yasm_arch.7:153:Instructions that modify the stack (push, pop, call, ret, enter, and leave) are implicitly 64\-bit\&. Their 32\-bit counterparts are not available, but their 16\-bit counterparts are\&. Examples in NASM syntax:
yasm-1.3.0/yasm_arch.7-154-.sp
##############################################
yasm-1.3.0/yasm_arch.7-193-.PP
yasm-1.3.0/yasm_arch.7:194:Results of 32\-bit operations are implicitly zero\-extended to the upper 32 bits of the corresponding 64\-bit register\&. 16 and 8 bit operations, on the other hand, do not affect upper bits of the register (just as in 32\-bit and 16\-bit modes)\&. This can be used to generate smaller code in some instances\&. Examples in NASM syntax:
yasm-1.3.0/yasm_arch.7-195-.sp
##############################################
yasm-1.3.0/yasm_arch.7-224-.PP
yasm-1.3.0/yasm_arch.7:225:For most instructions in 64\-bit mode, immediate values remain 32 bits; their value is sign\-extended into the upper 32 bits of the target register prior to being used\&. The exception is the mov instruction, which can take a 64\-bit immediate when the destination is a 64\-bit register\&. Examples in NASM syntax:
yasm-1.3.0/yasm_arch.7-226-.sp
##############################################
yasm-1.3.0/yasm_arch.7-356-.PP
yasm-1.3.0/yasm_arch.7:357:The handling of mov reg64, unsized immediate is different between YASM and NASM 2\&.x; YASM follows the above behavior, while NASM 2\&.x does the following:
yasm-1.3.0/yasm_arch.7-358-.sp
##############################################
yasm-1.3.0/yasm_arch.7-487-.PP
yasm-1.3.0/yasm_arch.7:488:Just like immediates, displacements, for the most part, remain 32 bits and are sign extended prior to use\&. Again, the exception is one restricted form of the mov instruction: between the al/ax/eax/rax register and a 64\-bit absolute address (no registers allowed in the effective address)\&. In NASM syntax, use of the 64\-bit absolute form requires
yasm-1.3.0/yasm_arch.7:489:\fB[qword]\fR\&. Examples in NASM syntax:
yasm-1.3.0/yasm_arch.7-490-.sp
##############################################
yasm-1.3.0/yasm_arch.7-541-.PP
yasm-1.3.0/yasm_arch.7:542:In NASM syntax, there are two ways to specify RIP\-relative addressing:
yasm-1.3.0/yasm_arch.7-543-.sp
##############################################
yasm-1.3.0/yasm_arch.7-590-.PP
yasm-1.3.0/yasm_arch.7:591:Yasm also supports the following syntax for RIP\-relative addressing:
yasm-1.3.0/yasm_arch.7-592-.sp
##############################################
yasm-1.3.0/yasm_arch.7-775-.PP
yasm-1.3.0/yasm_arch.7:776:Usually the size of a memory reference can be deduced by which registers you\*(Aqre moving\-\-for example, "mov [rax],ecx" is a 32\-bit move, because ecx is 32 bits\&. YASM currently gives the non\-obvious "invalid combination of opcode and operands" error if it can\*(Aqt figure out how much memory you\*(Aqre moving\&. The fix in this case is to add a memory size specifier: qword, dword, word, or byte\&.
yasm-1.3.0/yasm_arch.7-777-.PP
##############################################
yasm-1.3.0/yasm.1-5-.\"      Date: April 2007
yasm-1.3.0/yasm.1:6:.\"    Manual: The Yasm Modular Assembler
yasm-1.3.0/yasm.1-7-.\"    Source: Yasm
##############################################
yasm-1.3.0/yasm.1-9-.\"
yasm-1.3.0/yasm.1:10:.TH "YASM" "1" "April 2007" "Yasm" "The Yasm Modular Assembler"
yasm-1.3.0/yasm.1-11-.\" -----------------------------------------------------------------
##############################################
yasm-1.3.0/yasm.1-21-.SH "NAME"
yasm-1.3.0/yasm.1:22:yasm \- The Yasm Modular Assembler
yasm-1.3.0/yasm.1-23-.SH "SYNOPSIS"
##############################################
yasm-1.3.0/yasm.1-29-.PP
yasm-1.3.0/yasm.1:30:The Yasm Modular Assembler is a portable, retargetable assembler written under the
yasm-1.3.0/yasm.1-31-\(lqnew\(rq
yasm-1.3.0/yasm.1:32:(2 or 3 clause) BSD license\&. Yasm currently supports the x86 and AMD64 instruction sets, accepts NASM and GAS assembler syntaxes, outputs binary, ELF32, ELF64, COFF, Win32, and Win64 object formats, and generates source debugging information in STABS, DWARF 2, and CodeView 8 formats\&.
yasm-1.3.0/yasm.1-33-.PP
yasm-1.3.0/yasm.1:34:YASM consists of the
yasm-1.3.0/yasm.1-35-\fByasm\fR
yasm-1.3.0/yasm.1:36:command, libyasm, the core backend library, and a large number of modules\&. Currently, libyasm and the loadable modules are statically built into the
yasm-1.3.0/yasm.1-37-\fByasm\fR
##############################################
yasm-1.3.0/yasm.1-106-Selects the format/style of the output list file\&. List files typically intermix the original source with the machine code generated by the assembler\&. The default list format is
yasm-1.3.0/yasm.1:107:\(lqnasm\(rq, which mimics the NASM list file format\&. To print a list of available list file formats to standard output, use
yasm-1.3.0/yasm.1-108-\(lqhelp\(rq
##############################################
yasm-1.3.0/yasm.1-153-Selects the preprocessor to use on the input file before passing it to the parser\&. Preprocessors often provide macro functionality that is not included in the main parser\&. The default preprocessor is
yasm-1.3.0/yasm.1:154:\(lqnasm\(rq, which is an imported version of the actual NASM preprocessor\&. A
yasm-1.3.0/yasm.1-155-\(lqraw\(rq
##############################################
yasm-1.3.0/yasm.1-166-.PP
yasm-1.3.0/yasm.1:167:\fB\-\-version\fR: Get the Yasm version
yasm-1.3.0/yasm.1-168-.RS 4
yasm-1.3.0/yasm.1:169:This option causes Yasm to prints the version number of Yasm as well as a license summary to standard output\&. All other options are ignored, and no output file is generated\&.
yasm-1.3.0/yasm.1-170-.RE
##############################################
yasm-1.3.0/yasm.1-187-.RS 4
yasm-1.3.0/yasm.1:188:This option causes Yasm to inhibit all warning messages\&. As discussed above, this option may be followed by other options to re\-enable specified warnings\&.
yasm-1.3.0/yasm.1-189-.RE
##############################################
yasm-1.3.0/yasm.1-192-.RS 4
yasm-1.3.0/yasm.1:193:This option causes Yasm to treat all warnings as errors\&. Normally warnings do not prevent an object file from being generated and do not result in a failure exit status from
yasm-1.3.0/yasm.1-194-\fByasm\fR, whereas errors do\&. This option makes warnings equivalent to errors in terms of this behavior\&.
##############################################
yasm-1.3.0/yasm.1-198-.RS 4
yasm-1.3.0/yasm.1:199:Causes Yasm to not warn on unrecognized characters found in the input\&. Normally Yasm will generate a warning for any non\-ASCII character found in the input file\&.
yasm-1.3.0/yasm.1-200-.RE
##############################################
yasm-1.3.0/yasm.1-203-.RS 4
yasm-1.3.0/yasm.1:204:When using the NASM\-compatible parser, causes Yasm to warn about labels found alone on a line without a trailing colon\&. While these are legal labels in NASM syntax, they may be unintentional, due to typos or macro definition ordering\&.
yasm-1.3.0/yasm.1-205-.RE
##############################################
yasm-1.3.0/yasm.1-215-.sp
yasm-1.3.0/yasm.1:216:This option is available so that Yasm integrates more naturally into IDE environments such as
yasm-1.3.0/yasm.1-217-Visual Studio
##############################################
yasm-1.3.0/yasm.1-222-.PP
yasm-1.3.0/yasm.1:223:While these preprocessor options theoretically will affect any preprocessor, the only preprocessor currently in Yasm is the
yasm-1.3.0/yasm.1-224-\(lqnasm\(rq
##############################################
yasm-1.3.0/yasm.1-260-.PP
yasm-1.3.0/yasm.1:261:To assemble NASM syntax, 32\-bit x86 source
yasm-1.3.0/yasm.1-262-source\&.asm
##############################################
yasm-1.3.0/yasm.1-269-.nf
yasm-1.3.0/yasm.1:270:yasm \-f elf32 \-Worphan\-labels source\&.asm
yasm-1.3.0/yasm.1-271-.fi
##############################################
yasm-1.3.0/yasm.1-275-.PP
yasm-1.3.0/yasm.1:276:To assemble NASM syntax AMD64 source
yasm-1.3.0/yasm.1-277-x\&.asm
##############################################
yasm-1.3.0/yasm.1-284-.nf
yasm-1.3.0/yasm.1:285:yasm \-f win64 \-o object\&.obj x\&.asm
yasm-1.3.0/yasm.1-286-.fi
##############################################
yasm-1.3.0/yasm.1-290-.PP
yasm-1.3.0/yasm.1:291:To assemble already preprocessed NASM syntax x86 source
yasm-1.3.0/yasm.1-292-y\&.asm
##############################################
yasm-1.3.0/yasm.1-299-.nf
yasm-1.3.0/yasm.1:300:yasm \-f bin \-r raw \-o y\&.com y\&.asm
yasm-1.3.0/yasm.1-301-.fi
##############################################
yasm-1.3.0/yasm.1-311-.PP
yasm-1.3.0/yasm.1:312:Yasm\'s NASM parser and preprocessor, while they strive to be as compatible as possible with NASM, have a few incompatibilities due to YASM\'s different internal structure\&.
yasm-1.3.0/yasm.1-313-.PP
##############################################
yasm-1.3.0/frontends/yasm/yasm.c-220-    "Compiled on " __DATE__ ".",
yasm-1.3.0/frontends/yasm/yasm.c:221:    "Copyright (c) 2001-2014 Peter Johnson and other Yasm developers.",
yasm-1.3.0/frontends/yasm/yasm.c:222:    "Run yasm --license for licensing overview and summary."
yasm-1.3.0/frontends/yasm/yasm.c-223-};
##############################################
yasm-1.3.0/frontends/yasm/yasm.c-226-/*@observer@*/ static const char *help_head = N_(
yasm-1.3.0/frontends/yasm/yasm.c:227:    "usage: yasm [option]* file\n"
yasm-1.3.0/frontends/yasm/yasm.c-228-    "Options:\n");
##############################################
yasm-1.3.0/frontends/yasm/yasm.c-230-    "\n"
yasm-1.3.0/frontends/yasm/yasm.c:231:    "Files are asm sources to be assembled.\n"
yasm-1.3.0/frontends/yasm/yasm.c-232-    "\n"
yasm-1.3.0/frontends/yasm/yasm.c-233-    "Sample invocation:\n"
yasm-1.3.0/frontends/yasm/yasm.c:234:    "   yasm -f elf -o object.o source.asm\n"
yasm-1.3.0/frontends/yasm/yasm.c-235-    "\n"
##############################################
yasm-1.3.0/frontends/yasm/yasm.c-491-
yasm-1.3.0/frontends/yasm/yasm.c:492:    /* Try to enable the map file via a map NASM directive.  This is
yasm-1.3.0/frontends/yasm/yasm.c-493-     * somewhat of a hack.
##############################################
yasm-1.3.0/frontends/yasm/yasm.c-692-
yasm-1.3.0/frontends/yasm/yasm.c:693:    /* Default to NASM as the parser */
yasm-1.3.0/frontends/yasm/yasm.c-694-    if (!cur_parser_module) {
##############################################
yasm-1.3.0/frontends/yasm/yasm.c-727-    if (list_filename) {
yasm-1.3.0/frontends/yasm/yasm.c:728:        /* If not already specified, default to nasm as the list format. */
yasm-1.3.0/frontends/yasm/yasm.c-729-        if (!cur_listfmt_module) {
##############################################
yasm-1.3.0/frontends/yasm/yasm.c-875-        if (!strcmp("help", param)) {
yasm-1.3.0/frontends/yasm/yasm.c:876:            printf(_("Available yasm %s:\n"), _("architectures"));
yasm-1.3.0/frontends/yasm/yasm.c-877-            yasm_list_arch(print_list_keyword_desc);
##############################################
yasm-1.3.0/frontends/yasm/yasm.c-894-        if (!strcmp("help", param)) {
yasm-1.3.0/frontends/yasm/yasm.c:895:            printf(_("Available yasm %s:\n"), _("parsers"));
yasm-1.3.0/frontends/yasm/yasm.c-896-            yasm_list_parser(print_list_keyword_desc);
##############################################
yasm-1.3.0/frontends/yasm/yasm.c-913-        if (!strcmp("help", param)) {
yasm-1.3.0/frontends/yasm/yasm.c:914:            printf(_("Available yasm %s:\n"), _("preprocessors"));
yasm-1.3.0/frontends/yasm/yasm.c-915-            yasm_list_preproc(print_list_keyword_desc);
##############################################
yasm-1.3.0/frontends/yasm/yasm.c-933-        if (!strcmp("help", param)) {
yasm-1.3.0/frontends/yasm/yasm.c:934:            printf(_("Available yasm %s:\n"), _("object formats"));
yasm-1.3.0/frontends/yasm/yasm.c-935-            yasm_list_objfmt(print_list_keyword_desc);
##############################################
yasm-1.3.0/frontends/yasm/yasm.c-957-        if (!strcmp("help", param)) {
yasm-1.3.0/frontends/yasm/yasm.c:958:            printf(_("Available yasm %s:\n"), _("debug formats"));
yasm-1.3.0/frontends/yasm/yasm.c-959-            yasm_list_dbgfmt(print_list_keyword_desc);
##############################################
yasm-1.3.0/frontends/yasm/yasm.c-977-        if (!strcmp("help", param)) {
yasm-1.3.0/frontends/yasm/yasm.c:978:            printf(_("Available yasm %s:\n"), _("list formats"));
yasm-1.3.0/frontends/yasm/yasm.c-979-            yasm_list_listfmt(print_list_keyword_desc);
##############################################
yasm-1.3.0/frontends/yasm/yasm.c-1218-
yasm-1.3.0/frontends/yasm/yasm.c:1219:    /* Define standard YASM assembly-time macro constants */
yasm-1.3.0/frontends/yasm/yasm.c-1220-    predef = yasm_xmalloc(strlen("__YASM_OBJFMT__=")
##############################################
yasm-1.3.0/frontends/yasm/CMakeLists.txt-20-        )
yasm-1.3.0/frontends/yasm/CMakeLists.txt:21:    TARGET_LINK_LIBRARIES(yasm libyasm ${LIBDL})
yasm-1.3.0/frontends/yasm/CMakeLists.txt-22-ELSE(BUILD_SHARED_LIBS)
##############################################
yasm-1.3.0/frontends/yasm/CMakeLists.txt-26-        )
yasm-1.3.0/frontends/yasm/CMakeLists.txt:27:    TARGET_LINK_LIBRARIES(yasm yasmstd libyasm)
yasm-1.3.0/frontends/yasm/CMakeLists.txt-28-ENDIF(BUILD_SHARED_LIBS)
##############################################
yasm-1.3.0/frontends/yasm/CMakeLists.txt-33-
yasm-1.3.0/frontends/yasm/CMakeLists.txt:34:INSTALL(TARGETS yasm RUNTIME DESTINATION bin)
##############################################
yasm-1.3.0/frontends/yasm/yasm.xml-7- <refentryinfo>
yasm-1.3.0/frontends/yasm/yasm.xml:8:  <title>The Yasm Modular Assembler</title>
yasm-1.3.0/frontends/yasm/yasm.xml-9-  <date>April 2007</date>
##############################################
yasm-1.3.0/frontends/yasm/yasm.xml-34-  <refname>yasm</refname>
yasm-1.3.0/frontends/yasm/yasm.xml:35:  <refpurpose>The Yasm Modular Assembler</refpurpose>
yasm-1.3.0/frontends/yasm/yasm.xml-36- </refnamediv>
##############################################
yasm-1.3.0/frontends/yasm/yasm.xml-63-
yasm-1.3.0/frontends/yasm/yasm.xml:64:  <para>The Yasm Modular Assembler is a portable, retargetable
yasm-1.3.0/frontends/yasm/yasm.xml-65-   assembler written under the <quote>new</quote> (2 or 3 clause) BSD
yasm-1.3.0/frontends/yasm/yasm.xml:66:   license.  Yasm currently supports the x86 and AMD64 instruction
yasm-1.3.0/frontends/yasm/yasm.xml:67:   sets, accepts NASM and GAS assembler syntaxes, outputs binary,
yasm-1.3.0/frontends/yasm/yasm.xml-68-   ELF32, ELF64, COFF, Win32, and Win64 object formats, and generates
##############################################
yasm-1.3.0/frontends/yasm/yasm.xml-71-
yasm-1.3.0/frontends/yasm/yasm.xml:72:  <para>YASM consists of the <command>yasm</command> command, libyasm,
yasm-1.3.0/frontends/yasm/yasm.xml-73-   the core backend library, and a large number of modules.
yasm-1.3.0/frontends/yasm/yasm.xml:74:   Currently, libyasm and the loadable modules are statically built
yasm-1.3.0/frontends/yasm/yasm.xml-75-   into the <command>yasm</command> executable.</para>
##############################################
yasm-1.3.0/frontends/yasm/yasm.xml-180-       code generated by the assembler.  The default list format is
yasm-1.3.0/frontends/yasm/yasm.xml:181:       <quote>nasm</quote>, which mimics the NASM list file format.
yasm-1.3.0/frontends/yasm/yasm.xml-182-       To print a list of available list file formats to standard
##############################################
yasm-1.3.0/frontends/yasm/yasm.xml-270-       default preprocessor is <quote>nasm</quote>, which is an
yasm-1.3.0/frontends/yasm/yasm.xml:271:       imported version of the actual NASM preprocessor.  A
yasm-1.3.0/frontends/yasm/yasm.xml-272-       <quote>raw</quote> preprocessor is also available, which simply
##############################################
yasm-1.3.0/frontends/yasm/yasm.xml-290-    <varlistentry>
yasm-1.3.0/frontends/yasm/yasm.xml:291:     <term><option>--version</option>: Get the Yasm version</term>
yasm-1.3.0/frontends/yasm/yasm.xml-292-
yasm-1.3.0/frontends/yasm/yasm.xml-293-     <listitem>
yasm-1.3.0/frontends/yasm/yasm.xml:294:      <para>This option causes Yasm to prints the version number of
yasm-1.3.0/frontends/yasm/yasm.xml:295:       Yasm as well as a license summary to standard output.  All
yasm-1.3.0/frontends/yasm/yasm.xml-296-       other options are ignored, and no output file is
##############################################
yasm-1.3.0/frontends/yasm/yasm.xml-320-     <listitem>
yasm-1.3.0/frontends/yasm/yasm.xml:321:      <para>This option causes Yasm to inhibit all warning messages.
yasm-1.3.0/frontends/yasm/yasm.xml-322-       As discussed above, this option may be followed by other
##############################################
yasm-1.3.0/frontends/yasm/yasm.xml-330-     <listitem>
yasm-1.3.0/frontends/yasm/yasm.xml:331:      <para>This option causes Yasm to treat all warnings as errors.
yasm-1.3.0/frontends/yasm/yasm.xml-332-       Normally warnings do not prevent an object file from being
##############################################
yasm-1.3.0/frontends/yasm/yasm.xml-343-     <listitem>
yasm-1.3.0/frontends/yasm/yasm.xml:344:      <para>Causes Yasm to not warn on unrecognized characters found
yasm-1.3.0/frontends/yasm/yasm.xml:345:       in the input.  Normally Yasm will generate a warning for any
yasm-1.3.0/frontends/yasm/yasm.xml-346-       non-ASCII character found in the input file.</para>
##############################################
yasm-1.3.0/frontends/yasm/yasm.xml-354-     <listitem>
yasm-1.3.0/frontends/yasm/yasm.xml:355:      <para>When using the NASM-compatible parser, causes Yasm to warn
yasm-1.3.0/frontends/yasm/yasm.xml-356-       about labels found alone on a line without a trailing colon.
yasm-1.3.0/frontends/yasm/yasm.xml:357:       While these are legal labels in NASM syntax, they may be
yasm-1.3.0/frontends/yasm/yasm.xml-358-       unintentional, due to typos or macro definition
##############################################
yasm-1.3.0/frontends/yasm/yasm.xml-373-
yasm-1.3.0/frontends/yasm/yasm.xml:374:      <para>This option is available so that Yasm integrates more
yasm-1.3.0/frontends/yasm/yasm.xml-375-       naturally into IDE environments such as <application
##############################################
yasm-1.3.0/frontends/yasm/yasm.xml-388-   <para>While these preprocessor options theoretically will affect
yasm-1.3.0/frontends/yasm/yasm.xml:389:    any preprocessor, the only preprocessor currently in Yasm is the
yasm-1.3.0/frontends/yasm/yasm.xml-390-    <quote>nasm</quote> preprocessor.</para>
##############################################
yasm-1.3.0/frontends/yasm/yasm.xml-459-
yasm-1.3.0/frontends/yasm/yasm.xml:460:  <para>To assemble NASM syntax, 32-bit x86 source
yasm-1.3.0/frontends/yasm/yasm.xml-461-   <filename>source.asm</filename> into ELF file
##############################################
yasm-1.3.0/frontends/yasm/yasm.xml-463-
yasm-1.3.0/frontends/yasm/yasm.xml:464:   <screen>yasm -f elf32 -Worphan-labels source.asm</screen></para>
yasm-1.3.0/frontends/yasm/yasm.xml-465-
yasm-1.3.0/frontends/yasm/yasm.xml:466:  <para>To assemble NASM syntax AMD64 source
yasm-1.3.0/frontends/yasm/yasm.xml-467-   <filename>x.asm</filename> into Win64 file
##############################################
yasm-1.3.0/frontends/yasm/yasm.xml-469-
yasm-1.3.0/frontends/yasm/yasm.xml:470:   <screen>yasm -f win64 -o object.obj x.asm</screen></para>
yasm-1.3.0/frontends/yasm/yasm.xml-471-
yasm-1.3.0/frontends/yasm/yasm.xml:472:  <para>To assemble already preprocessed NASM syntax x86 source
yasm-1.3.0/frontends/yasm/yasm.xml-473-   <filename>y.asm</filename> into flat binary file
##############################################
yasm-1.3.0/frontends/yasm/yasm.xml-475-
yasm-1.3.0/frontends/yasm/yasm.xml:476:  <screen>yasm -f bin -r raw -o y.com y.asm</screen></para>
yasm-1.3.0/frontends/yasm/yasm.xml-477- </refsect1>
##############################################
yasm-1.3.0/frontends/yasm/yasm.xml-488-
yasm-1.3.0/frontends/yasm/yasm.xml:489:  <para>Yasm's NASM parser and preprocessor, while they strive to be
yasm-1.3.0/frontends/yasm/yasm.xml-490-   as compatible as possible with NASM, have a few incompatibilities
##############################################
yasm-1.3.0/frontends/vsyasm/vsyasm.c-223-    "Compiled on " __DATE__ ".",
yasm-1.3.0/frontends/vsyasm/vsyasm.c:224:    "Copyright (c) 2001-2010 Peter Johnson and other Yasm developers.",
yasm-1.3.0/frontends/vsyasm/vsyasm.c:225:    "Run yasm --license for licensing overview and summary."
yasm-1.3.0/frontends/vsyasm/vsyasm.c-226-};
##############################################
yasm-1.3.0/frontends/vsyasm/vsyasm.c-229-/*@observer@*/ static const char *help_head = N_(
yasm-1.3.0/frontends/vsyasm/vsyasm.c:230:    "usage: vsyasm [option]* file...\n"
yasm-1.3.0/frontends/vsyasm/vsyasm.c-231-    "Options:\n");
##############################################
yasm-1.3.0/frontends/vsyasm/vsyasm.c-233-    "\n"
yasm-1.3.0/frontends/vsyasm/vsyasm.c:234:    "Files are asm sources to be assembled.\n"
yasm-1.3.0/frontends/vsyasm/vsyasm.c-235-    "\n"
yasm-1.3.0/frontends/vsyasm/vsyasm.c-236-    "Sample invocation:\n"
yasm-1.3.0/frontends/vsyasm/vsyasm.c:237:    "   vsyasm -f win64 -o objdir source1.asm source2.asm\n"
yasm-1.3.0/frontends/vsyasm/vsyasm.c-238-    "\n"
##############################################
yasm-1.3.0/frontends/vsyasm/vsyasm.c-403-
yasm-1.3.0/frontends/vsyasm/vsyasm.c:404:    /* Try to enable the map file via a map NASM directive.  This is
yasm-1.3.0/frontends/vsyasm/vsyasm.c-405-     * somewhat of a hack.
##############################################
yasm-1.3.0/frontends/vsyasm/vsyasm.c-629-
yasm-1.3.0/frontends/vsyasm/vsyasm.c:630:    /* Default to NASM as the parser */
yasm-1.3.0/frontends/vsyasm/vsyasm.c-631-    if (!cur_parser_module) {
##############################################
yasm-1.3.0/frontends/vsyasm/vsyasm.c-660-    if (listdir_pathname) {
yasm-1.3.0/frontends/vsyasm/vsyasm.c:661:        /* If not already specified, default to nasm as the list format. */
yasm-1.3.0/frontends/vsyasm/vsyasm.c-662-        if (!cur_listfmt_module) {
##############################################
yasm-1.3.0/frontends/vsyasm/vsyasm.c-858-        if (!strcmp("help", param)) {
yasm-1.3.0/frontends/vsyasm/vsyasm.c:859:            printf(_("Available yasm %s:\n"), _("architectures"));
yasm-1.3.0/frontends/vsyasm/vsyasm.c-860-            yasm_list_arch(print_list_keyword_desc);
##############################################
yasm-1.3.0/frontends/vsyasm/vsyasm.c-877-        if (!strcmp("help", param)) {
yasm-1.3.0/frontends/vsyasm/vsyasm.c:878:            printf(_("Available yasm %s:\n"), _("parsers"));
yasm-1.3.0/frontends/vsyasm/vsyasm.c-879-            yasm_list_parser(print_list_keyword_desc);
##############################################
yasm-1.3.0/frontends/vsyasm/vsyasm.c-896-        if (!strcmp("help", param)) {
yasm-1.3.0/frontends/vsyasm/vsyasm.c:897:            printf(_("Available yasm %s:\n"), _("preprocessors"));
yasm-1.3.0/frontends/vsyasm/vsyasm.c-898-            yasm_list_preproc(print_list_keyword_desc);
##############################################
yasm-1.3.0/frontends/vsyasm/vsyasm.c-916-        if (!strcmp("help", param)) {
yasm-1.3.0/frontends/vsyasm/vsyasm.c:917:            printf(_("Available yasm %s:\n"), _("object formats"));
yasm-1.3.0/frontends/vsyasm/vsyasm.c-918-            yasm_list_objfmt(print_list_keyword_desc);
##############################################
yasm-1.3.0/frontends/vsyasm/vsyasm.c-940-        if (!strcmp("help", param)) {
yasm-1.3.0/frontends/vsyasm/vsyasm.c:941:            printf(_("Available yasm %s:\n"), _("debug formats"));
yasm-1.3.0/frontends/vsyasm/vsyasm.c-942-            yasm_list_dbgfmt(print_list_keyword_desc);
##############################################
yasm-1.3.0/frontends/vsyasm/vsyasm.c-960-        if (!strcmp("help", param)) {
yasm-1.3.0/frontends/vsyasm/vsyasm.c:961:            printf(_("Available yasm %s:\n"), _("list formats"));
yasm-1.3.0/frontends/vsyasm/vsyasm.c-962-            yasm_list_listfmt(print_list_keyword_desc);
##############################################
yasm-1.3.0/frontends/vsyasm/vsyasm.c-1227-
yasm-1.3.0/frontends/vsyasm/vsyasm.c:1228:    /* Define standard YASM assembly-time macro constants */
yasm-1.3.0/frontends/vsyasm/vsyasm.c-1229-    predef = yasm_xmalloc(strlen("__YASM_OBJFMT__=")
##############################################
yasm-1.3.0/frontends/vsyasm/CMakeLists.txt-23-        )
yasm-1.3.0/frontends/vsyasm/CMakeLists.txt:24:    TARGET_LINK_LIBRARIES(vsyasm libyasm ${LIBDL})
yasm-1.3.0/frontends/vsyasm/CMakeLists.txt-25-ELSE(BUILD_SHARED_LIBS)
##############################################
yasm-1.3.0/frontends/vsyasm/CMakeLists.txt-29-        )
yasm-1.3.0/frontends/vsyasm/CMakeLists.txt:30:    TARGET_LINK_LIBRARIES(vsyasm yasmstd libyasm)
yasm-1.3.0/frontends/vsyasm/CMakeLists.txt-31-ENDIF(BUILD_SHARED_LIBS)
##############################################
yasm-1.3.0/frontends/vsyasm/CMakeLists.txt-36-
yasm-1.3.0/frontends/vsyasm/CMakeLists.txt:37:INSTALL(TARGETS vsyasm RUNTIME DESTINATION bin)
##############################################
yasm-1.3.0/frontends/tasm/CMakeLists.txt-23-        )
yasm-1.3.0/frontends/tasm/CMakeLists.txt:24:    TARGET_LINK_LIBRARIES(ytasm libyasm ${LIBDL})
yasm-1.3.0/frontends/tasm/CMakeLists.txt-25-ELSE(BUILD_SHARED_LIBS)
##############################################
yasm-1.3.0/frontends/tasm/CMakeLists.txt-29-        )
yasm-1.3.0/frontends/tasm/CMakeLists.txt:30:    TARGET_LINK_LIBRARIES(ytasm yasmstd libyasm)
yasm-1.3.0/frontends/tasm/CMakeLists.txt-31-ENDIF(BUILD_SHARED_LIBS)
##############################################
yasm-1.3.0/frontends/tasm/CMakeLists.txt-36-
yasm-1.3.0/frontends/tasm/CMakeLists.txt:37:INSTALL(TARGETS ytasm RUNTIME DESTINATION bin)
##############################################
yasm-1.3.0/frontends/tasm/tasm.c-231-    "Compiled on " __DATE__ ".",
yasm-1.3.0/frontends/tasm/tasm.c:232:    "Copyright (c) 2001-2010 Peter Johnson and other Yasm developers.",
yasm-1.3.0/frontends/tasm/tasm.c:233:    "Run yasm --license for licensing overview and summary."
yasm-1.3.0/frontends/tasm/tasm.c-234-};
##############################################
yasm-1.3.0/frontends/tasm/tasm.c-237-/*@observer@*/ static const char *help_head = N_(
yasm-1.3.0/frontends/tasm/tasm.c:238:    "usage: tasm [option]* source [,object] [,listing] [,xref] \n"
yasm-1.3.0/frontends/tasm/tasm.c-239-    "Options:\n");
##############################################
yasm-1.3.0/frontends/tasm/tasm.c-241-    "\n"
yasm-1.3.0/frontends/tasm/tasm.c:242:    "source is asm source to be assembled.\n"
yasm-1.3.0/frontends/tasm/tasm.c-243-    "\n"
yasm-1.3.0/frontends/tasm/tasm.c-244-    "Sample invocation:\n"
yasm-1.3.0/frontends/tasm/tasm.c:245:    "   tasm /zi source.asm\n"
yasm-1.3.0/frontends/tasm/tasm.c-246-    "\n"
##############################################
yasm-1.3.0/frontends/tasm/tasm.c-563-    if (list_filename) {
yasm-1.3.0/frontends/tasm/tasm.c:564:        /* use nasm as the list format. */
yasm-1.3.0/frontends/tasm/tasm.c-565-        cur_listfmt_module = yasm_load_listfmt("nasm");
##############################################
yasm-1.3.0/frontends/tasm/tasm.c-824-
yasm-1.3.0/frontends/tasm/tasm.c:825:    /* Define standard YASM assembly-time macro constants */
yasm-1.3.0/frontends/tasm/tasm.c-826-    predef = yasm_xmalloc(strlen("__YASM_OBJFMT__=")
##############################################
yasm-1.3.0/modules/arch/x86/gen_x86_insn.py-26-#
yasm-1.3.0/modules/arch/x86/gen_x86_insn.py:27:# NOTE: operands are arranged in NASM / Intel order (e.g. dest, src)
yasm-1.3.0/modules/arch/x86/gen_x86_insn.py-28-
##############################################
yasm-1.3.0/modules/arch/x86/gen_x86_insn.py-573-                if keyword in nasm_insns:
yasm-1.3.0/modules/arch/x86/gen_x86_insn.py:574:                    raise ValueError("duplicate nasm instruction %s" % keyword)
yasm-1.3.0/modules/arch/x86/gen_x86_insn.py-575-                newinsn = insn.copy()
##############################################
yasm-1.3.0/modules/arch/x86/gen_x86_insn.py-2348-
yasm-1.3.0/modules/arch/x86/gen_x86_insn.py:2349:# Far indirect (through memory).  Needs explicit FAR override (NASM only)
yasm-1.3.0/modules/arch/x86/gen_x86_insn.py-2350-for sz in [16, 32, 64]:
##############################################
yasm-1.3.0/modules/arch/x86/tests/genopcode.asm-37-push word cs
yasm-1.3.0/modules/arch/x86/tests/genopcode.asm:38:push dword cs ; NASM unsupported
yasm-1.3.0/modules/arch/x86/tests/genopcode.asm-39-push ds
##############################################
yasm-1.3.0/modules/arch/x86/tests/genopcode.asm-139-fadd st6, st0
yasm-1.3.0/modules/arch/x86/tests/genopcode.asm:140:faddp ;NASM unsupported
yasm-1.3.0/modules/arch/x86/tests/genopcode.asm-141-faddp st2
##############################################
yasm-1.3.0/modules/arch/x86/tests/genopcode.asm-152-ffree st1
yasm-1.3.0/modules/arch/x86/tests/genopcode.asm:153:ffreep st0 ;NASM unsupported
yasm-1.3.0/modules/arch/x86/tests/genopcode.asm-154-jc short label
##############################################
yasm-1.3.0/modules/arch/x86/tests/strict.asm-17-add eax, 4
yasm-1.3.0/modules/arch/x86/tests/strict.asm:18:add eax, strict 4		; NASM generates dword, yasm generates byte
yasm-1.3.0/modules/arch/x86/tests/strict.asm-19-add eax, byte 4
##############################################
yasm-1.3.0/modules/arch/x86/tests/strict.asm-30-add ebx, 4
yasm-1.3.0/modules/arch/x86/tests/strict.asm:31:add ebx, strict 4		; NASM generates dword, yasm generates byte
yasm-1.3.0/modules/arch/x86/tests/strict.asm-32-add ebx, byte 4
##############################################
yasm-1.3.0/modules/arch/x86/tests/strict.asm-48-add dword [eax], 4
yasm-1.3.0/modules/arch/x86/tests/strict.asm:49:add dword [eax], strict 4	; NASM generates dword, yasm generates byte
yasm-1.3.0/modules/arch/x86/tests/strict.asm-50-add dword [eax], byte 4
##############################################
yasm-1.3.0/modules/arch/x86/tests/strict.asm-61-push 4
yasm-1.3.0/modules/arch/x86/tests/strict.asm:62:push strict 4			; NASM generates dword, yasm generates byte
yasm-1.3.0/modules/arch/x86/tests/strict.asm-63-push byte 4
##############################################
yasm-1.3.0/modules/arch/x86/tests/strict.asm-74-imul eax, 4
yasm-1.3.0/modules/arch/x86/tests/strict.asm:75:imul eax, strict 4		; NASM generates dword, yasm generates byte
yasm-1.3.0/modules/arch/x86/tests/strict.asm-76-imul eax, byte 4
##############################################
yasm-1.3.0/modules/arch/x86/tests/strict.asm-89-add rax, 4
yasm-1.3.0/modules/arch/x86/tests/strict.asm:90:add rax, strict 4		; NASM generates dword, yasm generates byte
yasm-1.3.0/modules/arch/x86/tests/strict.asm-91-add rax, byte 4
##############################################
yasm-1.3.0/modules/arch/x86/tests/strict.asm-102-add rbx, 4
yasm-1.3.0/modules/arch/x86/tests/strict.asm:103:add rbx, strict 4		; NASM generates dword, yasm generates byte
yasm-1.3.0/modules/arch/x86/tests/strict.asm-104-add rbx, byte 4
##############################################
yasm-1.3.0/modules/arch/x86/tests/strict.asm-146-push 4
yasm-1.3.0/modules/arch/x86/tests/strict.asm:147:push strict 4			; NASM generates dword, yasm generates byte
yasm-1.3.0/modules/arch/x86/tests/strict.asm-148-push byte 4
##############################################
yasm-1.3.0/modules/arch/x86/tests/riprel1.asm-19-				; [this one is debatable on correctness,
yasm-1.3.0/modules/arch/x86/tests/riprel1.asm:20:				; I chose in yasm to make a32 override]
yasm-1.3.0/modules/arch/x86/tests/riprel1.asm-21-a64 mov rax, [val]		; 48 8b ... (32-bit disp)
##############################################
yasm-1.3.0/modules/arch/x86/tests/riprel1.asm-51-				; [this one is debatable on correctness,
yasm-1.3.0/modules/arch/x86/tests/riprel1.asm:52:				; I chose in yasm to make a32 override]
yasm-1.3.0/modules/arch/x86/tests/riprel1.asm-53-a64 mov rax, [val]		; 48 8b ... (32-bit disp, RIP-rel)
##############################################
yasm-1.3.0/modules/arch/x86/x86arch.h-94-enum x86_parser_type {
yasm-1.3.0/modules/arch/x86/x86arch.h:95:    X86_PARSER_NASM = 0,
yasm-1.3.0/modules/arch/x86/x86arch.h:96:    X86_PARSER_TASM = 1,
yasm-1.3.0/modules/arch/x86/x86arch.h-97-    X86_PARSER_GAS = 2
##############################################
yasm-1.3.0/modules/arch/x86/x86arch.h-99-
yasm-1.3.0/modules/arch/x86/x86arch.h:100:#define PARSER(arch) (((arch)->parser == X86_PARSER_GAS && (arch)->gas_intel_mode) ? X86_PARSER_NASM : (arch)->parser)
yasm-1.3.0/modules/arch/x86/x86arch.h-101-
##############################################
yasm-1.3.0/modules/arch/x86/x86expr.c-137- * Only half joking: Someday make this/checkea able to accept crazy things
yasm-1.3.0/modules/arch/x86/x86expr.c:138: *  like: (bx+di)*(bx+di)-bx*bx-2*bx*di-di*di+di?  Probably not: NASM never
yasm-1.3.0/modules/arch/x86/x86expr.c-139- *  accepted such things, and it's doubtful such an expn is valid anyway
##############################################
yasm-1.3.0/modules/arch/x86/x86id.c-948-
yasm-1.3.0/modules/arch/x86/x86id.c:949:            /* Check for 64-bit effective address size in NASM mode */
yasm-1.3.0/modules/arch/x86/x86id.c-950-            if (id_insn->parser != X86_PARSER_GAS &&
##############################################
yasm-1.3.0/modules/arch/yasm_arch.xml-7- <refentryinfo>
yasm-1.3.0/modules/arch/yasm_arch.xml:8:  <title>Yasm Supported Architectures</title>
yasm-1.3.0/modules/arch/yasm_arch.xml-9-  <date>October 2006</date>
##############################################
yasm-1.3.0/modules/arch/yasm_arch.xml-34-  <refname>yasm_arch</refname>
yasm-1.3.0/modules/arch/yasm_arch.xml:35:  <refpurpose>Yasm Supported Target Architectures</refpurpose>
yasm-1.3.0/modules/arch/yasm_arch.xml-36- </refnamediv>
##############################################
yasm-1.3.0/modules/arch/yasm_arch.xml-55-
yasm-1.3.0/modules/arch/yasm_arch.xml:56:  <para>The standard Yasm distribution includes a number of modules
yasm-1.3.0/modules/arch/yasm_arch.xml-57-   for different target architectures.  Each target architecture can
##############################################
yasm-1.3.0/modules/arch/yasm_arch.xml-91-
yasm-1.3.0/modules/arch/yasm_arch.xml:92:   <para>The x86 architecture BITS setting specifies to Yasm the
yasm-1.3.0/modules/arch/yasm_arch.xml-93-    processor mode in which the generated code is intended to execute.
##############################################
yasm-1.3.0/modules/arch/yasm_arch.xml-97-    execution-mode dependent (such as operand-size and address-size
yasm-1.3.0/modules/arch/yasm_arch.xml:98:    override prefixes), Yasm cannot assemble x86 instructions
yasm-1.3.0/modules/arch/yasm_arch.xml-99-    correctly unless it is told by the user in what processor mode the
##############################################
yasm-1.3.0/modules/arch/yasm_arch.xml-125-
yasm-1.3.0/modules/arch/yasm_arch.xml:126:   <para>Yasm extends the base NASM syntax to support AMD64 as
yasm-1.3.0/modules/arch/yasm_arch.xml-127-    follows.  To enable assembly of instructions for the 64-bit mode
##############################################
yasm-1.3.0/modules/arch/yasm_arch.xml-132-    assembled will be run in 64-bit mode.  To specify an AMD64 object
yasm-1.3.0/modules/arch/yasm_arch.xml:133:    file, use <option>-m amd64</option> on the Yasm command line, or
yasm-1.3.0/modules/arch/yasm_arch.xml-134-    explicitly target a 64-bit object format such as <option>-f
##############################################
yasm-1.3.0/modules/arch/yasm_arch.xml-164-                
yasm-1.3.0/modules/arch/yasm_arch.xml:165:    <para>(NASM syntax) is not a legal instruction because the use of
yasm-1.3.0/modules/arch/yasm_arch.xml-166-     r10 requires a REX prefix, making it impossible to use ah.</para>
##############################################
yasm-1.3.0/modules/arch/yasm_arch.xml-180-     registers <quote>for free</quote> (as the REX prefix is already
yasm-1.3.0/modules/arch/yasm_arch.xml:181:     present).  Examples in NASM syntax:</para>
yasm-1.3.0/modules/arch/yasm_arch.xml-182-
##############################################
yasm-1.3.0/modules/arch/yasm_arch.xml-188-     counterparts are not available, but their 16-bit counterparts
yasm-1.3.0/modules/arch/yasm_arch.xml:189:     are.  Examples in NASM syntax:</para>
yasm-1.3.0/modules/arch/yasm_arch.xml-190-
##############################################
yasm-1.3.0/modules/arch/yasm_arch.xml-203-     used to generate smaller code in some instances.  Examples in
yasm-1.3.0/modules/arch/yasm_arch.xml:204:     NASM syntax:</para>
yasm-1.3.0/modules/arch/yasm_arch.xml-205-
##############################################
yasm-1.3.0/modules/arch/yasm_arch.xml-234-    <para>The handling of mov reg64, unsized immediate is different
yasm-1.3.0/modules/arch/yasm_arch.xml:235:     between YASM and NASM 2.x; YASM follows the above behavior, while
yasm-1.3.0/modules/arch/yasm_arch.xml:236:     NASM 2.x does the following:</para>
yasm-1.3.0/modules/arch/yasm_arch.xml-237-
##############################################
yasm-1.3.0/modules/arch/yasm_arch.xml-258-     the al/ax/eax/rax register and a 64-bit absolute address (no
yasm-1.3.0/modules/arch/yasm_arch.xml:259:     registers allowed in the effective address).  In NASM syntax, use
yasm-1.3.0/modules/arch/yasm_arch.xml-260-     of the 64-bit absolute form requires
yasm-1.3.0/modules/arch/yasm_arch.xml:261:     <userinput>[qword]</userinput>.  Examples in NASM syntax:</para>
yasm-1.3.0/modules/arch/yasm_arch.xml-262-
##############################################
yasm-1.3.0/modules/arch/yasm_arch.xml-277-
yasm-1.3.0/modules/arch/yasm_arch.xml:278:    <para>In NASM syntax, there are two ways to specify RIP-relative
yasm-1.3.0/modules/arch/yasm_arch.xml-279-     addressing:</para>
##############################################
yasm-1.3.0/modules/arch/yasm_arch.xml-301-
yasm-1.3.0/modules/arch/yasm_arch.xml:302:    <para>Yasm also supports the following syntax for RIP-relative
yasm-1.3.0/modules/arch/yasm_arch.xml-303-     addressing:</para>
##############################################
yasm-1.3.0/modules/arch/yasm_arch.xml-339-     which registers you're moving--for example, "mov [rax],ecx" is a
yasm-1.3.0/modules/arch/yasm_arch.xml:340:     32-bit move, because ecx is 32 bits.  YASM currently gives the
yasm-1.3.0/modules/arch/yasm_arch.xml-341-     non-obvious "invalid combination of opcode and operands" error if
##############################################
yasm-1.3.0/modules/dbgfmts/yasm_dbgfmts.xml-7- <refentryinfo>
yasm-1.3.0/modules/dbgfmts/yasm_dbgfmts.xml:8:  <title>Yasm Supported Debug Formats</title>
yasm-1.3.0/modules/dbgfmts/yasm_dbgfmts.xml-9-  <date>October 2006</date>
##############################################
yasm-1.3.0/modules/dbgfmts/yasm_dbgfmts.xml-31-  <refname>yasm_dbgfmts</refname>
yasm-1.3.0/modules/dbgfmts/yasm_dbgfmts.xml:32:  <refpurpose>Yasm Supported Debugging Formats</refpurpose>
yasm-1.3.0/modules/dbgfmts/yasm_dbgfmts.xml-33- </refnamediv>
##############################################
yasm-1.3.0/modules/dbgfmts/yasm_dbgfmts.xml-49-
yasm-1.3.0/modules/dbgfmts/yasm_dbgfmts.xml:50:  <para>The standard Yasm distribution includes a number of modules
yasm-1.3.0/modules/dbgfmts/yasm_dbgfmts.xml-51-   for different debugging formats.  The debugging information is
yasm-1.3.0/modules/dbgfmts/yasm_dbgfmts.xml-52-   embedded into the object file.  Use of a non-<quote>null</quote>
yasm-1.3.0/modules/dbgfmts/yasm_dbgfmts.xml:53:   debug format also causes Yasm to output all symbols to the object
yasm-1.3.0/modules/dbgfmts/yasm_dbgfmts.xml-54-   file (including local symbols).</para>
##############################################
yasm-1.3.0/modules/dbgfmts/yasm_dbgfmts.xml-88-   information is stored in sections (just like normal program
yasm-1.3.0/modules/dbgfmts/yasm_dbgfmts.xml:89:   sections) in the object file.  Yasm supports full pass-through of
yasm-1.3.0/modules/dbgfmts/yasm_dbgfmts.xml-90-   DWARF2 debugging information (e.g. from a C++ compiler), and can
##############################################
yasm-1.3.0/modules/dbgfmts/stabs/tests/stabs-elf.asm-3-; build with (under Linux, for example):
yasm-1.3.0/modules/dbgfmts/stabs/tests/stabs-elf.asm:4:;    yasm -f elf elftest.asm
yasm-1.3.0/modules/dbgfmts/stabs/tests/stabs-elf.asm-5-;    gcc -o elftest elftest.c elftest.o
##############################################
yasm-1.3.0/modules/dbgfmts/stabs/tests/stabs-elf.asm-14-; [7] Define a COMMON symbol
yasm-1.3.0/modules/dbgfmts/stabs/tests/stabs-elf.asm:15:; [8] Define a NASM local label
yasm-1.3.0/modules/dbgfmts/stabs/tests/stabs-elf.asm:16:; [9] Reference a NASM local label
yasm-1.3.0/modules/dbgfmts/stabs/tests/stabs-elf.asm-17-; [10] Import an external symbol
##############################################
yasm-1.3.0/modules/dbgfmts/dwarf2/dwarf2-line.c-590-        if (info->asm_source && yasm_section_is_code(sect)) {
yasm-1.3.0/modules/dbgfmts/dwarf2/dwarf2-line.c:591:            /* Create line data for asm code sections */
yasm-1.3.0/modules/dbgfmts/dwarf2/dwarf2-line.c-592-            dsd = yasm_xmalloc(sizeof(dwarf2_section_data));
##############################################
yasm-1.3.0/modules/dbgfmts/dwarf2/dwarf2-info.c-339-    if (getenv("YASM_TEST_SUITE"))
yasm-1.3.0/modules/dbgfmts/dwarf2/dwarf2-info.c:340:        dwarf2_append_str(debug_info, "yasm HEAD");
yasm-1.3.0/modules/dbgfmts/dwarf2/dwarf2-info.c-341-    else
##############################################
yasm-1.3.0/modules/dbgfmts/dwarf2/dwarf2-dbgfmt.c-156-    /* If we don't have any .file directives, generate line information
yasm-1.3.0/modules/dbgfmts/dwarf2/dwarf2-dbgfmt.c:157:     * based on the asm source.
yasm-1.3.0/modules/dbgfmts/dwarf2/dwarf2-dbgfmt.c-158-     */
##############################################
yasm-1.3.0/modules/dbgfmts/codeview/cv8.txt-1-   CV8 structures (for x86 and AMD64) - used by MSVC 8 (2005)
yasm-1.3.0/modules/dbgfmts/codeview/cv8.txt:2:   Everything listed in the order MASM seems to output it in.
yasm-1.3.0/modules/dbgfmts/codeview/cv8.txt-3-
##############################################
yasm-1.3.0/modules/dbgfmts/codeview/cv-dbgfmt.h-31-    char *pathname;             /* full pathname (drive+basepath+filename) */
yasm-1.3.0/modules/dbgfmts/codeview/cv-dbgfmt.h:32:    char *filename;             /* filename as yasm knows it internally */
yasm-1.3.0/modules/dbgfmts/codeview/cv-dbgfmt.h-33-    unsigned long str_off;      /* offset into pathname string table */
##############################################
yasm-1.3.0/modules/dbgfmts/codeview/cv-symline.c-636-        cv8_add_sym_compile(object, info.debug_symline,
yasm-1.3.0/modules/dbgfmts/codeview/cv-symline.c:637:                            yasm__xstrdup("yasm HEAD"));
yasm-1.3.0/modules/dbgfmts/codeview/cv-symline.c-638-    else
##############################################
yasm-1.3.0/modules/objfmts/win64/tests/win64-dataref.masm-47-		mov	rcx,offset trap
yasm-1.3.0/modules/objfmts/win64/tests/win64-dataref.masm:48:		; See note in YASM file
yasm-1.3.0/modules/objfmts/win64/tests/win64-dataref.masm-49-		lea	rdx, trap
##############################################
yasm-1.3.0/modules/objfmts/win64/tests/win64-dataref.masm-52-		mov	rbx, trap
yasm-1.3.0/modules/objfmts/win64/tests/win64-dataref.masm:53:		; See note in YASM file
yasm-1.3.0/modules/objfmts/win64/tests/win64-dataref.masm-54-		movzx	rax, byte ptr trap
##############################################
yasm-1.3.0/modules/objfmts/win64/tests/win64-dataref.asm-32-		; This instruction generates a different relocation than
yasm-1.3.0/modules/objfmts/win64/tests/win64-dataref.asm:33:		; MASM does at present.
yasm-1.3.0/modules/objfmts/win64/tests/win64-dataref.asm-34-		mov	ebx, foobar		; WTF ML64.. this had []
##############################################
yasm-1.3.0/modules/objfmts/win64/tests/win64-dataref.asm-46-		mov	rcx, qword trap
yasm-1.3.0/modules/objfmts/win64/tests/win64-dataref.asm:47:		; MASM generates a REL32 reloc for this even though it's in
yasm-1.3.0/modules/objfmts/win64/tests/win64-dataref.asm-48-		; the same section.  I don't know why, as the call instruction
##############################################
yasm-1.3.0/modules/objfmts/win64/tests/win64-dataref.asm-54-		mov	rbx, qword trap
yasm-1.3.0/modules/objfmts/win64/tests/win64-dataref.asm:55:		; MASM generates a REL32 reloc for this even though it's in
yasm-1.3.0/modules/objfmts/win64/tests/win64-dataref.asm-56-		; the same section.  I don't know why, as the call instruction
##############################################
yasm-1.3.0/modules/objfmts/bin/tests/bintest.asm-2-; build with:
yasm-1.3.0/modules/objfmts/bin/tests/bintest.asm:3:;    yasm -f bin -o bintest.com bintest.asm
yasm-1.3.0/modules/objfmts/bin/tests/bintest.asm-4-
##############################################
yasm-1.3.0/modules/objfmts/bin/tests/bintest.asm-12-; [3] Define a BSS-section symbol
yasm-1.3.0/modules/objfmts/bin/tests/bintest.asm:13:; [4] Define a NASM local label
yasm-1.3.0/modules/objfmts/bin/tests/bintest.asm:14:; [5] Reference a NASM local label
yasm-1.3.0/modules/objfmts/bin/tests/bintest.asm-15-; [6] Reference a text-section symbol in the text section
##############################################
yasm-1.3.0/modules/objfmts/bin/tests/bin-farabs.asm-11-mov ax, seg keybuf
yasm-1.3.0/modules/objfmts/bin/tests/bin-farabs.asm:12:mov ax, seg (0040h:001Eh)	; NASM doesn't understand this syntax
yasm-1.3.0/modules/objfmts/bin/tests/bin-farabs.asm-13-mov es, ax
##############################################
yasm-1.3.0/modules/objfmts/bin/tests/bin-farabs.asm-19-; Each of the below pairs should be equivalent (and legal) in Yasm.
yasm-1.3.0/modules/objfmts/bin/tests/bin-farabs.asm:20:; There are some differences from NASM here!
yasm-1.3.0/modules/objfmts/bin/tests/bin-farabs.asm-21-
yasm-1.3.0/modules/objfmts/bin/tests/bin-farabs.asm:22:; Defaults to near jump (on both NASM and Yasm)
yasm-1.3.0/modules/objfmts/bin/tests/bin-farabs.asm-23-jmp keybuf
##############################################
yasm-1.3.0/modules/objfmts/bin/tests/bin-farabs.asm-29-jmp near keybuf
yasm-1.3.0/modules/objfmts/bin/tests/bin-farabs.asm:30:jmp near 0040h:001Eh	; Illegal in NASM ("mismatch in operand sizes")
yasm-1.3.0/modules/objfmts/bin/tests/bin-farabs.asm-31-
##############################################
yasm-1.3.0/modules/objfmts/bin/tests/bin-farabs.asm-46-; Direct far, explicitly.
yasm-1.3.0/modules/objfmts/bin/tests/bin-farabs.asm:47:jmp far keybuf		; Illegal in NASM ("value referenced by FAR is not relocatable")
yasm-1.3.0/modules/objfmts/bin/tests/bin-farabs.asm:48:jmp far 0040h:001Eh	; Illegal in NASM ("mismatch in operand sizes")
yasm-1.3.0/modules/objfmts/bin/tests/bin-farabs.asm-49-
##############################################
yasm-1.3.0/modules/objfmts/bin/tests/multisect/multisect5.map-1-
yasm-1.3.0/modules/objfmts/bin/tests/multisect/multisect5.map:2:- YASM Map file ---------------------------------------------------------------
yasm-1.3.0/modules/objfmts/bin/tests/multisect/multisect5.map-3-
##############################################
yasm-1.3.0/modules/objfmts/bin/tests/multisect/nomultisect2.map-1-
yasm-1.3.0/modules/objfmts/bin/tests/multisect/nomultisect2.map:2:- YASM Map file ---------------------------------------------------------------
yasm-1.3.0/modules/objfmts/bin/tests/multisect/nomultisect2.map-3-
##############################################
yasm-1.3.0/modules/objfmts/bin/tests/multisect/multisect1.map-1-
yasm-1.3.0/modules/objfmts/bin/tests/multisect/multisect1.map:2:- YASM Map file ---------------------------------------------------------------
yasm-1.3.0/modules/objfmts/bin/tests/multisect/multisect1.map-3-
##############################################
yasm-1.3.0/modules/objfmts/bin/tests/multisect/bin_multi_test.sh-22-echo $ECHO_N "Test bin_multi_test: $ECHO_C"
yasm-1.3.0/modules/objfmts/bin/tests/multisect/bin_multi_test.sh:23:for asm in ${srcdir}/modules/objfmts/bin/tests/multisect/*.asm
yasm-1.3.0/modules/objfmts/bin/tests/multisect/bin_multi_test.sh-24-do
yasm-1.3.0/modules/objfmts/bin/tests/multisect/bin_multi_test.sh:25:    a=`echo ${asm} | sed 's,^.*/,,;s,.asm$,,'`
yasm-1.3.0/modules/objfmts/bin/tests/multisect/bin_multi_test.sh-26-    o=${a}
yasm-1.3.0/modules/objfmts/bin/tests/multisect/bin_multi_test.sh-27-    oh=${a}.hx
yasm-1.3.0/modules/objfmts/bin/tests/multisect/bin_multi_test.sh:28:    og=`echo ${asm} | sed 's,.asm$,.hex,'`
yasm-1.3.0/modules/objfmts/bin/tests/multisect/bin_multi_test.sh-29-    e=${a}.ew
yasm-1.3.0/modules/objfmts/bin/tests/multisect/bin_multi_test.sh:30:    eg=`echo ${asm} | sed 's,.asm$,.errwarn,'`
yasm-1.3.0/modules/objfmts/bin/tests/multisect/bin_multi_test.sh-31-    m=${a}.map
yasm-1.3.0/modules/objfmts/bin/tests/multisect/bin_multi_test.sh:32:    mg=`echo ${asm} | sed 's,.asm$,.map,'`
yasm-1.3.0/modules/objfmts/bin/tests/multisect/bin_multi_test.sh-33-    if test \! -f ${eg}; then
##############################################
yasm-1.3.0/modules/objfmts/bin/tests/multisect/bin_multi_test.sh-37-    # Run within a subshell to prevent signal messages from displaying.
yasm-1.3.0/modules/objfmts/bin/tests/multisect/bin_multi_test.sh:38:    sh -c "cat ${asm} | ./yasm -f bin --mapfile=results/${m} -o results/${o} - 2>results/${e}" >/dev/null 2>/dev/null
yasm-1.3.0/modules/objfmts/bin/tests/multisect/bin_multi_test.sh-39-    status=$?
##############################################
yasm-1.3.0/modules/objfmts/bin/tests/multisect/bin_multi_test.sh-43-        eval "failed$failedct='C: ${a} crashed!'"
yasm-1.3.0/modules/objfmts/bin/tests/multisect/bin_multi_test.sh:44:        failedct=`expr $failedct + 1`
yasm-1.3.0/modules/objfmts/bin/tests/multisect/bin_multi_test.sh-45-    elif test $status -gt 0; then
##############################################
yasm-1.3.0/modules/objfmts/bin/tests/multisect/bin_multi_test.sh-47-        if test $? -gt 0; then
yasm-1.3.0/modules/objfmts/bin/tests/multisect/bin_multi_test.sh:48:            # YASM detected errors but shouldn't have!
yasm-1.3.0/modules/objfmts/bin/tests/multisect/bin_multi_test.sh-49-            echo $ECHO_N "E$ECHO_C"
yasm-1.3.0/modules/objfmts/bin/tests/multisect/bin_multi_test.sh-50-            eval "failed$failedct='E: ${a} returned an error code!'"
yasm-1.3.0/modules/objfmts/bin/tests/multisect/bin_multi_test.sh:51:            failedct=`expr $failedct + 1`
yasm-1.3.0/modules/objfmts/bin/tests/multisect/bin_multi_test.sh-52-        else
##############################################
yasm-1.3.0/modules/objfmts/bin/tests/multisect/bin_multi_test.sh-56-                echo $ECHO_N ".$ECHO_C"
yasm-1.3.0/modules/objfmts/bin/tests/multisect/bin_multi_test.sh:57:                passedct=`expr $passedct + 1`
yasm-1.3.0/modules/objfmts/bin/tests/multisect/bin_multi_test.sh-58-            else
##############################################
yasm-1.3.0/modules/objfmts/bin/tests/multisect/bin_multi_test.sh-61-                eval "failed$failedct='W: ${a} did not match errors and warnings!'"
yasm-1.3.0/modules/objfmts/bin/tests/multisect/bin_multi_test.sh:62:                failedct=`expr $failedct + 1`
yasm-1.3.0/modules/objfmts/bin/tests/multisect/bin_multi_test.sh-63-            fi
##############################################
yasm-1.3.0/modules/objfmts/bin/tests/multisect/bin_multi_test.sh-67-        if test $? -gt 0; then
yasm-1.3.0/modules/objfmts/bin/tests/multisect/bin_multi_test.sh:68:            # YASM didn't detect errors but should have!
yasm-1.3.0/modules/objfmts/bin/tests/multisect/bin_multi_test.sh-69-            echo $ECHO_N "E$ECHO_C"
yasm-1.3.0/modules/objfmts/bin/tests/multisect/bin_multi_test.sh-70-            eval "failed$failedct='E: ${a} did not return an error code!'"
yasm-1.3.0/modules/objfmts/bin/tests/multisect/bin_multi_test.sh:71:            failedct=`expr $failedct + 1`
yasm-1.3.0/modules/objfmts/bin/tests/multisect/bin_multi_test.sh-72-        else
##############################################
yasm-1.3.0/modules/objfmts/bin/tests/multisect/bin_multi_test.sh-78-                        echo $ECHO_N ".$ECHO_C"
yasm-1.3.0/modules/objfmts/bin/tests/multisect/bin_multi_test.sh:79:                        passedct=`expr $passedct + 1`
yasm-1.3.0/modules/objfmts/bin/tests/multisect/bin_multi_test.sh-80-                    else
##############################################
yasm-1.3.0/modules/objfmts/bin/tests/multisect/bin_multi_test.sh-83-                        eval "failed$failedct='M: ${a} did not match map file!'"
yasm-1.3.0/modules/objfmts/bin/tests/multisect/bin_multi_test.sh:84:                        failedct=`expr $failedct + 1`
yasm-1.3.0/modules/objfmts/bin/tests/multisect/bin_multi_test.sh-85-                    fi
##############################################
yasm-1.3.0/modules/objfmts/bin/tests/multisect/bin_multi_test.sh-89-                    eval "failed$failedct='W: ${a} did not match errors and warnings!'"
yasm-1.3.0/modules/objfmts/bin/tests/multisect/bin_multi_test.sh:90:                    failedct=`expr $failedct + 1`
yasm-1.3.0/modules/objfmts/bin/tests/multisect/bin_multi_test.sh-91-                fi
##############################################
yasm-1.3.0/modules/objfmts/bin/tests/multisect/bin_multi_test.sh-95-                eval "failed$failedct='O: ${a} did not match object file!'"
yasm-1.3.0/modules/objfmts/bin/tests/multisect/bin_multi_test.sh:96:                failedct=`expr $failedct + 1`
yasm-1.3.0/modules/objfmts/bin/tests/multisect/bin_multi_test.sh-97-            fi
##############################################
yasm-1.3.0/modules/objfmts/bin/tests/multisect/bin_multi_test.sh-101-
yasm-1.3.0/modules/objfmts/bin/tests/multisect/bin_multi_test.sh:102:ct=`expr $failedct + $passedct`
yasm-1.3.0/modules/objfmts/bin/tests/multisect/bin_multi_test.sh:103:per=`expr 100 \* $passedct / $ct`
yasm-1.3.0/modules/objfmts/bin/tests/multisect/bin_multi_test.sh-104-
##############################################
yasm-1.3.0/modules/objfmts/bin/tests/multisect/bin_multi_test.sh-109-    echo " ** $failure"
yasm-1.3.0/modules/objfmts/bin/tests/multisect/bin_multi_test.sh:110:    i=`expr $i + 1`
yasm-1.3.0/modules/objfmts/bin/tests/multisect/bin_multi_test.sh-111-done
##############################################
yasm-1.3.0/modules/objfmts/bin/tests/multisect/multisect2.map-1-
yasm-1.3.0/modules/objfmts/bin/tests/multisect/multisect2.map:2:- YASM Map file ---------------------------------------------------------------
yasm-1.3.0/modules/objfmts/bin/tests/multisect/multisect2.map-3-
##############################################
yasm-1.3.0/modules/objfmts/bin/tests/multisect/multisect5.asm-18-times 0x104 db 0
yasm-1.3.0/modules/objfmts/bin/tests/multisect/multisect5.asm:19:section sect8 follows=sect7 valign=16	; NASM bug - sect7 and sect8 overlap
yasm-1.3.0/modules/objfmts/bin/tests/multisect/multisect5.asm-20-times 0x100 db 0
##############################################
yasm-1.3.0/modules/objfmts/bin/tests/multisect/ldlinux-sects.map-1-
yasm-1.3.0/modules/objfmts/bin/tests/multisect/ldlinux-sects.map:2:- YASM Map file ---------------------------------------------------------------
yasm-1.3.0/modules/objfmts/bin/tests/multisect/ldlinux-sects.map-3-
##############################################
yasm-1.3.0/modules/objfmts/bin/tests/multisect/bin-ssym.map-1-
yasm-1.3.0/modules/objfmts/bin/tests/multisect/bin-ssym.map:2:- YASM Map file ---------------------------------------------------------------
yasm-1.3.0/modules/objfmts/bin/tests/multisect/bin-ssym.map-3-
##############################################
yasm-1.3.0/modules/objfmts/bin/tests/multisect/initbss.map-1-
yasm-1.3.0/modules/objfmts/bin/tests/multisect/initbss.map:2:- YASM Map file ---------------------------------------------------------------
yasm-1.3.0/modules/objfmts/bin/tests/multisect/initbss.map-3-
##############################################
yasm-1.3.0/modules/objfmts/bin/tests/multisect/multisect3.map-1-
yasm-1.3.0/modules/objfmts/bin/tests/multisect/multisect3.map:2:- YASM Map file ---------------------------------------------------------------
yasm-1.3.0/modules/objfmts/bin/tests/multisect/multisect3.map-3-
##############################################
yasm-1.3.0/modules/objfmts/bin/tests/multisect/multisect1.asm-7-; shrink & relocate stack:
yasm-1.3.0/modules/objfmts/bin/tests/multisect/multisect1.asm:8:	mov	sp, stack_ends   ; NASM puts 460h here -
yasm-1.3.0/modules/objfmts/bin/tests/multisect/multisect1.asm-9-                                  ; 9B0h is desired.
##############################################
yasm-1.3.0/modules/objfmts/bin/tests/multisect/bin-align.map-1-
yasm-1.3.0/modules/objfmts/bin/tests/multisect/bin-align.map:2:- YASM Map file ---------------------------------------------------------------
yasm-1.3.0/modules/objfmts/bin/tests/multisect/bin-align.map-3-
##############################################
yasm-1.3.0/modules/objfmts/bin/tests/multisect/nomultisect1.map-1-
yasm-1.3.0/modules/objfmts/bin/tests/multisect/nomultisect1.map:2:- YASM Map file ---------------------------------------------------------------
yasm-1.3.0/modules/objfmts/bin/tests/multisect/nomultisect1.map-3-
##############################################
yasm-1.3.0/modules/objfmts/bin/tests/multisect/multisect4.map-1-
yasm-1.3.0/modules/objfmts/bin/tests/multisect/multisect4.map:2:- YASM Map file ---------------------------------------------------------------
yasm-1.3.0/modules/objfmts/bin/tests/multisect/multisect4.map-3-
##############################################
yasm-1.3.0/modules/objfmts/bin/bin-objfmt.c-776-
yasm-1.3.0/modules/objfmts/bin/bin-objfmt.c:777:    fprintf(f, "\n- YASM Map file ");
yasm-1.3.0/modules/objfmts/bin/bin-objfmt.c-778-    for (i=0; i<63; i++)
##############################################
yasm-1.3.0/modules/objfmts/macho/tests/nasm32/macho32-pic.asm:1:; At present, nasm doesn't seem to support PIC generation for Mach-O.
yasm-1.3.0/modules/objfmts/macho/tests/nasm32/macho32-pic.asm-2-; The PIC support code below is a little tricky.
##############################################
yasm-1.3.0/modules/objfmts/macho/tests/nasm32/machotest.c-4- * build with (under Linux, for example):
yasm-1.3.0/modules/objfmts/macho/tests/nasm32/machotest.c:5: *    yasm -f elf elftest.asm
yasm-1.3.0/modules/objfmts/macho/tests/nasm32/machotest.c-6- *    gcc -o elftest elftest.c elftest.o
##############################################
yasm-1.3.0/modules/objfmts/macho/tests/nasm32/machotest.c-39-  mach-o module. Therefore put "printf" statement here and redirect 
yasm-1.3.0/modules/objfmts/macho/tests/nasm32/machotest.c:40:  the asm call to druck()
yasm-1.3.0/modules/objfmts/macho/tests/nasm32/machotest.c-41-*/
##############################################
yasm-1.3.0/modules/objfmts/macho/tests/nasm32/machotest.asm-2-; build with :
yasm-1.3.0/modules/objfmts/macho/tests/nasm32/machotest.asm:3:;    yasm -f macho machotest.asm
yasm-1.3.0/modules/objfmts/macho/tests/nasm32/machotest.asm-4-;    gcc -o machotest machotest.c machotest.o
##############################################
yasm-1.3.0/modules/objfmts/macho/tests/nasm32/machotest.asm-13-; [7] Define a COMMON symbol
yasm-1.3.0/modules/objfmts/macho/tests/nasm32/machotest.asm:14:; [8] Define a NASM local label
yasm-1.3.0/modules/objfmts/macho/tests/nasm32/machotest.asm:15:; [9] Reference a NASM local label
yasm-1.3.0/modules/objfmts/macho/tests/nasm32/machotest.asm-16-; [10] Import an external symbol (note: printf replaced by another call)
##############################################
yasm-1.3.0/modules/objfmts/macho/tests/nasm64/machotest64.asm-2-; build with :
yasm-1.3.0/modules/objfmts/macho/tests/nasm64/machotest64.asm:3:;    yasm -f macho -m amd64 machotest64.asm
yasm-1.3.0/modules/objfmts/macho/tests/nasm64/machotest64.asm-4-;    gcc -m64 -o machotest64 machotest64.c machotest64.o
##############################################
yasm-1.3.0/modules/objfmts/macho/tests/nasm64/machotest64.asm-13-; [7] Define a COMMON symbol
yasm-1.3.0/modules/objfmts/macho/tests/nasm64/machotest64.asm:14:; [8] Define a NASM local label
yasm-1.3.0/modules/objfmts/macho/tests/nasm64/machotest64.asm:15:; [9] Reference a NASM local label
yasm-1.3.0/modules/objfmts/macho/tests/nasm64/machotest64.asm-16-; [10] Import an external symbol (note: printf replaced by another call)
##############################################
yasm-1.3.0/modules/objfmts/macho/tests/nasm64/machotest64.c-5- * build with (under OSX Tiger/Leopard, for example):
yasm-1.3.0/modules/objfmts/macho/tests/nasm64/machotest64.c:6: *    yasm -f macho -m amd64 machotest64.asm
yasm-1.3.0/modules/objfmts/macho/tests/nasm64/machotest64.c-7- *    gcc -m64 -o machotest64 machotest64.c machotest64.o
##############################################
yasm-1.3.0/modules/objfmts/macho/tests/nasm64/machotest64.c-50-  mach-o module. Therefore put "printf" statement here and redirect 
yasm-1.3.0/modules/objfmts/macho/tests/nasm64/machotest64.c:51:  the asm call to druck()
yasm-1.3.0/modules/objfmts/macho/tests/nasm64/machotest64.c-52-*/
##############################################
yasm-1.3.0/modules/objfmts/macho/tests/gas32/gas-macho32.asm-2-# build with :
yasm-1.3.0/modules/objfmts/macho/tests/gas32/gas-macho32.asm:3:#    yasm -f macho machotest.asm
yasm-1.3.0/modules/objfmts/macho/tests/gas32/gas-macho32.asm-4-#    gcc -o machotest machotest.c machotest.o
##############################################
yasm-1.3.0/modules/objfmts/macho/tests/gas32/gas-macho32.asm-13-# [7] Define a COMMON symbol
yasm-1.3.0/modules/objfmts/macho/tests/gas32/gas-macho32.asm:14:# [8] Define a NASM local label
yasm-1.3.0/modules/objfmts/macho/tests/gas32/gas-macho32.asm:15:# [9] Reference a NASM local label
yasm-1.3.0/modules/objfmts/macho/tests/gas32/gas-macho32.asm-16-# [10] Import an external symbol (note: printf replaced by another call)
##############################################
yasm-1.3.0/modules/objfmts/macho/macho-objfmt.c-30-         issues to be sorted out for full compliance and error resilience.
yasm-1.3.0/modules/objfmts/macho/macho-objfmt.c:31:         Some examples are given below (nasm syntax).
yasm-1.3.0/modules/objfmts/macho/macho-objfmt.c-32-
##############################################
yasm-1.3.0/modules/objfmts/win32/tests/win32test.c-3- * build with (under DJGPP, for example):
yasm-1.3.0/modules/objfmts/win32/tests/win32test.c:4: *    yasm -f coff cofftest.asm
yasm-1.3.0/modules/objfmts/win32/tests/win32test.c-5- *    gcc -o cofftest cofftest.c cofftest.o
##############################################
yasm-1.3.0/modules/objfmts/win32/tests/win32test.asm-2-; build with (under DJGPP, for example):
yasm-1.3.0/modules/objfmts/win32/tests/win32test.asm:3:;    yasm -f coff cofftest.asm
yasm-1.3.0/modules/objfmts/win32/tests/win32test.asm-4-;    gcc -o cofftest cofftest.c cofftest.o
##############################################
yasm-1.3.0/modules/objfmts/win32/tests/win32test.asm-13-; [7] Define a COMMON symbol
yasm-1.3.0/modules/objfmts/win32/tests/win32test.asm:14:; [8] Define a NASM local label
yasm-1.3.0/modules/objfmts/win32/tests/win32test.asm:15:; [9] Reference a NASM local label
yasm-1.3.0/modules/objfmts/win32/tests/win32test.asm-16-; [10] Import an external symbol
##############################################
yasm-1.3.0/modules/objfmts/elf/tests/amd64/elfso64.asm-12-; [7] Define a COMMON symbol
yasm-1.3.0/modules/objfmts/elf/tests/amd64/elfso64.asm:13:; [8] Define a NASM local label
yasm-1.3.0/modules/objfmts/elf/tests/amd64/elfso64.asm:14:; [9] Reference a NASM local label
yasm-1.3.0/modules/objfmts/elf/tests/amd64/elfso64.asm-15-; [10] Import an external symbol
##############################################
yasm-1.3.0/modules/objfmts/elf/tests/elftest.asm-3-; build with (under Linux, for example):
yasm-1.3.0/modules/objfmts/elf/tests/elftest.asm:4:;    yasm -f elf elftest.asm
yasm-1.3.0/modules/objfmts/elf/tests/elftest.asm-5-;    gcc -o elftest elftest.c elftest.o
##############################################
yasm-1.3.0/modules/objfmts/elf/tests/elftest.asm-14-; [7] Define a COMMON symbol
yasm-1.3.0/modules/objfmts/elf/tests/elftest.asm:15:; [8] Define a NASM local label
yasm-1.3.0/modules/objfmts/elf/tests/elftest.asm:16:; [9] Reference a NASM local label
yasm-1.3.0/modules/objfmts/elf/tests/elftest.asm-17-; [10] Import an external symbol
##############################################
yasm-1.3.0/modules/objfmts/elf/tests/elfso.asm-2-; build with:
yasm-1.3.0/modules/objfmts/elf/tests/elfso.asm:3:;    nasm -f elf elfso.asm
yasm-1.3.0/modules/objfmts/elf/tests/elfso.asm-4-;    ld -shared -o elfso.so elfso.o
##############################################
yasm-1.3.0/modules/objfmts/elf/tests/elfso.asm-17-; [7] Define a COMMON symbol
yasm-1.3.0/modules/objfmts/elf/tests/elfso.asm:18:; [8] Define a NASM local label
yasm-1.3.0/modules/objfmts/elf/tests/elfso.asm:19:; [9] Reference a NASM local label
yasm-1.3.0/modules/objfmts/elf/tests/elfso.asm-20-; [10] Import an external symbol
##############################################
yasm-1.3.0/modules/objfmts/elf/tests/elftest.c-4- * build with (under Linux, for example):
yasm-1.3.0/modules/objfmts/elf/tests/elftest.c:5: *    yasm -f elf elftest.asm
yasm-1.3.0/modules/objfmts/elf/tests/elftest.c-6- *    gcc -o elftest elftest.c elftest.o
##############################################
yasm-1.3.0/modules/objfmts/elf/tests/x32/elfsox32.asm-12-; [7] Define a COMMON symbol
yasm-1.3.0/modules/objfmts/elf/tests/x32/elfsox32.asm:13:; [8] Define a NASM local label
yasm-1.3.0/modules/objfmts/elf/tests/x32/elfsox32.asm:14:; [9] Reference a NASM local label
yasm-1.3.0/modules/objfmts/elf/tests/x32/elfsox32.asm-15-; [10] Import an external symbol
##############################################
yasm-1.3.0/modules/objfmts/elf/elf-objfmt.c-38- *
yasm-1.3.0/modules/objfmts/elf/elf-objfmt.c:39: * The PHT doesn't seem to be generated by NASM for elftest.asm
yasm-1.3.0/modules/objfmts/elf/elf-objfmt.c-40- *
##############################################
yasm-1.3.0/modules/objfmts/elf/elf-x86-x86.c-37-    {"gotoff",      0,                      R_386_GOTOFF,       32},
yasm-1.3.0/modules/objfmts/elf/elf-x86-x86.c:38:    /* special one for NASM */
yasm-1.3.0/modules/objfmts/elf/elf-x86-x86.c-39-    {"gotpc",       ELF_SSYM_CURPOS_ADJUST, R_386_GOTPC,        32},
##############################################
yasm-1.3.0/modules/objfmts/rdf/tests/rdtmain.asm-6-	;; assemble and link with the following commands:
yasm-1.3.0/modules/objfmts/rdf/tests/rdtmain.asm:7:	;; nasm -f rdf rdtmain.asm
yasm-1.3.0/modules/objfmts/rdf/tests/rdtmain.asm:8:	;; nasm -f rdf rdtlib.asm
yasm-1.3.0/modules/objfmts/rdf/tests/rdtmain.asm-9-	;; ldrdf rdtmain.rdf rdtlib.rdf -o rdxtest.rdx
##############################################
yasm-1.3.0/modules/objfmts/rdf/tests/rdftest2.asm:1:	;; rdftest2.asm - test linkage and generation of RDOFF files
yasm-1.3.0/modules/objfmts/rdf/tests/rdftest2.asm-2-
##############################################
yasm-1.3.0/modules/objfmts/coff/win64-nasm.mac-11-; Disable these as they're too closely named to the macroized ones.
yasm-1.3.0/modules/objfmts/coff/win64-nasm.mac:12:; MASM needs a preceding . to use these, so it seems reasonable for
yasm-1.3.0/modules/objfmts/coff/win64-nasm.mac-13-; us to similarly require the [].
##############################################
yasm-1.3.0/modules/objfmts/coff/tests/cofftest.c-3- * build with (under DJGPP, for example):
yasm-1.3.0/modules/objfmts/coff/tests/cofftest.c:4: *    yasm -f coff cofftest.asm
yasm-1.3.0/modules/objfmts/coff/tests/cofftest.c-5- *    gcc -o cofftest cofftest.c cofftest.o
##############################################
yasm-1.3.0/modules/objfmts/coff/tests/cofftest.asm-2-; build with (under DJGPP, for example):
yasm-1.3.0/modules/objfmts/coff/tests/cofftest.asm:3:;    yasm -f coff cofftest.asm
yasm-1.3.0/modules/objfmts/coff/tests/cofftest.asm-4-;    gcc -o cofftest cofftest.c cofftest.o
##############################################
yasm-1.3.0/modules/objfmts/coff/tests/cofftest.asm-13-; [7] Define a COMMON symbol
yasm-1.3.0/modules/objfmts/coff/tests/cofftest.asm:14:; [8] Define a NASM local label
yasm-1.3.0/modules/objfmts/coff/tests/cofftest.asm:15:; [9] Reference a NASM local label
yasm-1.3.0/modules/objfmts/coff/tests/cofftest.asm-16-; [10] Import an external symbol
##############################################
yasm-1.3.0/modules/objfmts/coff/coff-objfmt.c-432-static int
yasm-1.3.0/modules/objfmts/coff/coff-objfmt.c:433:coff_objfmt_set_section_addr(yasm_section *sect, /*@null@*/ void *d)
yasm-1.3.0/modules/objfmts/coff/coff-objfmt.c-434-{
##############################################
yasm-1.3.0/modules/objfmts/coff/coff-objfmt.c-1544-        /* Default to code, but set a flag so if we get gasflags we can
yasm-1.3.0/modules/objfmts/coff/coff-objfmt.c:1545:         * change it (NASM and GAS have different defaults).
yasm-1.3.0/modules/objfmts/coff/coff-objfmt.c-1546-         */
##############################################
yasm-1.3.0/modules/objfmts/yasm_objfmts.xml-7- <refentryinfo>
yasm-1.3.0/modules/objfmts/yasm_objfmts.xml:8:  <title>Yasm Supported Object Formats</title>
yasm-1.3.0/modules/objfmts/yasm_objfmts.xml-9-  <date>February 2007</date>
##############################################
yasm-1.3.0/modules/objfmts/yasm_objfmts.xml-31-  <refname>yasm_objfmts</refname>
yasm-1.3.0/modules/objfmts/yasm_objfmts.xml:32:  <refpurpose>Yasm Supported Object Formats</refpurpose>
yasm-1.3.0/modules/objfmts/yasm_objfmts.xml-33- </refnamediv>
##############################################
yasm-1.3.0/modules/objfmts/yasm_objfmts.xml-49-
yasm-1.3.0/modules/objfmts/yasm_objfmts.xml:50:  <para>The standard Yasm distribution includes a number of modules
yasm-1.3.0/modules/objfmts/yasm_objfmts.xml-51-   for different object formats (Yasm's primary output).</para>
##############################################
yasm-1.3.0/modules/objfmts/yasm_objfmts.xml-87-   <quote>real</quote> object format; the output file it creates
yasm-1.3.0/modules/objfmts/yasm_objfmts.xml:88:   simply describes the sequence of calls made to it by Yasm and the
yasm-1.3.0/modules/objfmts/yasm_objfmts.xml-89-   final object and symbol table information in a human-readable text
##############################################
yasm-1.3.0/modules/objfmts/yasm_objfmts.xml-112-   <quote>macho64</quote> (for 64-bit targets).  Mach-O is used as
yasm-1.3.0/modules/objfmts/yasm_objfmts.xml:113:   the object format on MacOS X.  As Yasm currently only supports
yasm-1.3.0/modules/objfmts/yasm_objfmts.xml-114-   x86 and AMD64 instruction sets, it can only generate Mach-O
##############################################
yasm-1.3.0/modules/parsers/nasm/nasm-std.mac:1:; Standard macro set for NASM -*- nasm -*-
yasm-1.3.0/modules/parsers/nasm/nasm-std.mac-2-
##############################################
yasm-1.3.0/modules/parsers/nasm/nasm-std.mac-107-
yasm-1.3.0/modules/parsers/nasm/nasm-std.mac:108:; NASM compatibility shim
yasm-1.3.0/modules/parsers/nasm/nasm-std.mac-109-%define __OUTPUT_FORMAT__ __YASM_OBJFMT__
##############################################
yasm-1.3.0/modules/parsers/nasm/Makefile.inc-6-
yasm-1.3.0/modules/parsers/nasm/Makefile.inc:7:YASM_MODULES += parser_nasm parser_tasm
yasm-1.3.0/modules/parsers/nasm/Makefile.inc-8-
##############################################
yasm-1.3.0/modules/parsers/nasm/nasm-parse.c-41-
yasm-1.3.0/modules/parsers/nasm/nasm-parse.c:42:static yasm_bytecode *parse_line(yasm_parser_nasm *parser_nasm);
yasm-1.3.0/modules/parsers/nasm/nasm-parse.c:43:static int parse_directive_valparams(yasm_parser_nasm *parser_nasm,
yasm-1.3.0/modules/parsers/nasm/nasm-parse.c-44-                                     /*@out@*/ yasm_valparamhead *vps);
yasm-1.3.0/modules/parsers/nasm/nasm-parse.c:45:static yasm_bytecode *parse_times(yasm_parser_nasm *parser_nasm);
yasm-1.3.0/modules/parsers/nasm/nasm-parse.c:46:static yasm_bytecode *parse_exp(yasm_parser_nasm *parser_nasm);
yasm-1.3.0/modules/parsers/nasm/nasm-parse.c:47:static yasm_bytecode *parse_instr(yasm_parser_nasm *parser_nasm);
yasm-1.3.0/modules/parsers/nasm/nasm-parse.c:48:static yasm_insn_operand *parse_operand(yasm_parser_nasm *parser_nasm);
yasm-1.3.0/modules/parsers/nasm/nasm-parse.c:49:static yasm_insn_operand *parse_memaddr(yasm_parser_nasm *parser_nasm);
yasm-1.3.0/modules/parsers/nasm/nasm-parse.c:50:static yasm_expr *parse_expr(yasm_parser_nasm *parser_nasm, expr_type type);
yasm-1.3.0/modules/parsers/nasm/nasm-parse.c:51:static yasm_expr *parse_bexpr(yasm_parser_nasm *parser_nasm, expr_type type);
yasm-1.3.0/modules/parsers/nasm/nasm-parse.c:52:static yasm_expr *parse_expr0(yasm_parser_nasm *parser_nasm, expr_type type);
yasm-1.3.0/modules/parsers/nasm/nasm-parse.c:53:static yasm_expr *parse_expr1(yasm_parser_nasm *parser_nasm, expr_type type);
yasm-1.3.0/modules/parsers/nasm/nasm-parse.c:54:static yasm_expr *parse_expr2(yasm_parser_nasm *parser_nasm, expr_type type);
yasm-1.3.0/modules/parsers/nasm/nasm-parse.c:55:static yasm_expr *parse_expr3(yasm_parser_nasm *parser_nasm, expr_type type);
yasm-1.3.0/modules/parsers/nasm/nasm-parse.c:56:static yasm_expr *parse_expr4(yasm_parser_nasm *parser_nasm, expr_type type);
yasm-1.3.0/modules/parsers/nasm/nasm-parse.c:57:static yasm_expr *parse_expr5(yasm_parser_nasm *parser_nasm, expr_type type);
yasm-1.3.0/modules/parsers/nasm/nasm-parse.c:58:static yasm_expr *parse_expr6(yasm_parser_nasm *parser_nasm, expr_type type);
yasm-1.3.0/modules/parsers/nasm/nasm-parse.c-59-
yasm-1.3.0/modules/parsers/nasm/nasm-parse.c-60-static void nasm_parser_directive
yasm-1.3.0/modules/parsers/nasm/nasm-parse.c:61:    (yasm_parser_nasm *parser_nasm, const char *name,
yasm-1.3.0/modules/parsers/nasm/nasm-parse.c-62-     /*@null@*/ yasm_valparamhead *valparams,
yasm-1.3.0/modules/parsers/nasm/nasm-parse.c-63-     /*@null@*/ yasm_valparamhead *objext_valparams);
yasm-1.3.0/modules/parsers/nasm/nasm-parse.c:64:static void set_nonlocal_label(yasm_parser_nasm *parser_nasm, const char *name);
yasm-1.3.0/modules/parsers/nasm/nasm-parse.c:65:static void define_label(yasm_parser_nasm *parser_nasm, /*@only@*/ char *name,
yasm-1.3.0/modules/parsers/nasm/nasm-parse.c-66-                         unsigned int size);
yasm-1.3.0/modules/parsers/nasm/nasm-parse.c-67-
yasm-1.3.0/modules/parsers/nasm/nasm-parse.c:68:static void yasm_ea_set_implicit_size_segment(yasm_parser_nasm *parser_nasm,
yasm-1.3.0/modules/parsers/nasm/nasm-parse.c-69-                                              yasm_effaddr *ea, yasm_expr *e)
##############################################
yasm-1.3.0/modules/parsers/nasm/nasm-parse.c-89-static void
yasm-1.3.0/modules/parsers/nasm/nasm-parse.c:90:get_peek_token(yasm_parser_nasm *parser_nasm)
yasm-1.3.0/modules/parsers/nasm/nasm-parse.c-91-{
##############################################
yasm-1.3.0/modules/parsers/nasm/nasm-parse.c-101-static void
yasm-1.3.0/modules/parsers/nasm/nasm-parse.c:102:destroy_curtok_(yasm_parser_nasm *parser_nasm)
yasm-1.3.0/modules/parsers/nasm/nasm-parse.c-103-{
##############################################
yasm-1.3.0/modules/parsers/nasm/nasm-parse.c-137-static void
yasm-1.3.0/modules/parsers/nasm/nasm-parse.c:138:demand_eol_(yasm_parser_nasm *parser_nasm)
yasm-1.3.0/modules/parsers/nasm/nasm-parse.c-139-{
##############################################
yasm-1.3.0/modules/parsers/nasm/nasm-parse.c-202-static int
yasm-1.3.0/modules/parsers/nasm/nasm-parse.c:203:expect_(yasm_parser_nasm *parser_nasm, int token)
yasm-1.3.0/modules/parsers/nasm/nasm-parse.c-204-{
##############################################
yasm-1.3.0/modules/parsers/nasm/nasm-parse.c-214-void
yasm-1.3.0/modules/parsers/nasm/nasm-parse.c:215:nasm_parser_parse(yasm_parser_nasm *parser_nasm)
yasm-1.3.0/modules/parsers/nasm/nasm-parse.c-216-{
##############################################
yasm-1.3.0/modules/parsers/nasm/nasm-parse.c-284-static yasm_bytecode *
yasm-1.3.0/modules/parsers/nasm/nasm-parse.c:285:parse_line(yasm_parser_nasm *parser_nasm)
yasm-1.3.0/modules/parsers/nasm/nasm-parse.c-286-{
##############################################
yasm-1.3.0/modules/parsers/nasm/nasm-parse.c-411-
yasm-1.3.0/modules/parsers/nasm/nasm-parse.c:412:            if (curtok == EQU || (parser_nasm->tasm && curtok == '=')) {
yasm-1.3.0/modules/parsers/nasm/nasm-parse.c-413-                /* label EQU expr */
##############################################
yasm-1.3.0/modules/parsers/nasm/nasm-parse.c-416-
yasm-1.3.0/modules/parsers/nasm/nasm-parse.c:417:                if (parser_nasm->tasm && curtok == SIZE_OVERRIDE) {
yasm-1.3.0/modules/parsers/nasm/nasm-parse.c-418-                    size = SIZE_OVERRIDE_val;
##############################################
yasm-1.3.0/modules/parsers/nasm/nasm-parse.c-433-
yasm-1.3.0/modules/parsers/nasm/nasm-parse.c:434:            if (parser_nasm->tasm && curtok == LABEL)
yasm-1.3.0/modules/parsers/nasm/nasm-parse.c-435-                get_next_token();
yasm-1.3.0/modules/parsers/nasm/nasm-parse.c-436-
yasm-1.3.0/modules/parsers/nasm/nasm-parse.c:437:            if (parser_nasm->tasm && curtok == SIZE_OVERRIDE) {
yasm-1.3.0/modules/parsers/nasm/nasm-parse.c-438-                size = SIZE_OVERRIDE_val;
##############################################
yasm-1.3.0/modules/parsers/nasm/nasm-parse.c-454-            bc = parse_exp(parser_nasm);
yasm-1.3.0/modules/parsers/nasm/nasm-parse.c:455:            if (!parser_nasm->tasm && !bc)
yasm-1.3.0/modules/parsers/nasm/nasm-parse.c-456-                yasm_error_set(YASM_ERROR_SYNTAX,
yasm-1.3.0/modules/parsers/nasm/nasm-parse.c-457-                               N_("instruction expected after label"));
yasm-1.3.0/modules/parsers/nasm/nasm-parse.c:458:            if (parser_nasm->tasm && bc && !size)
yasm-1.3.0/modules/parsers/nasm/nasm-parse.c-459-                size = yasm_bc_elem_size(bc);
##############################################
yasm-1.3.0/modules/parsers/nasm/nasm-parse.c-470-static int
yasm-1.3.0/modules/parsers/nasm/nasm-parse.c:471:parse_directive_valparams(yasm_parser_nasm *parser_nasm,
yasm-1.3.0/modules/parsers/nasm/nasm-parse.c-472-                          /*@out@*/ yasm_valparamhead *vps)
##############################################
yasm-1.3.0/modules/parsers/nasm/nasm-parse.c-538-static yasm_bytecode *
yasm-1.3.0/modules/parsers/nasm/nasm-parse.c:539:parse_times(yasm_parser_nasm *parser_nasm)
yasm-1.3.0/modules/parsers/nasm/nasm-parse.c-540-{
##############################################
yasm-1.3.0/modules/parsers/nasm/nasm-parse.c-561-static yasm_bytecode *
yasm-1.3.0/modules/parsers/nasm/nasm-parse.c:562:parse_exp(yasm_parser_nasm *parser_nasm)
yasm-1.3.0/modules/parsers/nasm/nasm-parse.c-563-{
##############################################
yasm-1.3.0/modules/parsers/nasm/nasm-parse.c-733-static yasm_bytecode *
yasm-1.3.0/modules/parsers/nasm/nasm-parse.c:734:parse_instr(yasm_parser_nasm *parser_nasm)
yasm-1.3.0/modules/parsers/nasm/nasm-parse.c-735-{
##############################################
yasm-1.3.0/modules/parsers/nasm/nasm-parse.c-801-static yasm_insn_operand *
yasm-1.3.0/modules/parsers/nasm/nasm-parse.c:802:parse_operand(yasm_parser_nasm *parser_nasm)
yasm-1.3.0/modules/parsers/nasm/nasm-parse.c-803-{
##############################################
yasm-1.3.0/modules/parsers/nasm/nasm-parse.c-808-            get_next_token();
yasm-1.3.0/modules/parsers/nasm/nasm-parse.c:809:            op = parse_memaddr(parser_nasm);
yasm-1.3.0/modules/parsers/nasm/nasm-parse.c-810-
##############################################
yasm-1.3.0/modules/parsers/nasm/nasm-parse.c-819-
yasm-1.3.0/modules/parsers/nasm/nasm-parse.c:820:            if (parser_nasm->tasm && !is_eol() && curtok != ',') {
yasm-1.3.0/modules/parsers/nasm/nasm-parse.c-821-                yasm_expr *e = NULL, *f;
##############################################
yasm-1.3.0/modules/parsers/nasm/nasm-parse.c-861-            get_next_token();
yasm-1.3.0/modules/parsers/nasm/nasm-parse.c:862:            if (parser_nasm->masm && curtok == ID && !yasm__strcasecmp(ID_val, "flat")) {
yasm-1.3.0/modules/parsers/nasm/nasm-parse.c-863-                get_next_token();
##############################################
yasm-1.3.0/modules/parsers/nasm/nasm-parse.c-897-            get_next_token();
yasm-1.3.0/modules/parsers/nasm/nasm-parse.c:898:            if (parser_nasm->tasm && curtok == ':') {
yasm-1.3.0/modules/parsers/nasm/nasm-parse.c-899-                get_next_token();
##############################################
yasm-1.3.0/modules/parsers/nasm/nasm-parse.c-967-            get_next_token();
yasm-1.3.0/modules/parsers/nasm/nasm-parse.c:968:            if (parser_nasm->masm && curtok == ID && !yasm__strcasecmp(ID_val, "ptr")) {
yasm-1.3.0/modules/parsers/nasm/nasm-parse.c-969-                get_next_token();
##############################################
yasm-1.3.0/modules/parsers/nasm/nasm-parse.c-1045-            if (curtok != ':') {
yasm-1.3.0/modules/parsers/nasm/nasm-parse.c:1046:                if (parser_nasm->tasm && yasm_expr_size(e)) {
yasm-1.3.0/modules/parsers/nasm/nasm-parse.c-1047-                    yasm_effaddr *ea = yasm_arch_ea_create(p_object->arch, e);
##############################################
yasm-1.3.0/modules/parsers/nasm/nasm-parse.c-1089-static yasm_insn_operand *
yasm-1.3.0/modules/parsers/nasm/nasm-parse.c:1090:parse_memaddr(yasm_parser_nasm *parser_nasm)
yasm-1.3.0/modules/parsers/nasm/nasm-parse.c-1091-{
##############################################
yasm-1.3.0/modules/parsers/nasm/nasm-parse.c-1103-            get_next_token();
yasm-1.3.0/modules/parsers/nasm/nasm-parse.c:1104:            op = parse_memaddr(parser_nasm);
yasm-1.3.0/modules/parsers/nasm/nasm-parse.c-1105-            if (op)
##############################################
yasm-1.3.0/modules/parsers/nasm/nasm-parse.c-1112-            get_next_token();
yasm-1.3.0/modules/parsers/nasm/nasm-parse.c:1113:            op = parse_memaddr(parser_nasm);
yasm-1.3.0/modules/parsers/nasm/nasm-parse.c-1114-            if (op)
##############################################
yasm-1.3.0/modules/parsers/nasm/nasm-parse.c-1119-            get_next_token();
yasm-1.3.0/modules/parsers/nasm/nasm-parse.c:1120:            op = parse_memaddr(parser_nasm);
yasm-1.3.0/modules/parsers/nasm/nasm-parse.c-1121-            if (op)
##############################################
yasm-1.3.0/modules/parsers/nasm/nasm-parse.c-1125-            get_next_token();
yasm-1.3.0/modules/parsers/nasm/nasm-parse.c:1126:            op = parse_memaddr(parser_nasm);
yasm-1.3.0/modules/parsers/nasm/nasm-parse.c-1127-            if (op) {
##############################################
yasm-1.3.0/modules/parsers/nasm/nasm-parse.c-1133-            get_next_token();
yasm-1.3.0/modules/parsers/nasm/nasm-parse.c:1134:            op = parse_memaddr(parser_nasm);
yasm-1.3.0/modules/parsers/nasm/nasm-parse.c-1135-            if (op) {
##############################################
yasm-1.3.0/modules/parsers/nasm/nasm-parse.c-1207-static yasm_expr *
yasm-1.3.0/modules/parsers/nasm/nasm-parse.c:1208:parse_expr(yasm_parser_nasm *parser_nasm, expr_type type)
yasm-1.3.0/modules/parsers/nasm/nasm-parse.c-1209-{
##############################################
yasm-1.3.0/modules/parsers/nasm/nasm-parse.c-1221-static yasm_expr *
yasm-1.3.0/modules/parsers/nasm/nasm-parse.c:1222:parse_bexpr(yasm_parser_nasm *parser_nasm, expr_type type)
yasm-1.3.0/modules/parsers/nasm/nasm-parse.c-1223-{
##############################################
yasm-1.3.0/modules/parsers/nasm/nasm-parse.c-1227-static yasm_expr *
yasm-1.3.0/modules/parsers/nasm/nasm-parse.c:1228:parse_expr0(yasm_parser_nasm *parser_nasm, expr_type type)
yasm-1.3.0/modules/parsers/nasm/nasm-parse.c-1229-{
##############################################
yasm-1.3.0/modules/parsers/nasm/nasm-parse.c-1233-static yasm_expr *
yasm-1.3.0/modules/parsers/nasm/nasm-parse.c:1234:parse_expr1(yasm_parser_nasm *parser_nasm, expr_type type)
yasm-1.3.0/modules/parsers/nasm/nasm-parse.c-1235-{
##############################################
yasm-1.3.0/modules/parsers/nasm/nasm-parse.c-1239-static yasm_expr *
yasm-1.3.0/modules/parsers/nasm/nasm-parse.c:1240:parse_expr2(yasm_parser_nasm *parser_nasm, expr_type type)
yasm-1.3.0/modules/parsers/nasm/nasm-parse.c-1241-{
##############################################
yasm-1.3.0/modules/parsers/nasm/nasm-parse.c-1245-static yasm_expr *
yasm-1.3.0/modules/parsers/nasm/nasm-parse.c:1246:parse_expr3(yasm_parser_nasm *parser_nasm, expr_type type)
yasm-1.3.0/modules/parsers/nasm/nasm-parse.c-1247-{
##############################################
yasm-1.3.0/modules/parsers/nasm/nasm-parse.c-1273-static yasm_expr *
yasm-1.3.0/modules/parsers/nasm/nasm-parse.c:1274:parse_expr4(yasm_parser_nasm *parser_nasm, expr_type type)
yasm-1.3.0/modules/parsers/nasm/nasm-parse.c-1275-{
##############################################
yasm-1.3.0/modules/parsers/nasm/nasm-parse.c-1301-static yasm_expr *
yasm-1.3.0/modules/parsers/nasm/nasm-parse.c:1302:parse_expr5(yasm_parser_nasm *parser_nasm, expr_type type)
yasm-1.3.0/modules/parsers/nasm/nasm-parse.c-1303-{
##############################################
yasm-1.3.0/modules/parsers/nasm/nasm-parse.c-1333-static yasm_expr *
yasm-1.3.0/modules/parsers/nasm/nasm-parse.c:1334:parse_expr6(yasm_parser_nasm *parser_nasm, expr_type type)
yasm-1.3.0/modules/parsers/nasm/nasm-parse.c-1335-{
##############################################
yasm-1.3.0/modules/parsers/nasm/nasm-parse.c-1497-static void
yasm-1.3.0/modules/parsers/nasm/nasm-parse.c:1498:set_nonlocal_label(yasm_parser_nasm *parser_nasm, const char *name)
yasm-1.3.0/modules/parsers/nasm/nasm-parse.c-1499-{
yasm-1.3.0/modules/parsers/nasm/nasm-parse.c:1500:    if (!parser_nasm->tasm || tasm_locals) {
yasm-1.3.0/modules/parsers/nasm/nasm-parse.c-1501-        if (parser_nasm->locallabel_base)
##############################################
yasm-1.3.0/modules/parsers/nasm/nasm-parse.c-1510-static void
yasm-1.3.0/modules/parsers/nasm/nasm-parse.c:1511:define_label(yasm_parser_nasm *parser_nasm, char *name, unsigned int size)
yasm-1.3.0/modules/parsers/nasm/nasm-parse.c-1512-{
##############################################
yasm-1.3.0/modules/parsers/nasm/nasm-parse.c-1537-    /* Largest .align in the section specifies section alignment.
yasm-1.3.0/modules/parsers/nasm/nasm-parse.c:1538:     * Note: this doesn't match NASM behavior, but is a lot more
yasm-1.3.0/modules/parsers/nasm/nasm-parse.c-1539-     * intelligent!
##############################################
yasm-1.3.0/modules/parsers/nasm/nasm-parse.c-1561-static void
yasm-1.3.0/modules/parsers/nasm/nasm-parse.c:1562:nasm_parser_directive(yasm_parser_nasm *parser_nasm, const char *name,
yasm-1.3.0/modules/parsers/nasm/nasm-parse.c-1563-                      yasm_valparamhead *valparams,
##############################################
yasm-1.3.0/modules/parsers/nasm/nasm-parse.c-1660-yasm_bytecode *
yasm-1.3.0/modules/parsers/nasm/nasm-parse.c:1661:gas_intel_syntax_parse_instr(yasm_parser_nasm *parser_nasm, unsigned char *instr)
yasm-1.3.0/modules/parsers/nasm/nasm-parse.c-1662-{
##############################################
yasm-1.3.0/modules/parsers/nasm/nasm-parser.c-37-{
yasm-1.3.0/modules/parsers/nasm/nasm-parser.c:38:    yasm_parser_nasm parser_nasm;
yasm-1.3.0/modules/parsers/nasm/nasm-parser.c-39-
yasm-1.3.0/modules/parsers/nasm/nasm-parser.c:40:    parser_nasm.tasm = tasm;
yasm-1.3.0/modules/parsers/nasm/nasm-parser.c:41:    parser_nasm.masm = 0;
yasm-1.3.0/modules/parsers/nasm/nasm-parser.c-42-
##############################################
yasm-1.3.0/modules/parsers/nasm/nasm-token.re-74-handle_dot_label(YYSTYPE *lvalp, char *tok, size_t toklen, size_t zeropos,
yasm-1.3.0/modules/parsers/nasm/nasm-token.re:75:                 yasm_parser_nasm *parser_nasm)
yasm-1.3.0/modules/parsers/nasm/nasm-token.re-76-{
##############################################
yasm-1.3.0/modules/parsers/nasm/nasm-token.re-85-    }
yasm-1.3.0/modules/parsers/nasm/nasm-token.re:86:    if (parser_nasm->masm && tok[zeropos] == '.') {
yasm-1.3.0/modules/parsers/nasm/nasm-token.re-87-        lvalp->str_val = yasm__xstrndup(tok + zeropos, toklen - zeropos);
##############################################
yasm-1.3.0/modules/parsers/nasm/nasm-token.re-89-    }
yasm-1.3.0/modules/parsers/nasm/nasm-token.re:90:    if (parser_nasm->tasm && (!tasm_locals || 
yasm-1.3.0/modules/parsers/nasm/nasm-token.re-91-                (tok[zeropos] == '.' &&
yasm-1.3.0/modules/parsers/nasm/nasm-token.re-92-                 tok[zeropos+1] != '@' && tok[zeropos+2] != '@'))) {
yasm-1.3.0/modules/parsers/nasm/nasm-token.re:93:        /* no locals on Tasm without the 'locals' directive */
yasm-1.3.0/modules/parsers/nasm/nasm-token.re-94-        /* .foo is never local either, but .@@foo may be (local structure
##############################################
yasm-1.3.0/modules/parsers/nasm/nasm-token.re-115-int
yasm-1.3.0/modules/parsers/nasm/nasm-token.re:116:nasm_parser_lex(YYSTYPE *lvalp, yasm_parser_nasm *parser_nasm)
yasm-1.3.0/modules/parsers/nasm/nasm-token.re-117-{
##############################################
yasm-1.3.0/modules/parsers/nasm/nasm-token.re-381-            if (TOK[1] == '.' ||
yasm-1.3.0/modules/parsers/nasm/nasm-token.re:382:                    (parser_nasm->tasm && TOK[1] == '@' && TOK[2] == '@')) {
yasm-1.3.0/modules/parsers/nasm/nasm-token.re-383-                /* handle like .label */
##############################################
yasm-1.3.0/modules/parsers/nasm/nasm-parser.h-89-
yasm-1.3.0/modules/parsers/nasm/nasm-parser.h:90:/* shorter access names to commonly used parser_nasm fields */
yasm-1.3.0/modules/parsers/nasm/nasm-parser.h-91-#define p_object        (parser_nasm->object)
##############################################
yasm-1.3.0/modules/parsers/nasm/nasm-parser.h-118-
yasm-1.3.0/modules/parsers/nasm/nasm-parser.h:119:void nasm_parser_parse(yasm_parser_nasm *parser_nasm);
yasm-1.3.0/modules/parsers/nasm/nasm-parser.h:120:void nasm_parser_cleanup(yasm_parser_nasm *parser_nasm);
yasm-1.3.0/modules/parsers/nasm/nasm-parser.h:121:int nasm_parser_lex(YYSTYPE *lvalp, yasm_parser_nasm *parser_nasm);
yasm-1.3.0/modules/parsers/nasm/nasm-parser.h-122-
##############################################
yasm-1.3.0/modules/parsers/nasm/nasm-parser-struct.h-42-
yasm-1.3.0/modules/parsers/nasm/nasm-parser-struct.h:43:typedef struct yasm_parser_nasm {
yasm-1.3.0/modules/parsers/nasm/nasm-parser-struct.h-44-    int tasm;
##############################################
yasm-1.3.0/modules/parsers/yasm_parsers.xml-7- <refentryinfo>
yasm-1.3.0/modules/parsers/yasm_parsers.xml:8:  <title>Yasm Supported Parsers</title>
yasm-1.3.0/modules/parsers/yasm_parsers.xml-9-  <date>October 2006</date>
##############################################
yasm-1.3.0/modules/parsers/yasm_parsers.xml-31-  <refname>yasm_parsers</refname>
yasm-1.3.0/modules/parsers/yasm_parsers.xml:32:  <refpurpose>Yasm Supported Parsers (Assembler Syntaxes)</refpurpose>
yasm-1.3.0/modules/parsers/yasm_parsers.xml-33- </refnamediv>
##############################################
yasm-1.3.0/modules/parsers/yasm_parsers.xml-52-
yasm-1.3.0/modules/parsers/yasm_parsers.xml:53:  <para>The standard Yasm distribution includes a number of modules
yasm-1.3.0/modules/parsers/yasm_parsers.xml-54-   for different parsers (assembler syntaxes).</para>
##############################################
yasm-1.3.0/modules/parsers/yasm_parsers.xml-68- <refsect1>
yasm-1.3.0/modules/parsers/yasm_parsers.xml:69:  <title>NASM Parser</title>
yasm-1.3.0/modules/parsers/yasm_parsers.xml-70-
yasm-1.3.0/modules/parsers/yasm_parsers.xml:71:  <para>NASM syntax, selected with <option>-p nasm</option>, is the
yasm-1.3.0/modules/parsers/yasm_parsers.xml:72:   most full-featured syntax supported by Yasm.  Yasm is nearly 100%
yasm-1.3.0/modules/parsers/yasm_parsers.xml:73:   compatible with NASM for 16-bit and 32-bit x86 code.  Yasm
yasm-1.3.0/modules/parsers/yasm_parsers.xml:74:   additionally supports 64-bit AMD64 code with Yasm extensions to the
yasm-1.3.0/modules/parsers/yasm_parsers.xml:75:   NASM syntax; see
yasm-1.3.0/modules/parsers/yasm_parsers.xml-76-
##############################################
yasm-1.3.0/modules/parsers/yasm_parsers.xml-81-   
yasm-1.3.0/modules/parsers/yasm_parsers.xml:82:   for details.  NASM syntax is the Yasm default.</para>
yasm-1.3.0/modules/parsers/yasm_parsers.xml-83- </refsect1>
##############################################
yasm-1.3.0/modules/parsers/gas/gas-parse-intel.c-36-
yasm-1.3.0/modules/parsers/gas/gas-parse-intel.c:37:extern yasm_bytecode *gas_intel_syntax_parse_instr(yasm_parser_nasm *parser_nasm, unsigned char *instr);
yasm-1.3.0/modules/parsers/gas/gas-parse-intel.c-38-
##############################################
yasm-1.3.0/modules/parsers/gas/gas-parse-intel.c-53-
yasm-1.3.0/modules/parsers/gas/gas-parse-intel.c:54:    yasm_parser_nasm parser_nasm;
yasm-1.3.0/modules/parsers/gas/gas-parse-intel.c-55-    yasm_bytecode *bc;
##############################################
yasm-1.3.0/modules/parsers/gas/gas-parse-intel.c-60-    SET_FIELDS(&parser_nasm, parser_gas);
yasm-1.3.0/modules/parsers/gas/gas-parse-intel.c:61:    parser_nasm.masm = 1;
yasm-1.3.0/modules/parsers/gas/gas-parse-intel.c-62-
##############################################
yasm-1.3.0/modules/parsers/gas/gas-parse.c-52-static int parse_strvals(yasm_parser_gas *parser_gas, yasm_datavalhead *dvs);
yasm-1.3.0/modules/parsers/gas/gas-parse.c:53:static yasm_effaddr *parse_memaddr(yasm_parser_gas *parser_gas);
yasm-1.3.0/modules/parsers/gas/gas-parse.c-54-static yasm_insn_operand *parse_operand(yasm_parser_gas *parser_gas);
##############################################
yasm-1.3.0/modules/parsers/gas/gas-parse.c-361-/*
yasm-1.3.0/modules/parsers/gas/gas-parse.c:362:    Handle line markers generated by the nasm preproc.
yasm-1.3.0/modules/parsers/gas/gas-parse.c-363-
##############################################
yasm-1.3.0/modules/parsers/gas/gas-parse.c-1113-static yasm_effaddr *
yasm-1.3.0/modules/parsers/gas/gas-parse.c:1114:parse_memaddr(yasm_parser_gas *parser_gas)
yasm-1.3.0/modules/parsers/gas/gas-parse.c-1115-{
##############################################
yasm-1.3.0/modules/parsers/gas/gas-parse.c-1124-        get_next_token(); /* ':' */
yasm-1.3.0/modules/parsers/gas/gas-parse.c:1125:        ea = parse_memaddr(parser_gas);
yasm-1.3.0/modules/parsers/gas/gas-parse.c-1126-        if (!ea)
##############################################
yasm-1.3.0/modules/parsers/gas/gas-parse.c-1249-            if (parser_gas->peek_token == ':') {
yasm-1.3.0/modules/parsers/gas/gas-parse.c:1250:                ea = parse_memaddr(parser_gas);
yasm-1.3.0/modules/parsers/gas/gas-parse.c-1251-                if (!ea)
##############################################
yasm-1.3.0/modules/parsers/gas/gas-parse.c-1304-            } else {
yasm-1.3.0/modules/parsers/gas/gas-parse.c:1305:                ea = parse_memaddr(parser_gas);
yasm-1.3.0/modules/parsers/gas/gas-parse.c-1306-                if (!ea) {
##############################################
yasm-1.3.0/modules/parsers/gas/gas-parse.c-1315-        default:
yasm-1.3.0/modules/parsers/gas/gas-parse.c:1316:            ea = parse_memaddr(parser_gas);
yasm-1.3.0/modules/parsers/gas/gas-parse.c-1317-            if (!ea)
##############################################
yasm-1.3.0/modules/parsers/gas/gas-token.re-477-
yasm-1.3.0/modules/parsers/gas/gas-token.re:478:    /* filename portion of nasm preproc %line */
yasm-1.3.0/modules/parsers/gas/gas-token.re-479-nasm_filename:
##############################################
yasm-1.3.0/modules/preprocs/nasm/tests/nasmpp_test.sh-1-#! /bin/sh
yasm-1.3.0/modules/preprocs/nasm/tests/nasmpp_test.sh:2:${srcdir}/out_test.sh nasmpp_test modules/preprocs/nasm/tests "nasm preproc" "-f bin" ""
yasm-1.3.0/modules/preprocs/nasm/tests/nasmpp_test.sh-3-exit $?
##############################################
yasm-1.3.0/modules/preprocs/nasm/Makefile.inc-9-
yasm-1.3.0/modules/preprocs/nasm/Makefile.inc:10:YASM_MODULES += preproc_nasm preproc_tasm
yasm-1.3.0/modules/preprocs/nasm/Makefile.inc-11-
##############################################
yasm-1.3.0/modules/preprocs/nasm/Makefile.inc-33-genversion.$(OBJEXT): modules/preprocs/nasm/genversion.c
yasm-1.3.0/modules/preprocs/nasm/Makefile.inc:34:	$(CC_FOR_BUILD) $(DEFAULT_INCLUDES) $(INCLUDES) -c -o $@ `test -f modules/preprocs/nasm/genversion.c || echo '$(srcdir)/'`modules/preprocs/nasm/genversion.c
yasm-1.3.0/modules/preprocs/nasm/Makefile.inc-35-
##############################################
yasm-1.3.0/modules/preprocs/nasm/nasm-preproc.c-1-/*
yasm-1.3.0/modules/preprocs/nasm/nasm-preproc.c:2: * Imported NASM preprocessor - glue code
yasm-1.3.0/modules/preprocs/nasm/nasm-preproc.c-3- *
##############################################
yasm-1.3.0/modules/preprocs/nasm/nasm-preproc.c-35-
yasm-1.3.0/modules/preprocs/nasm/nasm-preproc.c:36:typedef struct yasm_preproc_nasm {
yasm-1.3.0/modules/preprocs/nasm/nasm-preproc.c-37-    yasm_preproc_base preproc;   /* Base structure */
##############################################
yasm-1.3.0/modules/preprocs/nasm/nasm-preproc.c-137-    FILE *f;
yasm-1.3.0/modules/preprocs/nasm/nasm-preproc.c:138:    yasm_preproc_nasm *preproc_nasm = yasm_xmalloc(sizeof(yasm_preproc_nasm));
yasm-1.3.0/modules/preprocs/nasm/nasm-preproc.c-139-
##############################################
yasm-1.3.0/modules/preprocs/nasm/nasm-preproc.c-169-{
yasm-1.3.0/modules/preprocs/nasm/nasm-preproc.c:170:    yasm_preproc_nasm *preproc_nasm = (yasm_preproc_nasm *)preproc;
yasm-1.3.0/modules/preprocs/nasm/nasm-preproc.c-171-    nasmpp.cleanup(0);
##############################################
yasm-1.3.0/modules/preprocs/nasm/nasm-preproc.c-183-{
yasm-1.3.0/modules/preprocs/nasm/nasm-preproc.c:184:    yasm_preproc_nasm *preproc_nasm = (yasm_preproc_nasm *)preproc;
yasm-1.3.0/modules/preprocs/nasm/nasm-preproc.c-185-    long linnum;
##############################################
yasm-1.3.0/modules/preprocs/nasm/nasm-preproc.c-308-yasm_preproc_module yasm_nasm_LTX_preproc = {
yasm-1.3.0/modules/preprocs/nasm/nasm-preproc.c:309:    "Real NASM Preprocessor",
yasm-1.3.0/modules/preprocs/nasm/nasm-preproc.c-310-    "nasm",
##############################################
yasm-1.3.0/modules/preprocs/nasm/nasm-preproc.c-330-yasm_preproc_module yasm_tasm_LTX_preproc = {
yasm-1.3.0/modules/preprocs/nasm/nasm-preproc.c:331:    "Real TASM Preprocessor",
yasm-1.3.0/modules/preprocs/nasm/nasm-preproc.c-332-    "tasm",
##############################################
yasm-1.3.0/modules/preprocs/nasm/nasmlib.c-5- * redistributable under the licence given in the file "Licence"
yasm-1.3.0/modules/preprocs/nasm/nasmlib.c:6: * distributed in the NASM archive.
yasm-1.3.0/modules/preprocs/nasm/nasmlib.c-7- */
##############################################
yasm-1.3.0/modules/preprocs/nasm/nasm.h-5- * redistributable under the licence given in the file "Licence"
yasm-1.3.0/modules/preprocs/nasm/nasm.h:6: * distributed in the NASM archive.
yasm-1.3.0/modules/preprocs/nasm/nasm.h-7- *
##############################################
yasm-1.3.0/modules/preprocs/nasm/nasm.h-229- * ----------------------------------------------------------------
yasm-1.3.0/modules/preprocs/nasm/nasm.h:230: * Some lexical properties of the NASM source language, included
yasm-1.3.0/modules/preprocs/nasm/nasm.h-231- * here because they are shared between the parser and preprocessor
##############################################
yasm-1.3.0/modules/preprocs/nasm/nasm-pp.c-6- * redistributable under the licence given in the file "Licence"
yasm-1.3.0/modules/preprocs/nasm/nasm-pp.c:7: * distributed in the NASM archive.
yasm-1.3.0/modules/preprocs/nasm/nasm-pp.c-8- *
##############################################
yasm-1.3.0/modules/preprocs/nasm/nasm-pp.c-314-
yasm-1.3.0/modules/preprocs/nasm/nasm-pp.c:315:/* For TASM compatibility we need to be able to recognise TASM compatible
yasm-1.3.0/modules/preprocs/nasm/nasm-pp.c:316: * conditional compilation directives. Using the NASM pre-processor does
yasm-1.3.0/modules/preprocs/nasm/nasm-pp.c-317- * not work, so we look for them specifically from the following list and
yasm-1.3.0/modules/preprocs/nasm/nasm-pp.c:318: * then jam in the equivalent NASM directive into the input stream.
yasm-1.3.0/modules/preprocs/nasm/nasm-pp.c-319- */
##############################################
yasm-1.3.0/modules/preprocs/nasm/nasm-pp.c-392-/*
yasm-1.3.0/modules/preprocs/nasm/nasm-pp.c:393: * Macros to make NASM ignore some TASM directives before the first include
yasm-1.3.0/modules/preprocs/nasm/nasm-pp.c-394- * directive.
##############################################
yasm-1.3.0/modules/preprocs/nasm/nasm-pp.c-487-
yasm-1.3.0/modules/preprocs/nasm/nasm-pp.c:488:/* Handle TASM specific directives, which do not contain a % in
yasm-1.3.0/modules/preprocs/nasm/nasm-pp.c-489- * front of them. We do it here because I could not find any other
yasm-1.3.0/modules/preprocs/nasm/nasm-pp.c-490- * place to do it for the moment, and it is a hack (ideally it would
yasm-1.3.0/modules/preprocs/nasm/nasm-pp.c:491: * be nice to be able to use the NASM pre-processor to do it).
yasm-1.3.0/modules/preprocs/nasm/nasm-pp.c-492- */
##############################################
yasm-1.3.0/modules/preprocs/nasm/nasm-pp.c-548-
yasm-1.3.0/modules/preprocs/nasm/nasm-pp.c:549:    /* Ignore nasm directives */
yasm-1.3.0/modules/preprocs/nasm/nasm-pp.c-550-    if (*p == '%')
##############################################
yasm-1.3.0/modules/preprocs/nasm/nasm-pp.c-570-            /* We have found a directive, so jam a % in front of it
yasm-1.3.0/modules/preprocs/nasm/nasm-pp.c:571:             * so that NASM will then recognise it as one if it's own.
yasm-1.3.0/modules/preprocs/nasm/nasm-pp.c-572-             */
##############################################
yasm-1.3.0/modules/preprocs/nasm/nasm-pp.c-577-            {
yasm-1.3.0/modules/preprocs/nasm/nasm-pp.c:578:                /* NASM does not recognise IFDIFI, so we convert it to
yasm-1.3.0/modules/preprocs/nasm/nasm-pp.c:579:                 * %ifdef BOGUS. This is not used in NASM comaptible
yasm-1.3.0/modules/preprocs/nasm/nasm-pp.c:580:                 * code, but does need to parse for the TASM macro
yasm-1.3.0/modules/preprocs/nasm/nasm-pp.c-581-                 * package.
##############################################
yasm-1.3.0/modules/preprocs/nasm/nasm-pp.c-1041- * number indications as they emerge from GNU cpp (`# lineno "file"
yasm-1.3.0/modules/preprocs/nasm/nasm-pp.c:1042: * flags') into NASM preprocessor line number indications (`%line
yasm-1.3.0/modules/preprocs/nasm/nasm-pp.c-1043- * lineno file').
##############################################
yasm-1.3.0/modules/preprocs/nasm/nasm-pp.c-2435-        case PP_STACKSIZE:
yasm-1.3.0/modules/preprocs/nasm/nasm-pp.c:2436:            /* Directive to tell NASM what the default stack size is. The
yasm-1.3.0/modules/preprocs/nasm/nasm-pp.c-2437-             * default is for a 16-bit stack, and this can be overriden with
##############################################
yasm-1.3.0/modules/preprocs/nasm/nasm-pp.c-2489-        case PP_ARG:
yasm-1.3.0/modules/preprocs/nasm/nasm-pp.c:2490:            /* TASM like ARG directive to define arguments to functions, in
yasm-1.3.0/modules/preprocs/nasm/nasm-pp.c-2491-             * the following form:
##############################################
yasm-1.3.0/modules/preprocs/nasm/nasm-pp.c-2581-        case PP_LOCAL:
yasm-1.3.0/modules/preprocs/nasm/nasm-pp.c:2582:            /* TASM like LOCAL directive to define local variables for a
yasm-1.3.0/modules/preprocs/nasm/nasm-pp.c-2583-             * function, in the following form:
##############################################
yasm-1.3.0/modules/preprocs/nasm/nasm-pp.c-2587-             * The '= LocalSize' at the end is ignored by NASM, but is
yasm-1.3.0/modules/preprocs/nasm/nasm-pp.c:2588:             * required by TASM to define the local parameter size (and used
yasm-1.3.0/modules/preprocs/nasm/nasm-pp.c:2589:             * by the TASM macro package).
yasm-1.3.0/modules/preprocs/nasm/nasm-pp.c-2590-             */
##############################################
yasm-1.3.0/modules/preprocs/nasm/nasmlib.h-5- * redistributable under the licence given in the file "Licence"
yasm-1.3.0/modules/preprocs/nasm/nasmlib.h:6: * distributed in the NASM archive.
yasm-1.3.0/modules/preprocs/nasm/nasmlib.h-7- */
##############################################
yasm-1.3.0/modules/preprocs/nasm/nasmlib.h-31-/*
yasm-1.3.0/modules/preprocs/nasm/nasmlib.h:32: * Convert a string into a number, using NASM number rules. Sets
yasm-1.3.0/modules/preprocs/nasm/nasmlib.h-33- * `*error' to TRUE if an error occurs, and FALSE otherwise.
##############################################
yasm-1.3.0/modules/preprocs/nasm/nasm-pp.h-5- * redistributable under the licence given in the file "Licence"
yasm-1.3.0/modules/preprocs/nasm/nasm-pp.h:6: * distributed in the NASM archive.
yasm-1.3.0/modules/preprocs/nasm/nasm-pp.h-7- */
##############################################
yasm-1.3.0/modules/preprocs/nasm/nasm-eval.h-5- * redistributable under the licence given in the file "Licence"
yasm-1.3.0/modules/preprocs/nasm/nasm-eval.h:6: * distributed in the NASM archive.
yasm-1.3.0/modules/preprocs/nasm/nasm-eval.h-7- */
##############################################
yasm-1.3.0/modules/preprocs/nasm/nasm-eval.c-5- * redistributable under the licence given in the file "Licence"
yasm-1.3.0/modules/preprocs/nasm/nasm-eval.c:6: * distributed in the NASM archive.
yasm-1.3.0/modules/preprocs/nasm/nasm-eval.c-7- *
##############################################
yasm-1.3.0/modules/preprocs/tasm/tests/tasmpp_test.sh-1-#! /bin/sh
yasm-1.3.0/modules/preprocs/tasm/tests/tasmpp_test.sh:2:${srcdir}/out_test.sh tasmpp_test modules/preprocs/tasm/tests "tasm preproc" "-f bin -p tasm" ""
yasm-1.3.0/modules/preprocs/tasm/tests/tasmpp_test.sh-3-exit $?
##############################################
yasm-1.3.0/modules/preprocs/gas/gas-eval.c-5- * redistributable under the licence given in the file "Licence"
yasm-1.3.0/modules/preprocs/gas/gas-eval.c:6: * distributed in the NASM archive.
yasm-1.3.0/modules/preprocs/gas/gas-eval.c-7- *
##############################################
yasm-1.3.0/modules/preprocs/gas/gas-eval.h-5- * redistributable under the licence given in the file "Licence"
yasm-1.3.0/modules/preprocs/gas/gas-eval.h:6: * distributed in the NASM archive.
yasm-1.3.0/modules/preprocs/gas/gas-eval.h-7- */
##############################################
yasm-1.3.0/Mkfiles/dj/config.h-123-/* Define to the full name and version of this package. */
yasm-1.3.0/Mkfiles/dj/config.h:124:/*#define PACKAGE_STRING "yasm HEAD"*/
yasm-1.3.0/Mkfiles/dj/config.h-125-
##############################################
yasm-1.3.0/Mkfiles/dj/YASM-VERSION.h:1:#define PACKAGE_STRING "yasm 1.3.0"
yasm-1.3.0/Mkfiles/dj/YASM-VERSION.h-2-#define PACKAGE_VERSION "1.3.0"
##############################################
yasm-1.3.0/Mkfiles/vc12/config.h-121-/* Define to the full name and version of this package. */
yasm-1.3.0/Mkfiles/vc12/config.h:122:/*#define PACKAGE_STRING "yasm HEAD"*/
yasm-1.3.0/Mkfiles/vc12/config.h-123-
##############################################
yasm-1.3.0/Mkfiles/vc12/vsyasm.xml-5-    PageTemplate="tool"
yasm-1.3.0/Mkfiles/vc12/vsyasm.xml:6:    DisplayName="Yasm Assembler"
yasm-1.3.0/Mkfiles/vc12/vsyasm.xml-7-    Order="200">
##############################################
yasm-1.3.0/Mkfiles/vc12/vsyasm.xml-164-        Name="0"
yasm-1.3.0/Mkfiles/vc12/vsyasm.xml:165:        DisplayName="Nasm "
yasm-1.3.0/Mkfiles/vc12/vsyasm.xml-166-        Switch="-rnasm" />
##############################################
yasm-1.3.0/Mkfiles/vc12/vsyasm.xml-274-    Name="YASM"
yasm-1.3.0/Mkfiles/vc12/vsyasm.xml:275:    DisplayName="Yasm Assembler" />
yasm-1.3.0/Mkfiles/vc12/vsyasm.xml-276-  <FileExtension
##############################################
yasm-1.3.0/Mkfiles/vc12/vsyasm.xml-280-    Name="YASM"
yasm-1.3.0/Mkfiles/vc12/vsyasm.xml:281:    DisplayName="Yasm Assembler"
yasm-1.3.0/Mkfiles/vc12/vsyasm.xml-282-    ItemType="YASM" />
##############################################
yasm-1.3.0/Mkfiles/vc12/YASM-VERSION.h:1:#define PACKAGE_STRING "yasm 1.3.0"
yasm-1.3.0/Mkfiles/vc12/YASM-VERSION.h-2-#define PACKAGE_VERSION "1.3.0"
##############################################
yasm-1.3.0/Mkfiles/vc12/readme.vc12.txt:1:Building YASM with Microsoft Visual Studio 2010 (C/C++ v10)
yasm-1.3.0/Mkfiles/vc12/readme.vc12.txt-2------------------------------------------------------------
yasm-1.3.0/Mkfiles/vc12/readme.vc12.txt-3-
yasm-1.3.0/Mkfiles/vc12/readme.vc12.txt:4:This note describes how to build YASM using Microsoft Visual
yasm-1.3.0/Mkfiles/vc12/readme.vc12.txt-5-Studio 2013 (C/C++ v12).
yasm-1.3.0/Mkfiles/vc12/readme.vc12.txt-6-
yasm-1.3.0/Mkfiles/vc12/readme.vc12.txt:7:1. YASM Download
yasm-1.3.0/Mkfiles/vc12/readme.vc12.txt-8-----------------
yasm-1.3.0/Mkfiles/vc12/readme.vc12.txt-9-
yasm-1.3.0/Mkfiles/vc12/readme.vc12.txt:10:First YASM needs to be downloaded and the files placed within 
yasm-1.3.0/Mkfiles/vc12/readme.vc12.txt-11-a suitable directory, which will be called <yasm> here but can 
##############################################
yasm-1.3.0/Mkfiles/vc12/readme.vc12.txt-13-
yasm-1.3.0/Mkfiles/vc12/readme.vc12.txt:14:2. Building YASM with Microsoft 2013 (VC12)
yasm-1.3.0/Mkfiles/vc12/readme.vc12.txt-15--------------------------------------------
##############################################
yasm-1.3.0/Mkfiles/vc12/readme.vc12.txt-23-
yasm-1.3.0/Mkfiles/vc12/readme.vc12.txt:24:as appropriate to build the YASM binaries that you need.
yasm-1.3.0/Mkfiles/vc12/readme.vc12.txt-25-
yasm-1.3.0/Mkfiles/vc12/readme.vc12.txt:26:4. Using YASM with Visual Sudio 2013 and VC++ version 12
yasm-1.3.0/Mkfiles/vc12/readme.vc12.txt-27---------------------------------------------------------
yasm-1.3.0/Mkfiles/vc12/readme.vc12.txt-28-
yasm-1.3.0/Mkfiles/vc12/readme.vc12.txt:29:The YASM version vsyasm.exe is designed specifically for use
yasm-1.3.0/Mkfiles/vc12/readme.vc12.txt-30-with the 2010 and later versions of Visual Studio. To tell 
##############################################
yasm-1.3.0/Mkfiles/vc12/readme.vc12.txt-68-
yasm-1.3.0/Mkfiles/vc12/readme.vc12.txt:69:To use YASM in a project, right click on the project in the Solution 
yasm-1.3.0/Mkfiles/vc12/readme.vc12.txt-70-Explorer and select 'Build Customisations..'. This will give you a 
yasm-1.3.0/Mkfiles/vc12/readme.vc12.txt:71:dialog box that allows you to select YASM as an assembler (note that 
yasm-1.3.0/Mkfiles/vc12/readme.vc12.txt-72-your assembler files need to have the extension '.asm').  If you have 
##############################################
yasm-1.3.0/Mkfiles/vc12/readme.vc12.txt-76-To assemble a file with YASM, select the Property Page for the file
yasm-1.3.0/Mkfiles/vc12/readme.vc12.txt:77:and the select 'Yasm Assembler' in the Tool dialog entry. Then click 
yasm-1.3.0/Mkfiles/vc12/readme.vc12.txt-78-'Apply' and an additional property page entry will appear and enable
yasm-1.3.0/Mkfiles/vc12/readme.vc12.txt:79:YASM settings to be established.
yasm-1.3.0/Mkfiles/vc12/readme.vc12.txt-80-
##############################################
yasm-1.3.0/Mkfiles/vc12/readme.vc12.txt-103-YASM's creator, has given me in tracking down issues in using
yasm-1.3.0/Mkfiles/vc12/readme.vc12.txt:104:YASM for the production of Windows x64 code.
yasm-1.3.0/Mkfiles/vc12/readme.vc12.txt-105-
##############################################
yasm-1.3.0/Mkfiles/vc10/config.h-121-/* Define to the full name and version of this package. */
yasm-1.3.0/Mkfiles/vc10/config.h:122:/*#define PACKAGE_STRING "yasm HEAD"*/
yasm-1.3.0/Mkfiles/vc10/config.h-123-
##############################################
yasm-1.3.0/Mkfiles/vc10/vsyasm.targets-26-      Condition="'@(SelectedFiles)' != ''">
yasm-1.3.0/Mkfiles/vc10/vsyasm.targets:27:      <YASM
yasm-1.3.0/Mkfiles/vc10/vsyasm.targets-28-        Remove="@(YASM)"
##############################################
yasm-1.3.0/Mkfiles/vc10/vsyasm.targets-44-      Lines="^%(YASM_tlog.Source);@(YASM_tlog->'%(Fullpath)')" />
yasm-1.3.0/Mkfiles/vc10/vsyasm.targets:45:    <YASM
yasm-1.3.0/Mkfiles/vc10/vsyasm.targets-46-      Condition="'@(YASM)' != '' and '%(YASM.ExcludedFromBuild)' != 'true'"
##############################################
yasm-1.3.0/Mkfiles/vc10/readme.vc10.txt:1:Building YASM with Microsoft Visual Studio 2010 (C/C++ v10)
yasm-1.3.0/Mkfiles/vc10/readme.vc10.txt-2------------------------------------------------------------
yasm-1.3.0/Mkfiles/vc10/readme.vc10.txt-3-
yasm-1.3.0/Mkfiles/vc10/readme.vc10.txt:4:This note describes how to build YASM using Microsoft Visual
yasm-1.3.0/Mkfiles/vc10/readme.vc10.txt-5-Studio 2010 (C/C++ v10).
##############################################
yasm-1.3.0/Mkfiles/vc10/readme.vc10.txt-9-
yasm-1.3.0/Mkfiles/vc10/readme.vc10.txt:10:If you want to build the 64-bit version of YASM you will need 
yasm-1.3.0/Mkfiles/vc10/readme.vc10.txt-11-to install the Visual Studio 2010 64-bit tools, which may not 
##############################################
yasm-1.3.0/Mkfiles/vc10/readme.vc10.txt-15-
yasm-1.3.0/Mkfiles/vc10/readme.vc10.txt:16:2. YASM Download
yasm-1.3.0/Mkfiles/vc10/readme.vc10.txt-17-----------------
yasm-1.3.0/Mkfiles/vc10/readme.vc10.txt-18-
yasm-1.3.0/Mkfiles/vc10/readme.vc10.txt:19:First YASM needs to be downloaded and the files placed within 
yasm-1.3.0/Mkfiles/vc10/readme.vc10.txt-20-a suitable directory, which will be called <yasm> here but can 
##############################################
yasm-1.3.0/Mkfiles/vc10/readme.vc10.txt-22-
yasm-1.3.0/Mkfiles/vc10/readme.vc10.txt:23:3. Building YASM with Microsoft 2010 (VC10)
yasm-1.3.0/Mkfiles/vc10/readme.vc10.txt-24--------------------------------------------
##############################################
yasm-1.3.0/Mkfiles/vc10/readme.vc10.txt-32-
yasm-1.3.0/Mkfiles/vc10/readme.vc10.txt:33:as appropriate to build the YASM binaries that you need.
yasm-1.3.0/Mkfiles/vc10/readme.vc10.txt-34-
yasm-1.3.0/Mkfiles/vc10/readme.vc10.txt:35:4. Using YASM with Visual Sudio 2010 and VC++ version 10
yasm-1.3.0/Mkfiles/vc10/readme.vc10.txt-36---------------------------------------------------------
yasm-1.3.0/Mkfiles/vc10/readme.vc10.txt-37-
yasm-1.3.0/Mkfiles/vc10/readme.vc10.txt:38:The YASM version vsyasm.exe is designed specifically for use
yasm-1.3.0/Mkfiles/vc10/readme.vc10.txt-39-with Visual Studio 2010. To tell Visual Studio where to find
##############################################
yasm-1.3.0/Mkfiles/vc10/readme.vc10.txt-80-
yasm-1.3.0/Mkfiles/vc10/readme.vc10.txt:81:To use YASM in a project, right click on the project in the Solution 
yasm-1.3.0/Mkfiles/vc10/readme.vc10.txt-82-Explorer and select 'Build Customisations..'. This will give you a 
yasm-1.3.0/Mkfiles/vc10/readme.vc10.txt:83:dialog box that allows you to select YASM as an assembler (note that 
yasm-1.3.0/Mkfiles/vc10/readme.vc10.txt-84-your assembler files need to have the extension '.asm').  If you have 
##############################################
yasm-1.3.0/Mkfiles/vc10/readme.vc10.txt-88-To assemble a file with YASM, select the Property Page for the 
yasm-1.3.0/Mkfiles/vc10/readme.vc10.txt:89:file and the select 'Yasm Assembler' in the Tool dialog entry. 
yasm-1.3.0/Mkfiles/vc10/readme.vc10.txt-90-Then click 'Apply' and an additional property page entry will 
yasm-1.3.0/Mkfiles/vc10/readme.vc10.txt:91:appear and enable YASM settings to be established.
yasm-1.3.0/Mkfiles/vc10/readme.vc10.txt-92-
##############################################
yasm-1.3.0/Mkfiles/vc10/readme.vc10.txt-116-YASM's creator, has given me in tracking down issues in using
yasm-1.3.0/Mkfiles/vc10/readme.vc10.txt:117:YASM for the production of Windows x64 code.
yasm-1.3.0/Mkfiles/vc10/readme.vc10.txt-118-
##############################################
yasm-1.3.0/Mkfiles/vc10/vsyasm.xml-5-    PageTemplate="tool"
yasm-1.3.0/Mkfiles/vc10/vsyasm.xml:6:    DisplayName="Yasm Assembler"
yasm-1.3.0/Mkfiles/vc10/vsyasm.xml-7-    Order="200">
##############################################
yasm-1.3.0/Mkfiles/vc10/vsyasm.xml-164-        Name="0"
yasm-1.3.0/Mkfiles/vc10/vsyasm.xml:165:        DisplayName="Nasm "
yasm-1.3.0/Mkfiles/vc10/vsyasm.xml-166-        Switch="-rnasm" />
##############################################
yasm-1.3.0/Mkfiles/vc10/vsyasm.xml-274-    Name="YASM"
yasm-1.3.0/Mkfiles/vc10/vsyasm.xml:275:    DisplayName="Yasm Assembler" />
yasm-1.3.0/Mkfiles/vc10/vsyasm.xml-276-  <FileExtension
##############################################
yasm-1.3.0/Mkfiles/vc10/vsyasm.xml-280-    Name="YASM"
yasm-1.3.0/Mkfiles/vc10/vsyasm.xml:281:    DisplayName="Yasm Assembler"
yasm-1.3.0/Mkfiles/vc10/vsyasm.xml-282-    ItemType="YASM" />
##############################################
yasm-1.3.0/Mkfiles/vc10/YASM-VERSION.h:1:#define PACKAGE_STRING "yasm 1.3.0"
yasm-1.3.0/Mkfiles/vc10/YASM-VERSION.h-2-#define PACKAGE_VERSION "1.3.0"
##############################################
yasm-1.3.0/Mkfiles/vc9/config.h-121-/* Define to the full name and version of this package. */
yasm-1.3.0/Mkfiles/vc9/config.h:122:/*#define PACKAGE_STRING "yasm HEAD"*/
yasm-1.3.0/Mkfiles/vc9/config.h-123-
##############################################
yasm-1.3.0/Mkfiles/vc9/readme.vc9.txt-1-
yasm-1.3.0/Mkfiles/vc9/readme.vc9.txt:2:Building YASM with Microsoft Visual Studio 2008 (C/C++ v9)
yasm-1.3.0/Mkfiles/vc9/readme.vc9.txt-3-----------------------------------------------------------
yasm-1.3.0/Mkfiles/vc9/readme.vc9.txt-4-
yasm-1.3.0/Mkfiles/vc9/readme.vc9.txt:5:This note describes how to build YASM using Microsoft Visual 
yasm-1.3.0/Mkfiles/vc9/readme.vc9.txt-6-Studio 2008 (C/C++ v9).  It also provides a way of using 
yasm-1.3.0/Mkfiles/vc9/readme.vc9.txt:7:these files to build YASM with Visual Studio 2005 (C/C++ v8).
yasm-1.3.0/Mkfiles/vc9/readme.vc9.txt-8-
##############################################
yasm-1.3.0/Mkfiles/vc9/readme.vc9.txt-11-
yasm-1.3.0/Mkfiles/vc9/readme.vc9.txt:12:If you want to build the 64-bit version of YASM you will need 
yasm-1.3.0/Mkfiles/vc9/readme.vc9.txt-13-to install the Visual Studio 2008 64-bit tools, which may not 
##############################################
yasm-1.3.0/Mkfiles/vc9/readme.vc9.txt-15-
yasm-1.3.0/Mkfiles/vc9/readme.vc9.txt:16:2. YASM Download
yasm-1.3.0/Mkfiles/vc9/readme.vc9.txt-17-----------------
yasm-1.3.0/Mkfiles/vc9/readme.vc9.txt-18-
yasm-1.3.0/Mkfiles/vc9/readme.vc9.txt:19:First YASM needs to be downloaded and the files placed within 
yasm-1.3.0/Mkfiles/vc9/readme.vc9.txt-20-a suitable directory, which will be called <yasm> here but can 
##############################################
yasm-1.3.0/Mkfiles/vc9/readme.vc9.txt-22-
yasm-1.3.0/Mkfiles/vc9/readme.vc9.txt:23:3. Building YASM with Microsoft VC9
yasm-1.3.0/Mkfiles/vc9/readme.vc9.txt-24------------------------------------
##############################################
yasm-1.3.0/Mkfiles/vc9/readme.vc9.txt-32-
yasm-1.3.0/Mkfiles/vc9/readme.vc9.txt:33:as appropriate to build the YASM binaries that you need.
yasm-1.3.0/Mkfiles/vc9/readme.vc9.txt-34-
yasm-1.3.0/Mkfiles/vc9/readme.vc9.txt:35:4. Using YASM with Visual Sudio 2008 and VC++ version 9
yasm-1.3.0/Mkfiles/vc9/readme.vc9.txt-36--------------------------------------------------------
##############################################
yasm-1.3.0/Mkfiles/vc9/readme.vc9.txt-55-
yasm-1.3.0/Mkfiles/vc9/readme.vc9.txt:56:This allows you to configure YASM as an assembler within the VC++
yasm-1.3.0/Mkfiles/vc9/readme.vc9.txt:57:IDE. To use YASM in a project, right click on the project in the
yasm-1.3.0/Mkfiles/vc9/readme.vc9.txt-58-Solution Explorer and select 'Custom Build Rules..'. This will 
yasm-1.3.0/Mkfiles/vc9/readme.vc9.txt:59:give you a dialog box that allows you to select YASM as an 
yasm-1.3.0/Mkfiles/vc9/readme.vc9.txt-60-assembler (note that your assembler files need to have the 
##############################################
yasm-1.3.0/Mkfiles/vc9/readme.vc9.txt-63-To assemble a file with YASM, select the Property Page for the 
yasm-1.3.0/Mkfiles/vc9/readme.vc9.txt:64:file and the select 'Yasm Assembler' in the Tool dialog entry. 
yasm-1.3.0/Mkfiles/vc9/readme.vc9.txt-65-Then click 'Apply' and an additional property page entry will 
yasm-1.3.0/Mkfiles/vc9/readme.vc9.txt:66:appear and enable YASM settings to be established.
yasm-1.3.0/Mkfiles/vc9/readme.vc9.txt-67-
##############################################
yasm-1.3.0/Mkfiles/vc9/readme.vc9.txt-129-YASM's creator, has given me in tracking down issues in using
yasm-1.3.0/Mkfiles/vc9/readme.vc9.txt:130:YASM for the production of Windows x64 code.
yasm-1.3.0/Mkfiles/vc9/readme.vc9.txt-131-
##############################################
yasm-1.3.0/Mkfiles/vc9/YASM-VERSION.h:1:#define PACKAGE_STRING "yasm 1.3.0"
yasm-1.3.0/Mkfiles/vc9/YASM-VERSION.h-2-#define PACKAGE_VERSION "1.3.0"
##############################################
yasm-1.3.0/Mkfiles/vc9/yasm.rules-8-			Name="YASM"
yasm-1.3.0/Mkfiles/vc9/yasm.rules:9:			DisplayName="Yasm Assembler"
yasm-1.3.0/Mkfiles/vc9/yasm.rules:10:			CommandLine="yasm -Xvc -f $(PlatformName) [AllOptions] [AdditionalOptions] [Inputs]"
yasm-1.3.0/Mkfiles/vc9/yasm.rules-11-			Outputs="[$ObjectFileName]"
##############################################
yasm-1.3.0/Mkfiles/vc9/yasm.rules-82-							Switch="-rnasm"
yasm-1.3.0/Mkfiles/vc9/yasm.rules:83:							DisplayName="Nasm "
yasm-1.3.0/Mkfiles/vc9/yasm.rules-84-						/>
##############################################
yasm-1.3.0/Mkfiles/Makefile.flat-16-
yasm-1.3.0/Mkfiles/Makefile.flat:17:all: yasm ytasm vsyasm
yasm-1.3.0/Mkfiles/Makefile.flat-18-
##############################################
yasm-1.3.0/Mkfiles/Makefile.flat-115- gas-token.o
yasm-1.3.0/Mkfiles/Makefile.flat:116:YASM_MODULES+=parser_nasm parser_tasm
yasm-1.3.0/Mkfiles/Makefile.flat-117-YASM_MODULES+=parser_gas parser_gnu
##############################################
yasm-1.3.0/Mkfiles/Makefile.flat-123- modules/preprocs/nasm/nasmlib.o
yasm-1.3.0/Mkfiles/Makefile.flat:124:YASM_MODULES+=preproc_nasm preproc_tasm
yasm-1.3.0/Mkfiles/Makefile.flat-125-
##############################################
yasm-1.3.0/Mkfiles/Makefile.flat-263-yasm: $(YASM_OBJS)
yasm-1.3.0/Mkfiles/Makefile.flat:264:	$(CC) -o yasm $(YASM_OBJS)
yasm-1.3.0/Mkfiles/Makefile.flat-265-
yasm-1.3.0/Mkfiles/Makefile.flat-266-ytasm: $(YTASM_OBJS)
yasm-1.3.0/Mkfiles/Makefile.flat:267:	$(CC) -o ytasm $(YTASM_OBJS)
yasm-1.3.0/Mkfiles/Makefile.flat-268-
yasm-1.3.0/Mkfiles/Makefile.flat-269-vsyasm: $(VSYASM_OBJS)
yasm-1.3.0/Mkfiles/Makefile.flat:270:	$(CC) -o vsyasm $(VSYASM_OBJS)
yasm-1.3.0/Mkfiles/Makefile.flat-271-
##############################################
yasm-1.3.0/Mkfiles/Makefile.dj-13-
yasm-1.3.0/Mkfiles/Makefile.dj:14:all: yasm ytasm vsyasm
yasm-1.3.0/Mkfiles/Makefile.dj-15-
##############################################
yasm-1.3.0/Mkfiles/Makefile.dj-112- gas-token.o
yasm-1.3.0/Mkfiles/Makefile.dj:113:YASM_MODULES+=parser_nasm parser_tasm
yasm-1.3.0/Mkfiles/Makefile.dj-114-YASM_MODULES+=parser_gas parser_gnu
##############################################
yasm-1.3.0/Mkfiles/Makefile.dj-120- modules/preprocs/nasm/nasmlib.o
yasm-1.3.0/Mkfiles/Makefile.dj:121:YASM_MODULES+=preproc_nasm preproc_tasm
yasm-1.3.0/Mkfiles/Makefile.dj-122-
##############################################
yasm-1.3.0/Mkfiles/Makefile.dj-260-yasm: $(YASM_OBJS)
yasm-1.3.0/Mkfiles/Makefile.dj:261:	$(CC) -o yasm $(YASM_OBJS)
yasm-1.3.0/Mkfiles/Makefile.dj-262-
yasm-1.3.0/Mkfiles/Makefile.dj-263-ytasm: $(YTASM_OBJS)
yasm-1.3.0/Mkfiles/Makefile.dj:264:	$(CC) -o ytasm $(YTASM_OBJS)
yasm-1.3.0/Mkfiles/Makefile.dj-265-
yasm-1.3.0/Mkfiles/Makefile.dj-266-vsyasm: $(VSYASM_OBJS)
yasm-1.3.0/Mkfiles/Makefile.dj:267:	$(CC) -o vsyasm $(VSYASM_OBJS)
yasm-1.3.0/Mkfiles/Makefile.dj-268-
##############################################
yasm-1.3.0/cmake/modules/YasmMacros.cmake-8-#
yasm-1.3.0/cmake/modules/YasmMacros.cmake:9:# Changes for Yasm Copyright (c) 2007 Peter Johnson
yasm-1.3.0/cmake/modules/YasmMacros.cmake-10-
##############################################
yasm-1.3.0/Makefile.am-218-
yasm-1.3.0/Makefile.am:219:# Until gets fixed libyasm cross-build for target system
yasm-1.3.0/Makefile.am-220-# use fixinstall-yasm-XXX make targets
##############################################
yasm-1.3.0/Makefile.am-235-genstring.$(OBJEXT): genstring.c
yasm-1.3.0/Makefile.am:236:	$(CC_FOR_BUILD) $(DEFAULT_INCLUDES) $(INCLUDES) -c -o $@ `test -f genstring.c || echo '$(srcdir)/'`genstring.c
yasm-1.3.0/Makefile.am-237-
##############################################
yasm-1.3.0/po/Makefile.in.in-89-.po.gmo:
yasm-1.3.0/po/Makefile.in.in:90:	@lang=`echo $* | sed -e 's,.*/,,'`; \
yasm-1.3.0/po/Makefile.in.in-91-	test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \
##############################################
yasm-1.3.0/po/Makefile.in.in-160-	fi; \
yasm-1.3.0/po/Makefile.in.in:161:	case `$(XGETTEXT) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \
yasm-1.3.0/po/Makefile.in.in-162-	  '' | 0.[0-9] | 0.[0-9].* | 0.1[0-5] | 0.1[0-5].* | 0.16 | 0.16.[0-1]*) \
##############################################
yasm-1.3.0/po/Makefile.in.in-202-$(POFILES): $(srcdir)/$(DOMAIN).pot
yasm-1.3.0/po/Makefile.in.in:203:	@lang=`echo $@ | sed -e 's,.*/,,' -e 's/\.po$$//'`; \
yasm-1.3.0/po/Makefile.in.in-204-	if test -f "$(srcdir)/$${lang}.po"; then \
##############################################
yasm-1.3.0/po/Makefile.in.in-207-	  cd $(srcdir) \
yasm-1.3.0/po/Makefile.in.in:208:	    && { case `$(MSGMERGE_UPDATE) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \
yasm-1.3.0/po/Makefile.in.in-209-	           '' | 0.[0-9] | 0.[0-9].* | 0.1[0-7] | 0.1[0-7].*) \
##############################################
yasm-1.3.0/po/Makefile.in.in-238-	for cat in $$catalogs; do \
yasm-1.3.0/po/Makefile.in.in:239:	  cat=`basename $$cat`; \
yasm-1.3.0/po/Makefile.in.in:240:	  lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
yasm-1.3.0/po/Makefile.in.in-241-	  dir=$(localedir)/$$lang/LC_MESSAGES; \
##############################################
yasm-1.3.0/po/Makefile.in.in-248-	      if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
yasm-1.3.0/po/Makefile.in.in:249:	        link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
yasm-1.3.0/po/Makefile.in.in-250-	        mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
##############################################
yasm-1.3.0/po/Makefile.in.in-289-	for cat in $$catalogs; do \
yasm-1.3.0/po/Makefile.in.in:290:	  cat=`basename $$cat`; \
yasm-1.3.0/po/Makefile.in.in:291:	  lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
yasm-1.3.0/po/Makefile.in.in-292-	  dir=$(localedir)/$$lang/LC_MESSAGES; \
##############################################
yasm-1.3.0/po/Makefile.in.in-296-	      if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
yasm-1.3.0/po/Makefile.in.in:297:	        link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
yasm-1.3.0/po/Makefile.in.in-298-	        mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
##############################################
yasm-1.3.0/po/Makefile.in.in-335-	for cat in $$catalogs; do \
yasm-1.3.0/po/Makefile.in.in:336:	  cat=`basename $$cat`; \
yasm-1.3.0/po/Makefile.in.in:337:	  lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
yasm-1.3.0/po/Makefile.in.in-338-	  for lc in LC_MESSAGES $(EXTRA_LOCALE_CATEGORIES); do \
##############################################
yasm-1.3.0/po/Makefile.in.in-400-.nop.po-create:
yasm-1.3.0/po/Makefile.in.in:401:	@lang=`echo $@ | sed -e 's/\.po-create$$//'`; \
yasm-1.3.0/po/Makefile.in.in-402-	echo "File $$lang.po does not exist. If you are a translator, you can create it through 'msginit'." 1>&2; \
##############################################
yasm-1.3.0/po/Makefile.in.in-407-.nop.po-update:
yasm-1.3.0/po/Makefile.in.in:408:	@lang=`echo $@ | sed -e 's/\.po-update$$//'`; \
yasm-1.3.0/po/Makefile.in.in-409-	if test "$(PACKAGE)" = "gettext-tools"; then PATH=`pwd`/../src:$$PATH; fi; \
##############################################
yasm-1.3.0/po/Makefile.in.in-414-	cd $(srcdir); \
yasm-1.3.0/po/Makefile.in.in:415:	if { case `$(MSGMERGE) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \
yasm-1.3.0/po/Makefile.in.in-416-	       '' | 0.[0-9] | 0.[0-9].* | 0.1[0-7] | 0.1[0-7].*) \
##############################################
yasm-1.3.0/po/Rules-quot-15-.insert-header.po-update-en:
yasm-1.3.0/po/Rules-quot:16:	@lang=`echo $@ | sed -e 's/\.po-update-en$$//'`; \
yasm-1.3.0/po/Rules-quot:17:	if test "$(PACKAGE)" = "gettext-tools"; then PATH=`pwd`/../src:$$PATH; GETTEXTLIBDIR=`cd $(top_srcdir)/src && pwd`; export GETTEXTLIBDIR; fi; \
yasm-1.3.0/po/Rules-quot-18-	tmpdir=`pwd`; \
yasm-1.3.0/po/Rules-quot-19-	echo "$$lang:"; \
yasm-1.3.0/po/Rules-quot:20:	ll=`echo $$lang | sed -e 's/@.*//'`; \
yasm-1.3.0/po/Rules-quot-21-	LC_ALL=C; export LC_ALL; \
yasm-1.3.0/po/Rules-quot-22-	cd $(srcdir); \
yasm-1.3.0/po/Rules-quot:23:	if $(MSGINIT) -i $(DOMAIN).pot --no-translator -l $$lang -o - 2>/dev/null | sed -f $$tmpdir/$$lang.insert-header | $(MSGCONV) -t UTF-8 | $(MSGFILTER) $(SED) -f `echo $$lang | sed -e 's/.*@//'`.sed 2>/dev/null > $$tmpdir/$$lang.new.po; then \
yasm-1.3.0/po/Rules-quot-24-	  if cmp $$lang.po $$tmpdir/$$lang.new.po >/dev/null 2>&1; then \
##############################################
yasm-1.3.0/po/Makevars-20-# their copyright.
yasm-1.3.0/po/Makevars:21:COPYRIGHT_HOLDER = Peter Johnson and other YASM developers
yasm-1.3.0/po/Makevars-22-
##############################################
yasm-1.3.0/po/yasm.pot-1-# SOME DESCRIPTIVE TITLE.
yasm-1.3.0/po/yasm.pot:2:# Copyright (C) YEAR Peter Johnson and other YASM developers
yasm-1.3.0/po/yasm.pot-3-# This file is distributed under the same license as the PACKAGE package.
##############################################
yasm-1.3.0/po/yasm.pot-8-msgstr ""
yasm-1.3.0/po/yasm.pot:9:"Project-Id-Version: yasm 1.3.0\n"
yasm-1.3.0/po/yasm.pot-10-"Report-Msgid-Bugs-To: bug-yasm@tortall.net\n"
##############################################
yasm-1.3.0/po/yasm.pot-223-msgid ""
yasm-1.3.0/po/yasm.pot:224:"usage: yasm [option]* file\n"
yasm-1.3.0/po/yasm.pot-225-"Options:\n"
##############################################
yasm-1.3.0/po/yasm.pot-230-"\n"
yasm-1.3.0/po/yasm.pot:231:"Files are asm sources to be assembled.\n"
yasm-1.3.0/po/yasm.pot-232-"\n"
yasm-1.3.0/po/yasm.pot-233-"Sample invocation:\n"
yasm-1.3.0/po/yasm.pot:234:"   yasm -f elf -o object.o source.asm\n"
yasm-1.3.0/po/yasm.pot-235-"\n"
##############################################
yasm-1.3.0/po/yasm.pot-334-#, c-format
yasm-1.3.0/po/yasm.pot:335:msgid "Available yasm %s:\n"
yasm-1.3.0/po/yasm.pot-336-msgstr ""
##############################################
yasm-1.3.0/configure.ac-200-  changequote(,)
yasm-1.3.0/configure.ac:201:  CFLAGS="`echo $CFLAGS' ' | sed -e 's/-g[0-9] //g' | sed -e 's/-g//g'`"
yasm-1.3.0/configure.ac-202-  changequote([,])
##############################################
yasm-1.3.0/COPYING:1:Yasm is Copyright (c) 2001-2014 Peter Johnson and other Yasm developers.
yasm-1.3.0/COPYING-2-
yasm-1.3.0/COPYING:3:Yasm developers and/or contributors include:
yasm-1.3.0/COPYING-4-  Peter Johnson
##############################################
yasm-1.3.0/COPYING-7-  Stanislav Karchebny (options parser)
yasm-1.3.0/COPYING:8:  Mathieu Monnier (SSE4 instruction patches, NASM preprocessor additions)
yasm-1.3.0/COPYING:9:  Anonymous "NASM64" developer (NASM preprocessor fixes)
yasm-1.3.0/COPYING-10-  Stephen Polkowski (x86 instruction patches)
##############################################
yasm-1.3.0/COPYING-13-  Alexei Svitkine (GAS preprocessor)
yasm-1.3.0/COPYING:14:  Samuel Thibault (TASM parser and frontend)
yasm-1.3.0/COPYING-15-
yasm-1.3.0/COPYING-16------------------------------------
yasm-1.3.0/COPYING:17:Yasm licensing overview and summary
yasm-1.3.0/COPYING-18------------------------------------
##############################################
yasm-1.3.0/COPYING-23-
yasm-1.3.0/COPYING:24:The primary license of Yasm is the 2-clause BSD license.  Please use this
yasm-1.3.0/COPYING-25-license if you plan on submitting code to the project.
yasm-1.3.0/COPYING-26-
yasm-1.3.0/COPYING:27:Yasm has absolutely no warranty; not even for merchantibility or fitness
yasm-1.3.0/COPYING-28-for a particular purpose.
##############################################
yasm-1.3.0/COPYING-32--------
yasm-1.3.0/COPYING:33:Libyasm is 2-clause or 3-clause BSD licensed, with the exception of
yasm-1.3.0/COPYING-34-bitvect, which is triple-licensed under the Artistic license, GPL, and
yasm-1.3.0/COPYING:35:LGPL.  Libyasm is thus GPL and LGPL compatible.  In addition, this also
yasm-1.3.0/COPYING:36:means that libyasm is free for binary-only distribution as long as the
yasm-1.3.0/COPYING-37-terms of the 3-clause BSD license and Artistic license (as it applies to
##############################################
yasm-1.3.0/aclocal.m4-149-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
yasm-1.3.0/aclocal.m4:150:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
yasm-1.3.0/aclocal.m4-151-# and then we would define $MISSING as
##############################################
yasm-1.3.0/aclocal.m4-165-# expand $ac_aux_dir to an absolute path
yasm-1.3.0/aclocal.m4:166:am_aux_dir=`cd $ac_aux_dir && pwd`
yasm-1.3.0/aclocal.m4-167-])
##############################################
yasm-1.3.0/aclocal.m4-263-  if test "$am_compiler_list" = ""; then
yasm-1.3.0/aclocal.m4:264:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
yasm-1.3.0/aclocal.m4-265-  fi
##############################################
yasm-1.3.0/aclocal.m4-414-    # Strip MF so we end up with the name of the file.
yasm-1.3.0/aclocal.m4:415:    mf=`echo "$mf" | sed -e 's/:.*$//'`
yasm-1.3.0/aclocal.m4-416-    # Check whether this is an Automake generated Makefile or not.
##############################################
yasm-1.3.0/aclocal.m4-423-    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
yasm-1.3.0/aclocal.m4:424:      dirpart=`AS_DIRNAME("$mf")`
yasm-1.3.0/aclocal.m4-425-    else
##############################################
yasm-1.3.0/aclocal.m4-429-    # from the Makefile without running 'make'.
yasm-1.3.0/aclocal.m4:430:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
yasm-1.3.0/aclocal.m4-431-    test -z "$DEPDIR" && continue
yasm-1.3.0/aclocal.m4:432:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
yasm-1.3.0/aclocal.m4-433-    test -z "$am__include" && continue
yasm-1.3.0/aclocal.m4:434:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
yasm-1.3.0/aclocal.m4-435-    # Find all dependency output files, they are included files with
##############################################
yasm-1.3.0/aclocal.m4-443-      test -f "$dirpart/$file" && continue
yasm-1.3.0/aclocal.m4:444:      fdir=`AS_DIRNAME(["$file"])`
yasm-1.3.0/aclocal.m4-445-      AS_MKDIR_P([$dirpart/$fdir])
##############################################
yasm-1.3.0/aclocal.m4-524-AC_REQUIRE([AC_PROG_INSTALL])dnl
yasm-1.3.0/aclocal.m4:525:if test "`cd $srcdir && pwd`" != "`pwd`"; then
yasm-1.3.0/aclocal.m4-526-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
yasm-1.3.0/aclocal.m4-679-    * )
yasm-1.3.0/aclocal.m4:680:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
yasm-1.3.0/aclocal.m4-681-  esac
yasm-1.3.0/aclocal.m4-682-done
yasm-1.3.0/aclocal.m4:683:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
yasm-1.3.0/aclocal.m4-684-
##############################################
yasm-1.3.0/aclocal.m4-786-# Ignore all kinds of additional output from 'make'.
yasm-1.3.0/aclocal.m4:787:case `$am_make -s -f confmf 2> /dev/null` in #(
yasm-1.3.0/aclocal.m4-788-*the\ am__doit\ target*)
##############################################
yasm-1.3.0/aclocal.m4-796-   echo '.include "confinc"' > confmf
yasm-1.3.0/aclocal.m4:797:   case `$am_make -s -f confmf 2> /dev/null` in #(
yasm-1.3.0/aclocal.m4-798-   *the\ am__doit\ target*)
##############################################
yasm-1.3.0/aclocal.m4-1012-  AC_CACHE_CHECK([for $am_display_PYTHON version], [am_cv_python_version],
yasm-1.3.0/aclocal.m4:1013:    [am_cv_python_version=`$PYTHON -c "import sys; sys.stdout.write(sys.version[[:3]])"`])
yasm-1.3.0/aclocal.m4-1014-  AC_SUBST([PYTHON_VERSION], [$am_cv_python_version])
##############################################
yasm-1.3.0/aclocal.m4-1027-  AC_CACHE_CHECK([for $am_display_PYTHON platform], [am_cv_python_platform],
yasm-1.3.0/aclocal.m4:1028:    [am_cv_python_platform=`$PYTHON -c "import sys; sys.stdout.write(sys.platform)"`])
yasm-1.3.0/aclocal.m4-1029-  AC_SUBST([PYTHON_PLATFORM], [$am_cv_python_platform])
##############################################
yasm-1.3.0/aclocal.m4-1075-     $am_py_prefix*)
yasm-1.3.0/aclocal.m4:1076:       am__strip_prefix=`echo "$am_py_prefix" | sed 's|.|.|g'`
yasm-1.3.0/aclocal.m4:1077:       am_cv_python_pythondir=`echo "$am_cv_python_pythondir" | sed "s,^$am__strip_prefix,$PYTHON_PREFIX,"`
yasm-1.3.0/aclocal.m4-1078-       ;;
##############################################
yasm-1.3.0/aclocal.m4-1117-     $am_py_exec_prefix*)
yasm-1.3.0/aclocal.m4:1118:       am__strip_prefix=`echo "$am_py_exec_prefix" | sed 's|.|.|g'`
yasm-1.3.0/aclocal.m4:1119:       am_cv_python_pyexecdir=`echo "$am_cv_python_pyexecdir" | sed "s,^$am__strip_prefix,$PYTHON_EXEC_PREFIX,"`
yasm-1.3.0/aclocal.m4-1120-       ;;
##############################################
yasm-1.3.0/aclocal.m4-1213-     echo "timestamp, slept: $am_has_slept" > conftest.file
yasm-1.3.0/aclocal.m4:1214:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
yasm-1.3.0/aclocal.m4-1215-     if test "$[*]" = "X"; then
yasm-1.3.0/aclocal.m4-1216-	# -L didn't work.
yasm-1.3.0/aclocal.m4:1217:	set X `ls -t "$srcdir/configure" conftest.file`
yasm-1.3.0/aclocal.m4-1218-     fi
##############################################
yasm-1.3.0/libyasm.h-2- * \file libyasm.h
yasm-1.3.0/libyasm.h:3: * \brief YASM library primary header file.
yasm-1.3.0/libyasm.h-4- *
##############################################
yasm-1.3.0/YASM-VERSION-GEN.sh-39-	echo "$VN" >$YVF
yasm-1.3.0/YASM-VERSION-GEN.sh:40:	echo "#define PACKAGE_STRING \"yasm $VN\"" > YASM-VERSION.h
yasm-1.3.0/YASM-VERSION-GEN.sh-41-	echo "#define PACKAGE_VERSION \"$VN\"" >> YASM-VERSION.h
##############################################
yasm-1.3.0/m4/lib-ld.m4-14-[# I'd rather use --version here, but apparently some GNU lds only accept -v.
yasm-1.3.0/m4/lib-ld.m4:15:case `$LD -v 2>&1 </dev/null` in
yasm-1.3.0/m4/lib-ld.m4-16-*GNU* | *'with BFD'*)
##############################################
yasm-1.3.0/m4/lib-ld.m4-56-    # gcc leaves a trailing carriage return which upsets mingw
yasm-1.3.0/m4/lib-ld.m4:57:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
yasm-1.3.0/m4/lib-ld.m4-58-  *)
yasm-1.3.0/m4/lib-ld.m4:59:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
yasm-1.3.0/m4/lib-ld.m4-60-  esac
##############################################
yasm-1.3.0/m4/lib-ld.m4-65-      # Canonicalize the pathname of ld
yasm-1.3.0/m4/lib-ld.m4:66:      ac_prog=`echo "$ac_prog"| sed 's%\\\\%/%g'`
yasm-1.3.0/m4/lib-ld.m4-67-      while echo "$ac_prog" | grep "$re_direlt" > /dev/null 2>&1; do
yasm-1.3.0/m4/lib-ld.m4:68:        ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
yasm-1.3.0/m4/lib-ld.m4-69-      done
##############################################
yasm-1.3.0/m4/lib-ld.m4-96-      # Break only if it was the GNU/non-GNU ld that we prefer.
yasm-1.3.0/m4/lib-ld.m4:97:      case `"$acl_cv_path_LD" -v 2>&1 </dev/null` in
yasm-1.3.0/m4/lib-ld.m4-98-      *GNU* | *'with BFD'*)
##############################################
yasm-1.3.0/m4/po.m4-48-changequote(,)dnl
yasm-1.3.0/m4/po.m4:49:  case `$MSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
yasm-1.3.0/m4/po.m4-50-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) MSGFMT_015=: ;;
##############################################
yasm-1.3.0/m4/po.m4-55-changequote(,)dnl
yasm-1.3.0/m4/po.m4:56:  case `$GMSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
yasm-1.3.0/m4/po.m4-57-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) GMSGFMT_015=: ;;
##############################################
yasm-1.3.0/m4/po.m4-74-changequote(,)dnl
yasm-1.3.0/m4/po.m4:75:  case `$XGETTEXT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
yasm-1.3.0/m4/po.m4-76-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) XGETTEXT_015=: ;;
##############################################
yasm-1.3.0/m4/po.m4-99-      case "$ac_file" in
yasm-1.3.0/m4/po.m4:100:        *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
yasm-1.3.0/m4/po.m4-101-      esac
##############################################
yasm-1.3.0/m4/po.m4-104-        # Adjust a relative srcdir.
yasm-1.3.0/m4/po.m4:105:        ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
yasm-1.3.0/m4/po.m4:106:        ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
yasm-1.3.0/m4/po.m4:107:        ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
yasm-1.3.0/m4/po.m4-108-        # In autoconf-2.13 it is called $ac_given_srcdir.
##############################################
yasm-1.3.0/m4/po.m4-111-        case "$ac_given_srcdir" in
yasm-1.3.0/m4/po.m4:112:          .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
yasm-1.3.0/m4/po.m4-113-          /*) top_srcdir="$ac_given_srcdir" ;;
##############################################
yasm-1.3.0/m4/po.m4-132-            fi
yasm-1.3.0/m4/po.m4:133:            ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"`
yasm-1.3.0/m4/po.m4-134-            # Hide the ALL_LINGUAS assignment from automake < 1.5.
##############################################
yasm-1.3.0/m4/po.m4-229-  # Adjust a relative srcdir.
yasm-1.3.0/m4/po.m4:230:  ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
yasm-1.3.0/m4/po.m4:231:  ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
yasm-1.3.0/m4/po.m4:232:  ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
yasm-1.3.0/m4/po.m4-233-  # In autoconf-2.13 it is called $ac_given_srcdir.
##############################################
yasm-1.3.0/m4/po.m4-236-  case "$ac_given_srcdir" in
yasm-1.3.0/m4/po.m4:237:    .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
yasm-1.3.0/m4/po.m4-238-    /*) top_srcdir="$ac_given_srcdir" ;;
##############################################
yasm-1.3.0/m4/po.m4-298-  # Set POTFILES to the value of the Makefile variable POTFILES.
yasm-1.3.0/m4/po.m4:299:  sed_x_POTFILES=`$gt_echo "$sed_x_variable" | sed -e '/^ *#/d' -e 's/VARIABLE/POTFILES/g'`
yasm-1.3.0/m4/po.m4:300:  POTFILES=`sed -n -e "$sed_x_POTFILES" < "$ac_file"`
yasm-1.3.0/m4/po.m4-301-  # Compute POTFILES_DEPS as
##############################################
yasm-1.3.0/m4/po.m4-313-    # The LINGUAS file contains the set of available languages.
yasm-1.3.0/m4/po.m4:314:    ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"`
yasm-1.3.0/m4/po.m4-315-    POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
##############################################
yasm-1.3.0/m4/po.m4-317-    # Set ALL_LINGUAS to the value of the Makefile variable LINGUAS.
yasm-1.3.0/m4/po.m4:318:    sed_x_LINGUAS=`$gt_echo "$sed_x_variable" | sed -e '/^ *#/d' -e 's/VARIABLE/LINGUAS/g'`
yasm-1.3.0/m4/po.m4:319:    ALL_LINGUAS_=`sed -n -e "$sed_x_LINGUAS" < "$ac_file"`
yasm-1.3.0/m4/po.m4-320-  fi
##############################################
yasm-1.3.0/m4/po.m4-361-    QMFILES="$QMFILES $srcdirpre$lang.qm"
yasm-1.3.0/m4/po.m4:362:    frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'`
yasm-1.3.0/m4/po.m4-363-    MSGFILES="$MSGFILES $srcdirpre$frobbedlang.msg"
yasm-1.3.0/m4/po.m4:364:    frobbedlang=`echo $lang | sed -e 's/_/-/g' -e 's/^sr-CS/sr-SP/' -e 's/@latin$/-Latn/' -e 's/@cyrillic$/-Cyrl/' -e 's/^sr-SP$/sr-SP-Latn/' -e 's/^uz-UZ$/uz-UZ-Latn/'`
yasm-1.3.0/m4/po.m4-365-    RESOURCESDLLFILES="$RESOURCESDLLFILES $srcdirpre$frobbedlang/\$(DOMAIN).resources.dll"
##############################################
yasm-1.3.0/m4/po.m4-402-      QTCATALOGS="$QTCATALOGS $lang.qm"
yasm-1.3.0/m4/po.m4:403:      frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'`
yasm-1.3.0/m4/po.m4-404-      TCLCATALOGS="$TCLCATALOGS $frobbedlang.msg"
yasm-1.3.0/m4/po.m4:405:      frobbedlang=`echo $lang | sed -e 's/_/-/g' -e 's/^sr-CS/sr-SP/' -e 's/@latin$/-Latn/' -e 's/@cyrillic$/-Cyrl/' -e 's/^sr-SP$/sr-SP-Latn/' -e 's/^uz-UZ$/uz-UZ-Latn/'`
yasm-1.3.0/m4/po.m4-406-      CSHARPCATALOGS="$CSHARPCATALOGS $frobbedlang/\$(DOMAIN).resources.dll"
##############################################
yasm-1.3.0/m4/po.m4-414-    for lang in $ALL_LINGUAS; do
yasm-1.3.0/m4/po.m4:415:      frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'`
yasm-1.3.0/m4/po.m4-416-      cat >> "$ac_file.tmp" <<EOF
##############################################
yasm-1.3.0/m4/po.m4-425-    for lang in $ALL_LINGUAS; do
yasm-1.3.0/m4/po.m4:426:      frobbedlang=`echo $lang | sed -e 's/_/-/g' -e 's/^sr-CS/sr-SP/' -e 's/@latin$/-Latn/' -e 's/@cyrillic$/-Cyrl/' -e 's/^sr-SP$/sr-SP-Latn/' -e 's/^uz-UZ$/uz-UZ-Latn/'`
yasm-1.3.0/m4/po.m4-427-      cat >> "$ac_file.tmp" <<EOF
##############################################
yasm-1.3.0/m4/gettext.m4-267-        LTLIBINTL="ifelse([$3],[],\${top_builddir}/intl,[$3])/libintl.[]gt_libtool_suffix_prefix[]a $LTLIBICONV $LTLIBTHREAD"
yasm-1.3.0/m4/gettext.m4:268:        LIBS=`echo " $LIBS " | sed -e 's/ -lintl / /' -e 's/^ //' -e 's/ $//'`
yasm-1.3.0/m4/gettext.m4-269-      fi
##############################################
yasm-1.3.0/m4/ax_create_stdint_h.m4-121-AC_MSG_CHECKING([for stdint types])
yasm-1.3.0/m4/ax_create_stdint_h.m4:122:ac_stdint_h=`echo ifelse($1, , _stdint.h, $1)`
yasm-1.3.0/m4/ax_create_stdint_h.m4-123-# try to shortcircuit - if the default include path of the compiler
##############################################
yasm-1.3.0/m4/ax_create_stdint_h.m4-155-
yasm-1.3.0/m4/ax_create_stdint_h.m4:156:inttype_headers=`echo $2 | sed -e 's/,/ /g'`
yasm-1.3.0/m4/ax_create_stdint_h.m4-157-
##############################################
yasm-1.3.0/m4/ax_create_stdint_h.m4-204-#if test "$GCC" = "yes" ; then
yasm-1.3.0/m4/ax_create_stdint_h.m4:205:#ac_cv_stdint_message="using gnu compiler "`$CC --version | head -1` 
yasm-1.3.0/m4/ax_create_stdint_h.m4-206-#else
##############################################
yasm-1.3.0/m4/ax_create_stdint_h.m4-651-    else
yasm-1.3.0/m4/ax_create_stdint_h.m4:652:      ac_dir=`AS_DIRNAME(["$ac_stdint_h"])`
yasm-1.3.0/m4/ax_create_stdint_h.m4-653-      AS_MKDIR_P(["$ac_dir"])
##############################################
yasm-1.3.0/m4/lib-link.m4-247-        dnl or AC_LIB_HAVE_LINKFLAGS call.
yasm-1.3.0/m4/lib-link.m4:248:        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./+-|ABCDEFGHIJKLMNOPQRSTUVWXYZ____|'`
yasm-1.3.0/m4/lib-link.m4-249-        eval value=\"\$HAVE_LIB$uppername\"
##############################################
yasm-1.3.0/m4/lib-link.m4-322-                -L*)
yasm-1.3.0/m4/lib-link.m4:323:                  dir=`echo "X$x" | sed -e 's/^X-L//'`
yasm-1.3.0/m4/lib-link.m4-324-                  dnl First look for a shared library.
##############################################
yasm-1.3.0/m4/lib-link.m4-466-              */$acl_libdirstem | */$acl_libdirstem/)
yasm-1.3.0/m4/lib-link.m4:467:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'`
yasm-1.3.0/m4/lib-link.m4-468-                if test "$name" = '$1'; then
##############################################
yasm-1.3.0/m4/lib-link.m4-473-              */$acl_libdirstem2 | */$acl_libdirstem2/)
yasm-1.3.0/m4/lib-link.m4:474:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'`
yasm-1.3.0/m4/lib-link.m4-475-                if test "$name" = '$1'; then
##############################################
yasm-1.3.0/m4/lib-link.m4-529-                  -L*)
yasm-1.3.0/m4/lib-link.m4:530:                    additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
yasm-1.3.0/m4/lib-link.m4-531-                    dnl Potentially add $additional_libdir to $LIBNAME and $LTLIBNAME.
##############################################
yasm-1.3.0/m4/lib-link.m4-581-                  -R*)
yasm-1.3.0/m4/lib-link.m4:582:                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
yasm-1.3.0/m4/lib-link.m4-583-                    if test "$enable_rpath" != no; then
##############################################
yasm-1.3.0/m4/lib-link.m4-611-                    dnl Handle this in the next round.
yasm-1.3.0/m4/lib-link.m4:612:                    names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
yasm-1.3.0/m4/lib-link.m4-613-                    ;;
##############################################
yasm-1.3.0/m4/lib-link.m4-617-                    dnl option.
yasm-1.3.0/m4/lib-link.m4:618:                    names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
yasm-1.3.0/m4/lib-link.m4-619-                    ;;
##############################################
yasm-1.3.0/m4/lib-link.m4-730-            -L) next=yes ;;
yasm-1.3.0/m4/lib-link.m4:731:            -L*) dir=`echo "X$opt" | sed -e 's,^X-L,,'`
yasm-1.3.0/m4/lib-link.m4-732-                 dnl No need to hardcode the standard /usr/lib.
##############################################
yasm-1.3.0/m4/lib-prefix.m4-201-    *)
yasm-1.3.0/m4/lib-prefix.m4:202:      searchpath=`(LC_ALL=C $CC -print-search-dirs) 2>/dev/null | sed -n -e 's,^libraries: ,,p' | sed -e 's,^=,,'`
yasm-1.3.0/m4/lib-prefix.m4-203-      if test -n "$searchpath"; then
##############################################
yasm-1.3.0/m4/lib-prefix.m4-211-                ;;
yasm-1.3.0/m4/lib-prefix.m4:212:              *) searchdir=`cd "$searchdir" && pwd`
yasm-1.3.0/m4/lib-prefix.m4-213-                 case "$searchdir" in
##############################################
yasm-1.3.0/m4/iconv.m4-254-      am_cv_proto_iconv="extern size_t iconv (iconv_t cd, $am_cv_proto_iconv_arg1 char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);"])
yasm-1.3.0/m4/iconv.m4:255:    am_cv_proto_iconv=`echo "[$]am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'`
yasm-1.3.0/m4/iconv.m4-256-    AC_MSG_RESULT([
##############################################
yasm-1.3.0/m4/pythonhead.m4-7-dnl deduce PYTHON_INCLUDES
yasm-1.3.0/m4/pythonhead.m4:8:py_prefix=`$PYTHON -c "import sys; print sys.prefix"`
yasm-1.3.0/m4/pythonhead.m4:9:py_exec_prefix=`$PYTHON -c "import sys; print sys.exec_prefix"`
yasm-1.3.0/m4/pythonhead.m4-10-PYTHON_INCLUDES="-I${py_prefix}/include/python${PYTHON_VERSION}"
##############################################
yasm-1.3.0/BSD.txt-45--------------------------------------------------------------------------------
yasm-1.3.0/BSD.txt:46:NASM is now licensed under the 2-clause BSD license, also known as the
yasm-1.3.0/BSD.txt-47-simplified BSD license.
yasm-1.3.0/BSD.txt-48-
yasm-1.3.0/BSD.txt:49:    Copyright 1996-2009 the NASM Authors - All rights reserved.
yasm-1.3.0/BSD.txt-50-
##############################################
yasm-1.3.0/out_test.sh-22-echo $ECHO_N "Test $1: $ECHO_C"
yasm-1.3.0/out_test.sh:23:for asm in ${srcdir}/$2/*.asm
yasm-1.3.0/out_test.sh-24-do
yasm-1.3.0/out_test.sh:25:    a=`echo ${asm} | sed 's,^.*/,,;s,.asm$,,'`
yasm-1.3.0/out_test.sh-26-    o=${a}$5
yasm-1.3.0/out_test.sh-27-    oh=${a}.hx
yasm-1.3.0/out_test.sh:28:    og=`echo ${asm} | sed 's,.asm$,.hex,'`
yasm-1.3.0/out_test.sh-29-    e=${a}.ew
yasm-1.3.0/out_test.sh:30:    eg=`echo ${asm} | sed 's,.asm$,.errwarn,'`
yasm-1.3.0/out_test.sh-31-    if test \! -f ${eg}; then
##############################################
yasm-1.3.0/out_test.sh-35-    # Run within a subshell to prevent signal messages from displaying.
yasm-1.3.0/out_test.sh:36:    sh -c "cat ${asm} | ./yasm $4 -o results/${o} - 2>results/${e}" >/dev/null 2>/dev/null
yasm-1.3.0/out_test.sh-37-    status=$?
##############################################
yasm-1.3.0/out_test.sh-41-        eval "failed$failedct='C: ${a} crashed!'"
yasm-1.3.0/out_test.sh:42:        failedct=`expr $failedct + 1`
yasm-1.3.0/out_test.sh-43-    elif test $status -gt 0; then
##############################################
yasm-1.3.0/out_test.sh-45-        if test $? -gt 0; then
yasm-1.3.0/out_test.sh:46:            # YASM detected errors but shouldn't have!
yasm-1.3.0/out_test.sh-47-            echo $ECHO_N "E$ECHO_C"
yasm-1.3.0/out_test.sh-48-            eval "failed$failedct='E: ${a} returned an error code!'"
yasm-1.3.0/out_test.sh:49:            failedct=`expr $failedct + 1`
yasm-1.3.0/out_test.sh-50-        else
##############################################
yasm-1.3.0/out_test.sh-54-                echo $ECHO_N ".$ECHO_C"
yasm-1.3.0/out_test.sh:55:                passedct=`expr $passedct + 1`
yasm-1.3.0/out_test.sh-56-            else
##############################################
yasm-1.3.0/out_test.sh-59-                eval "failed$failedct='W: ${a} did not match errors and warnings!'"
yasm-1.3.0/out_test.sh:60:                failedct=`expr $failedct + 1`
yasm-1.3.0/out_test.sh-61-            fi
##############################################
yasm-1.3.0/out_test.sh-65-        if test $? -gt 0; then
yasm-1.3.0/out_test.sh:66:            # YASM didn't detect errors but should have!
yasm-1.3.0/out_test.sh-67-            echo $ECHO_N "E$ECHO_C"
yasm-1.3.0/out_test.sh-68-            eval "failed$failedct='E: ${a} did not return an error code!'"
yasm-1.3.0/out_test.sh:69:            failedct=`expr $failedct + 1`
yasm-1.3.0/out_test.sh-70-        else
##############################################
yasm-1.3.0/out_test.sh-75-                    echo $ECHO_N ".$ECHO_C"
yasm-1.3.0/out_test.sh:76:                    passedct=`expr $passedct + 1`
yasm-1.3.0/out_test.sh-77-                else
##############################################
yasm-1.3.0/out_test.sh-80-                    eval "failed$failedct='W: ${a} did not match errors and warnings!'"
yasm-1.3.0/out_test.sh:81:                    failedct=`expr $failedct + 1`
yasm-1.3.0/out_test.sh-82-                fi
##############################################
yasm-1.3.0/out_test.sh-86-                eval "failed$failedct='O: ${a} did not match object file!'"
yasm-1.3.0/out_test.sh:87:                failedct=`expr $failedct + 1`
yasm-1.3.0/out_test.sh-88-            fi
##############################################
yasm-1.3.0/out_test.sh-92-
yasm-1.3.0/out_test.sh:93:ct=`expr $failedct + $passedct`
yasm-1.3.0/out_test.sh:94:per=`expr 100 \* $passedct / $ct`
yasm-1.3.0/out_test.sh-95-
##############################################
yasm-1.3.0/out_test.sh-100-    echo " ** $failure"
yasm-1.3.0/out_test.sh:101:    i=`expr $i + 1`
yasm-1.3.0/out_test.sh-102-done
##############################################
yasm-1.3.0/config/config.rpath-33-host="$1"
yasm-1.3.0/config/config.rpath:34:host_cpu=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
yasm-1.3.0/config/config.rpath:35:host_vendor=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
yasm-1.3.0/config/config.rpath:36:host_os=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
yasm-1.3.0/config/config.rpath-37-
##############################################
yasm-1.3.0/config/config.rpath-47-done
yasm-1.3.0/config/config.rpath:48:cc_basename=`echo "$cc_temp" | sed -e 's%^.*/%%'`
yasm-1.3.0/config/config.rpath-49-
##############################################
yasm-1.3.0/config/config.rpath-94-        *)
yasm-1.3.0/config/config.rpath:95:          case `$CC -V 2>&1 | sed 5q` in
yasm-1.3.0/config/config.rpath-96-            *Sun\ F* | *Sun*Fortran*)
##############################################
yasm-1.3.0/config/config.rpath-235-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
yasm-1.3.0/config/config.rpath:236:      case `$LD -v 2>&1` in
yasm-1.3.0/config/config.rpath-237-        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
##############################################
yasm-1.3.0/config/config.rpath-241-          if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
yasm-1.3.0/config/config.rpath:242:            hardcode_libdir_flag_spec='`test -z "$SCOABSPATH" && echo ${wl}-rpath,$libdir`'
yasm-1.3.0/config/config.rpath-243-          else
##############################################
yasm-1.3.0/config/config.rpath-298-        case $host_os in aix4.[012]|aix4.[012].*)
yasm-1.3.0/config/config.rpath:299:          collect2name=`${CC} -print-prog-name=collect2`
yasm-1.3.0/config/config.rpath-300-          if test -f "$collect2name" && \
##############################################
yasm-1.3.0/config/config.rpath-434-        hardcode_direct=yes
yasm-1.3.0/config/config.rpath:435:        if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
yasm-1.3.0/config/config.rpath-436-          hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
##############################################
yasm-1.3.0/config/config.rpath-498-    sysv5* | sco3.2v5* | sco5v6*)
yasm-1.3.0/config/config.rpath:499:      hardcode_libdir_flag_spec='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
yasm-1.3.0/config/config.rpath-500-      hardcode_libdir_separator=':'
##############################################
yasm-1.3.0/config/config.rpath-651-sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
yasm-1.3.0/config/config.rpath:652:escaped_wl=`echo "X$wl" | sed -e 's/^X//' -e "$sed_quote_subst"`
yasm-1.3.0/config/config.rpath:653:shlibext=`echo "$shrext" | sed -e 's,^\.,,'`
yasm-1.3.0/config/config.rpath:654:escaped_libname_spec=`echo "X$libname_spec" | sed -e 's/^X//' -e "$sed_quote_subst"`
yasm-1.3.0/config/config.rpath:655:escaped_library_names_spec=`echo "X$library_names_spec" | sed -e 's/^X//' -e "$sed_quote_subst"`
yasm-1.3.0/config/config.rpath:656:escaped_hardcode_libdir_flag_spec=`echo "X$hardcode_libdir_flag_spec" | sed -e 's/^X//' -e "$sed_quote_subst"`
yasm-1.3.0/config/config.rpath-657-
##############################################
yasm-1.3.0/config/install-sh-229-      fi
yasm-1.3.0/config/install-sh:230:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
yasm-1.3.0/config/install-sh-231-    *)
##############################################
yasm-1.3.0/config/install-sh-276-      dstdir=$dst
yasm-1.3.0/config/install-sh:277:      dst=$dstdir/`basename "$src"`
yasm-1.3.0/config/install-sh-278-      dstdir_status=0
##############################################
yasm-1.3.0/config/install-sh-358-		   # FreeBSD 6.1 mkdir -m -p sets mode of existing directory.
yasm-1.3.0/config/install-sh:359:		   ls_ld_tmpdir=`ls -ld "$tmpdir"`
yasm-1.3.0/config/install-sh-360-		   case $ls_ld_tmpdir in
##############################################
yasm-1.3.0/config/install-sh-365-		   $mkdirprog -m$different_mode -p -- "$tmpdir" && {
yasm-1.3.0/config/install-sh:366:		     ls_ld_tmpdir_1=`ls -ld "$tmpdir"`
yasm-1.3.0/config/install-sh-367-		     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
yasm-1.3.0/config/install-sh-425-	    case $prefix in
yasm-1.3.0/config/install-sh:426:	      *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
yasm-1.3.0/config/install-sh-427-	      *) qprefix=$prefix;;
##############################################
yasm-1.3.0/config/install-sh-474-    if $copy_on_change &&
yasm-1.3.0/config/install-sh:475:       old=`LC_ALL=C ls -dlL "$dst"	2>/dev/null` &&
yasm-1.3.0/config/install-sh:476:       new=`LC_ALL=C ls -dlL "$dsttmp"	2>/dev/null` &&
yasm-1.3.0/config/install-sh-477-
##############################################
yasm-1.3.0/config/compile-67-	mingw/*)
yasm-1.3.0/config/compile:68:	  file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
yasm-1.3.0/config/compile-69-	  ;;
yasm-1.3.0/config/compile-70-	cygwin/*)
yasm-1.3.0/config/compile:71:	  file=`cygpath -m "$file" || echo "$file"`
yasm-1.3.0/config/compile-72-	  ;;
yasm-1.3.0/config/compile-73-	wine/*)
yasm-1.3.0/config/compile:74:	  file=`winepath -w "$file" || echo "$file"`
yasm-1.3.0/config/compile-75-	  ;;
##############################################
yasm-1.3.0/config/compile-309-# Name of file we expect compiler to create.
yasm-1.3.0/config/compile:310:cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
yasm-1.3.0/config/compile-311-
##############################################
yasm-1.3.0/config/compile-315-# object file name, since that is what matters with a parallel build.
yasm-1.3.0/config/compile:316:lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d
yasm-1.3.0/config/compile-317-while true; do
##############################################
yasm-1.3.0/config/config.sub-57-
yasm-1.3.0/config/config.sub:58:me=`echo "$0" | sed -e 's,.*/,,'`
yasm-1.3.0/config/config.sub-59-
##############################################
yasm-1.3.0/config/config.sub-122-# Here we must recognize all the valid KERNEL-OS combinations.
yasm-1.3.0/config/config.sub:123:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
yasm-1.3.0/config/config.sub-124-case $maybe_os in
##############################################
yasm-1.3.0/config/config.sub-130-    os=-$maybe_os
yasm-1.3.0/config/config.sub:131:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
yasm-1.3.0/config/config.sub-132-    ;;
##############################################
yasm-1.3.0/config/config.sub-134-    os=-linux-android
yasm-1.3.0/config/config.sub:135:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown
yasm-1.3.0/config/config.sub-136-    ;;
yasm-1.3.0/config/config.sub-137-  *)
yasm-1.3.0/config/config.sub:138:    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
yasm-1.3.0/config/config.sub-139-    if [ $basic_machine != $1 ]
yasm-1.3.0/config/config.sub:140:    then os=`echo $1 | sed 's/.*-/-/'`
yasm-1.3.0/config/config.sub-141-    else os=; fi
##############################################
yasm-1.3.0/config/config.sub-188-		os=-sco5v6
yasm-1.3.0/config/config.sub:189:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
yasm-1.3.0/config/config.sub-190-		;;
##############################################
yasm-1.3.0/config/config.sub-192-		os=-sco3.2v5
yasm-1.3.0/config/config.sub:193:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
yasm-1.3.0/config/config.sub-194-		;;
##############################################
yasm-1.3.0/config/config.sub-196-		os=-sco3.2v4
yasm-1.3.0/config/config.sub:197:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
yasm-1.3.0/config/config.sub-198-		;;
yasm-1.3.0/config/config.sub-199-	-sco3.2.[4-9]*)
yasm-1.3.0/config/config.sub:200:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
yasm-1.3.0/config/config.sub:201:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
yasm-1.3.0/config/config.sub-202-		;;
##############################################
yasm-1.3.0/config/config.sub-204-		# Don't forget version if it is 3.2v4 or newer.
yasm-1.3.0/config/config.sub:205:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
yasm-1.3.0/config/config.sub-206-		;;
##############################################
yasm-1.3.0/config/config.sub-208-		# Don't forget version if it is 3.2v4 or newer.
yasm-1.3.0/config/config.sub:209:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
yasm-1.3.0/config/config.sub-210-		;;
##############################################
yasm-1.3.0/config/config.sub-212-		os=-sco3.2v2
yasm-1.3.0/config/config.sub:213:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
yasm-1.3.0/config/config.sub-214-		;;
yasm-1.3.0/config/config.sub-215-	-udk*)
yasm-1.3.0/config/config.sub:216:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
yasm-1.3.0/config/config.sub-217-		;;
##############################################
yasm-1.3.0/config/config.sub-219-		os=-isc2.2
yasm-1.3.0/config/config.sub:220:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
yasm-1.3.0/config/config.sub-221-		;;
##############################################
yasm-1.3.0/config/config.sub-225-	-isc*)
yasm-1.3.0/config/config.sub:226:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
yasm-1.3.0/config/config.sub-227-		;;
##############################################
yasm-1.3.0/config/config.sub-237-	-ptx*)
yasm-1.3.0/config/config.sub:238:		basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
yasm-1.3.0/config/config.sub-239-		;;
yasm-1.3.0/config/config.sub-240-	-windowsnt*)
yasm-1.3.0/config/config.sub:241:		os=`echo $os | sed -e 's/windowsnt/winnt/'`
yasm-1.3.0/config/config.sub-242-		;;
##############################################
yasm-1.3.0/config/config.sub-363-	*-*-*)
yasm-1.3.0/config/config.sub:364:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
yasm-1.3.0/config/config.sub-365-		exit 1
##############################################
yasm-1.3.0/config/config.sub-481-	amd64-*)
yasm-1.3.0/config/config.sub:482:		basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
yasm-1.3.0/config/config.sub-483-		;;
##############################################
yasm-1.3.0/config/config.sub-523-	blackfin-*)
yasm-1.3.0/config/config.sub:524:		basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'`
yasm-1.3.0/config/config.sub-525-		os=-linux
##############################################
yasm-1.3.0/config/config.sub-531-	c54x-*)
yasm-1.3.0/config/config.sub:532:		basic_machine=tic54x-`echo $basic_machine | sed 's/^[^-]*-//'`
yasm-1.3.0/config/config.sub-533-		;;
yasm-1.3.0/config/config.sub-534-	c55x-*)
yasm-1.3.0/config/config.sub:535:		basic_machine=tic55x-`echo $basic_machine | sed 's/^[^-]*-//'`
yasm-1.3.0/config/config.sub-536-		;;
yasm-1.3.0/config/config.sub-537-	c6x-*)
yasm-1.3.0/config/config.sub:538:		basic_machine=tic6x-`echo $basic_machine | sed 's/^[^-]*-//'`
yasm-1.3.0/config/config.sub-539-		;;
##############################################
yasm-1.3.0/config/config.sub-734-	i*86v32)
yasm-1.3.0/config/config.sub:735:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
yasm-1.3.0/config/config.sub-736-		os=-sysv32
##############################################
yasm-1.3.0/config/config.sub-738-	i*86v4*)
yasm-1.3.0/config/config.sub:739:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
yasm-1.3.0/config/config.sub-740-		os=-sysv4
##############################################
yasm-1.3.0/config/config.sub-742-	i*86v)
yasm-1.3.0/config/config.sub:743:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
yasm-1.3.0/config/config.sub-744-		os=-sysv
##############################################
yasm-1.3.0/config/config.sub-746-	i*86sol2)
yasm-1.3.0/config/config.sub:747:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
yasm-1.3.0/config/config.sub-748-		os=-solaris2
##############################################
yasm-1.3.0/config/config.sub-776-	m68knommu-*)
yasm-1.3.0/config/config.sub:777:		basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'`
yasm-1.3.0/config/config.sub-778-		os=-linux
##############################################
yasm-1.3.0/config/config.sub-809-	mips3*-*)
yasm-1.3.0/config/config.sub:810:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
yasm-1.3.0/config/config.sub-811-		;;
yasm-1.3.0/config/config.sub-812-	mips3*)
yasm-1.3.0/config/config.sub:813:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
yasm-1.3.0/config/config.sub-814-		;;
##############################################
yasm-1.3.0/config/config.sub-827-	ms1-*)
yasm-1.3.0/config/config.sub:828:		basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
yasm-1.3.0/config/config.sub-829-		;;
##############################################
yasm-1.3.0/config/config.sub-946-	parisc-*)
yasm-1.3.0/config/config.sub:947:		basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'`
yasm-1.3.0/config/config.sub-948-		os=-linux
##############################################
yasm-1.3.0/config/config.sub-962-	pc98-*)
yasm-1.3.0/config/config.sub:963:		basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'`
yasm-1.3.0/config/config.sub-964-		;;
##############################################
yasm-1.3.0/config/config.sub-977-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
yasm-1.3.0/config/config.sub:978:		basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
yasm-1.3.0/config/config.sub-979-		;;
yasm-1.3.0/config/config.sub-980-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
yasm-1.3.0/config/config.sub:981:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
yasm-1.3.0/config/config.sub-982-		;;
yasm-1.3.0/config/config.sub-983-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
yasm-1.3.0/config/config.sub:984:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
yasm-1.3.0/config/config.sub-985-		;;
yasm-1.3.0/config/config.sub-986-	pentium4-*)
yasm-1.3.0/config/config.sub:987:		basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
yasm-1.3.0/config/config.sub-988-		;;
##############################################
yasm-1.3.0/config/config.sub-996-	ppc-* | ppcbe-*)
yasm-1.3.0/config/config.sub:997:		basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
yasm-1.3.0/config/config.sub-998-		;;
##############################################
yasm-1.3.0/config/config.sub-1002-	ppcle-* | powerpclittle-*)
yasm-1.3.0/config/config.sub:1003:		basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
yasm-1.3.0/config/config.sub-1004-		;;
##############################################
yasm-1.3.0/config/config.sub-1006-		;;
yasm-1.3.0/config/config.sub:1007:	ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
yasm-1.3.0/config/config.sub-1008-		;;
##############################################
yasm-1.3.0/config/config.sub-1012-	ppc64le-* | powerpc64little-*)
yasm-1.3.0/config/config.sub:1013:		basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
yasm-1.3.0/config/config.sub-1014-		;;
##############################################
yasm-1.3.0/config/config.sub-1091-	strongarm-* | thumb-*)
yasm-1.3.0/config/config.sub:1092:		basic_machine=arm-`echo $basic_machine | sed 's/^[^-]*-//'`
yasm-1.3.0/config/config.sub-1093-		;;
##############################################
yasm-1.3.0/config/config.sub-1221-	xscale-* | xscalee[bl]-*)
yasm-1.3.0/config/config.sub:1222:		basic_machine=`echo $basic_machine | sed 's/^xscale/arm/'`
yasm-1.3.0/config/config.sub-1223-		;;
##############################################
yasm-1.3.0/config/config.sub-1298-	*)
yasm-1.3.0/config/config.sub:1299:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
yasm-1.3.0/config/config.sub-1300-		exit 1
##############################################
yasm-1.3.0/config/config.sub-1306-	*-digital*)
yasm-1.3.0/config/config.sub:1307:		basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
yasm-1.3.0/config/config.sub-1308-		;;
yasm-1.3.0/config/config.sub-1309-	*-commodore*)
yasm-1.3.0/config/config.sub:1310:		basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
yasm-1.3.0/config/config.sub-1311-		;;
##############################################
yasm-1.3.0/config/config.sub-1327-	-solaris1 | -solaris1.*)
yasm-1.3.0/config/config.sub:1328:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
yasm-1.3.0/config/config.sub-1329-		;;
##############################################
yasm-1.3.0/config/config.sub-1339-	-gnu/linux*)
yasm-1.3.0/config/config.sub:1340:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
yasm-1.3.0/config/config.sub-1341-		;;
##############################################
yasm-1.3.0/config/config.sub-1385-	-nto*)
yasm-1.3.0/config/config.sub:1386:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
yasm-1.3.0/config/config.sub-1387-		;;
##############################################
yasm-1.3.0/config/config.sub-1392-	-mac*)
yasm-1.3.0/config/config.sub:1393:		os=`echo $os | sed -e 's|mac|macos|'`
yasm-1.3.0/config/config.sub-1394-		;;
##############################################
yasm-1.3.0/config/config.sub-1398-	-linux*)
yasm-1.3.0/config/config.sub:1399:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
yasm-1.3.0/config/config.sub-1400-		;;
yasm-1.3.0/config/config.sub-1401-	-sunos5*)
yasm-1.3.0/config/config.sub:1402:		os=`echo $os | sed -e 's|sunos5|solaris2|'`
yasm-1.3.0/config/config.sub-1403-		;;
yasm-1.3.0/config/config.sub-1404-	-sunos6*)
yasm-1.3.0/config/config.sub:1405:		os=`echo $os | sed -e 's|sunos6|solaris3|'`
yasm-1.3.0/config/config.sub-1406-		;;
##############################################
yasm-1.3.0/config/config.sub-1453-	-sinix5.*)
yasm-1.3.0/config/config.sub:1454:		os=`echo $os | sed -e 's|sinix|sysv|'`
yasm-1.3.0/config/config.sub-1455-		;;
##############################################
yasm-1.3.0/config/config.sub-1509-		# Get rid of the `-' at the beginning of $os.
yasm-1.3.0/config/config.sub:1510:		os=`echo $os | sed 's/[^-]*-//'`
yasm-1.3.0/config/config.sub:1511:		echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
yasm-1.3.0/config/config.sub-1512-		exit 1
##############################################
yasm-1.3.0/config/config.sub-1769-		esac
yasm-1.3.0/config/config.sub:1770:		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
yasm-1.3.0/config/config.sub-1771-		;;
##############################################
yasm-1.3.0/config/depcomp-64-  case $1 in
yasm-1.3.0/config/depcomp:65:    */*) dir=`echo "$1" | sed -e 's|/[^/]*$|/|'`;;
yasm-1.3.0/config/depcomp-66-      *) dir=;;
##############################################
yasm-1.3.0/config/depcomp-73-{
yasm-1.3.0/config/depcomp:74:  base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'`
yasm-1.3.0/config/depcomp-75-}
##############################################
yasm-1.3.0/config/depcomp-126-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
yasm-1.3.0/config/depcomp:127:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
yasm-1.3.0/config/depcomp-128-
##############################################
yasm-1.3.0/config/depcomp-405-        sleep 1
yasm-1.3.0/config/depcomp:406:        i=`expr $i - 1`
yasm-1.3.0/config/depcomp-407-      done
yasm-1.3.0/config/depcomp-408-    fi
yasm-1.3.0/config/depcomp:409:    i=`expr $i - 1`
yasm-1.3.0/config/depcomp-410-  done
##############################################
yasm-1.3.0/config/depcomp-425-  # Do two passes, one to just change these to
yasm-1.3.0/config/depcomp:426:  # `$object: dependent.h' and one to simply `dependent.h:'.
yasm-1.3.0/config/depcomp-427-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
yasm-1.3.0/config/depcomp-659-  done
yasm-1.3.0/config/depcomp:660:  obj_suffix=`echo "$object" | sed 's/^.*\././'`
yasm-1.3.0/config/depcomp-661-  touch "$tmpdepfile"
##############################################
yasm-1.3.0/config/config.guess-38-
yasm-1.3.0/config/config.guess:39:me=`echo "$0" | sed -e 's,.*/,,'`
yasm-1.3.0/config/config.guess-40-
##############################################
yasm-1.3.0/config/config.guess-108-: ${TMPDIR=/tmp} ;
yasm-1.3.0/config/config.guess:109: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
yasm-1.3.0/config/config.guess-110- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
yasm-1.3.0/config/config.guess-194-	    *)
yasm-1.3.0/config/config.guess:195:		release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
yasm-1.3.0/config/config.guess-196-		;;
##############################################
yasm-1.3.0/config/config.guess-221-	*4.0)
yasm-1.3.0/config/config.guess:222:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
yasm-1.3.0/config/config.guess-223-		;;
yasm-1.3.0/config/config.guess-224-	*5.*)
yasm-1.3.0/config/config.guess:225:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
yasm-1.3.0/config/config.guess-226-		;;
##############################################
yasm-1.3.0/config/config.guess-231-	# types through head -n 1, so we only detect the type of CPU 0.
yasm-1.3.0/config/config.guess:232:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
yasm-1.3.0/config/config.guess-233-	case "$ALPHA_CPU_TYPE" in
##############################################
yasm-1.3.0/config/config.guess-269-	# 1.2 uses "1.2" for uname -r.
yasm-1.3.0/config/config.guess:270:	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
yasm-1.3.0/config/config.guess-271-	# Reset EXIT trap before exiting to avoid spurious non-zero exit code.
##############################################
yasm-1.3.0/config/config.guess-329-    s390x:SunOS:*:*)
yasm-1.3.0/config/config.guess:330:	echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
yasm-1.3.0/config/config.guess-331-	exit ;;
yasm-1.3.0/config/config.guess-332-    sun4H:SunOS:5.*:*)
yasm-1.3.0/config/config.guess:333:	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
yasm-1.3.0/config/config.guess-334-	exit ;;
yasm-1.3.0/config/config.guess-335-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
yasm-1.3.0/config/config.guess:336:	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
yasm-1.3.0/config/config.guess-337-	exit ;;
##############################################
yasm-1.3.0/config/config.guess-354-	fi
yasm-1.3.0/config/config.guess:355:	echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
yasm-1.3.0/config/config.guess-356-	exit ;;
##############################################
yasm-1.3.0/config/config.guess-360-	# it's likely to be more like Solaris than SunOS4.
yasm-1.3.0/config/config.guess:361:	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
yasm-1.3.0/config/config.guess-362-	exit ;;
##############################################
yasm-1.3.0/config/config.guess-369-	# Japanese Language versions have a version number like `4.1.3-JL'.
yasm-1.3.0/config/config.guess:370:	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
yasm-1.3.0/config/config.guess-371-	exit ;;
##############################################
yasm-1.3.0/config/config.guess-375-    sun*:*:4.2BSD:*)
yasm-1.3.0/config/config.guess:376:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
yasm-1.3.0/config/config.guess-377-	test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
##############################################
yasm-1.3.0/config/config.guess-457-	$CC_FOR_BUILD -o $dummy $dummy.c &&
yasm-1.3.0/config/config.guess:458:	  dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` &&
yasm-1.3.0/config/config.guess:459:	  SYSTEM_NAME=`$dummy $dummyarg` &&
yasm-1.3.0/config/config.guess-460-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
yasm-1.3.0/config/config.guess-513-    *:IRIX*:*:*)
yasm-1.3.0/config/config.guess:514:	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
yasm-1.3.0/config/config.guess-515-	exit ;;
##############################################
yasm-1.3.0/config/config.guess-543-EOF
yasm-1.3.0/config/config.guess:544:		if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy`
yasm-1.3.0/config/config.guess-545-		then
##############################################
yasm-1.3.0/config/config.guess-556-    *:AIX:*:[4567])
yasm-1.3.0/config/config.guess:557:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
yasm-1.3.0/config/config.guess-558-	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
##############################################
yasm-1.3.0/config/config.guess-591-    9000/[34678]??:HP-UX:*:*)
yasm-1.3.0/config/config.guess:592:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
yasm-1.3.0/config/config.guess-593-	case "${UNAME_MACHINE}" in
##############################################
yasm-1.3.0/config/config.guess-645-EOF
yasm-1.3.0/config/config.guess:646:		    (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
yasm-1.3.0/config/config.guess-647-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
yasm-1.3.0/config/config.guess-673-    ia64:HP-UX:*:*)
yasm-1.3.0/config/config.guess:674:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
yasm-1.3.0/config/config.guess-675-	echo ia64-hp-hpux${HPUX_REV}
##############################################
yasm-1.3.0/config/config.guess-703-EOF
yasm-1.3.0/config/config.guess:704:	$CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` &&
yasm-1.3.0/config/config.guess-705-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
yasm-1.3.0/config/config.guess-774-	FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
yasm-1.3.0/config/config.guess:775:	FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
yasm-1.3.0/config/config.guess-776-	echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
yasm-1.3.0/config/config.guess-779-	FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
yasm-1.3.0/config/config.guess:780:	FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'`
yasm-1.3.0/config/config.guess-781-	echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
yasm-1.3.0/config/config.guess-795-	    amd64)
yasm-1.3.0/config/config.guess:796:		echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
yasm-1.3.0/config/config.guess-797-	    *)
yasm-1.3.0/config/config.guess:798:		echo ${UNAME_PROCESSOR}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
yasm-1.3.0/config/config.guess-799-	esac
##############################################
yasm-1.3.0/config/config.guess-850-    prep*:SunOS:5.*:*)
yasm-1.3.0/config/config.guess:851:	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
yasm-1.3.0/config/config.guess-852-	exit ;;
##############################################
yasm-1.3.0/config/config.guess-854-	# the GNU system
yasm-1.3.0/config/config.guess:855:	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
yasm-1.3.0/config/config.guess-856-	exit ;;
##############################################
yasm-1.3.0/config/config.guess-858-	# other systems with GNU libc and userland
yasm-1.3.0/config/config.guess:859:	echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-gnu
yasm-1.3.0/config/config.guess-860-	exit ;;
##############################################
yasm-1.3.0/config/config.guess-923-EOF
yasm-1.3.0/config/config.guess:924:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC'`
yasm-1.3.0/config/config.guess-925-	echo "${UNAME_MACHINE}-pc-linux-${LIBC}"
##############################################
yasm-1.3.0/config/config.guess-951-EOF
yasm-1.3.0/config/config.guess:952:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'`
yasm-1.3.0/config/config.guess-953-	test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; }
##############################################
yasm-1.3.0/config/config.guess-1036-    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
yasm-1.3.0/config/config.guess:1037:	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
yasm-1.3.0/config/config.guess-1038-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
yasm-1.3.0/config/config.guess-1306-    *:DragonFly:*:*)
yasm-1.3.0/config/config.guess:1307:	echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
yasm-1.3.0/config/config.guess-1308-	exit ;;
##############################################
yasm-1.3.0/config/config.guess-1319-    i*86:skyos:*:*)
yasm-1.3.0/config/config.guess:1320:	echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//'
yasm-1.3.0/config/config.guess-1321-	exit ;;
##############################################
yasm-1.3.0/config/config.guess-1450-
yasm-1.3.0/config/config.guess:1451:$CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null && SYSTEM_NAME=`$dummy` &&
yasm-1.3.0/config/config.guess-1452-	{ echo "$SYSTEM_NAME"; exit; }
##############################################
yasm-1.3.0/yasm_objfmts.7-5-.\"      Date: February 2007
yasm-1.3.0/yasm_objfmts.7:6:.\"    Manual: Yasm Supported Object Formats
yasm-1.3.0/yasm_objfmts.7-7-.\"    Source: Yasm
##############################################
yasm-1.3.0/yasm_objfmts.7-9-.\"
yasm-1.3.0/yasm_objfmts.7:10:.TH "YASM_OBJFMTS" "7" "February 2007" "Yasm" "Yasm Supported Object Formats"
yasm-1.3.0/yasm_objfmts.7-11-.\" -----------------------------------------------------------------
##############################################
yasm-1.3.0/yasm_objfmts.7-30-.SH "NAME"
yasm-1.3.0/yasm_objfmts.7:31:yasm_objfmts \- Yasm Supported Object Formats
yasm-1.3.0/yasm_objfmts.7-32-.SH "SYNOPSIS"
##############################################
yasm-1.3.0/yasm_objfmts.7-36-.PP
yasm-1.3.0/yasm_objfmts.7:37:The standard Yasm distribution includes a number of modules for different object formats (Yasm\*(Aqs primary output)\&.
yasm-1.3.0/yasm_objfmts.7-38-.PP
##############################################
yasm-1.3.0/yasm_objfmts.7-57-\(lqreal\(rq
yasm-1.3.0/yasm_objfmts.7:58:object format; the output file it creates simply describes the sequence of calls made to it by Yasm and the final object and symbol table information in a human\-readable text format (that in a normal object format would get processed into that object format\*(Aqs particular binary representation)\&. This object format is not intended for real use, but rather for debugging Yasm\*(Aqs internals\&.
yasm-1.3.0/yasm_objfmts.7-59-.SH "ELF"
##############################################
yasm-1.3.0/yasm_objfmts.7-73-\(lqmacho64\(rq
yasm-1.3.0/yasm_objfmts.7:74:(for 64\-bit targets)\&. Mach\-O is used as the object format on MacOS X\&. As Yasm currently only supports x86 and AMD64 instruction sets, it can only generate Mach\-O objects for Intel\-based Macs\&.
yasm-1.3.0/yasm_objfmts.7-75-.SH "RDF"
##############################################
yasm-1.3.0/debian/changelog:1:yasm (1.3.0-2) unstable; urgency=medium
yasm-1.3.0/debian/changelog-2-
##############################################
yasm-1.3.0/debian/changelog-6-
yasm-1.3.0/debian/changelog:7:yasm (1.3.0-1) unstable; urgency=medium
yasm-1.3.0/debian/changelog-8-
##############################################
yasm-1.3.0/debian/changelog-11-  * 100_ytasm_parsing_error.diff: new patch fixing an argument parsing
yasm-1.3.0/debian/changelog:12:    bug in ytasm (Closes: #716639).
yasm-1.3.0/debian/changelog-13-
##############################################
yasm-1.3.0/debian/changelog-15-
yasm-1.3.0/debian/changelog:16:yasm (1.2.0-2) unstable; urgency=medium
yasm-1.3.0/debian/changelog-17-
##############################################
yasm-1.3.0/debian/changelog-25-
yasm-1.3.0/debian/changelog:26:yasm (1.2.0-1) unstable; urgency=low
yasm-1.3.0/debian/changelog-27-
##############################################
yasm-1.3.0/debian/changelog-31-
yasm-1.3.0/debian/changelog:32:yasm (1.1.0-1) unstable; urgency=low
yasm-1.3.0/debian/changelog-33-
##############################################
yasm-1.3.0/debian/changelog-39-
yasm-1.3.0/debian/changelog:40:yasm (0.8.0-1) unstable; urgency=low
yasm-1.3.0/debian/changelog-41-
yasm-1.3.0/debian/changelog-42-  * New upstream release (Closes: #531047).
yasm-1.3.0/debian/changelog:43:  * Removed all tasm patches, they’ve been merged upstream.
yasm-1.3.0/debian/changelog-44-  * debian/control: set debhelper dependency to 5.0 and policy to 3.8.2.
yasm-1.3.0/debian/changelog:45:  * debian/control: mention TASM in the long description.
yasm-1.3.0/debian/changelog-46-  * debian/compat: set debhelper level to 5.
yasm-1.3.0/debian/changelog:47:  * debian/links: link tasm to ytasm and tasm.1.gz to ytasm.1.gz.
yasm-1.3.0/debian/changelog-48-
##############################################
yasm-1.3.0/debian/changelog-50-
yasm-1.3.0/debian/changelog:51:yasm (0.7.0-3) unstable; urgency=high
yasm-1.3.0/debian/changelog-52-
yasm-1.3.0/debian/changelog-53-  * debian/control: build-depend on Python in order to re-run gen_x86_insn.py
yasm-1.3.0/debian/changelog:54:    at build time. This fixes the TASM support, thanks to Samuel Thibault
yasm-1.3.0/debian/changelog-55-    (Closes: #502238, #396291).
##############################################
yasm-1.3.0/debian/changelog-58-
yasm-1.3.0/debian/changelog:59:yasm (0.7.0-2) unstable; urgency=high
yasm-1.3.0/debian/changelog-60-
##############################################
yasm-1.3.0/debian/changelog-64-  * 020_yasm_tasm_build.diff 200_yasm_tasm_source.diff:
yasm-1.3.0/debian/changelog:65:    + New patch to add TASM support to YASM, thanks to the wonderful work of
yasm-1.3.0/debian/changelog-66-      Samuel Thibault <samuel.thibault@ens-lyon.org> (Closes: #396291).
##############################################
yasm-1.3.0/debian/changelog-70-  * 100_rebootstrap.diff:
yasm-1.3.0/debian/changelog:71:    + Rebootstrap package because of the TASM patch.
yasm-1.3.0/debian/changelog-72-
##############################################
yasm-1.3.0/debian/changelog-78-  * debian/tasm.1:
yasm-1.3.0/debian/changelog:79:    + Wrote a minimalist manpage for the tasm front-end.
yasm-1.3.0/debian/changelog-80-
##############################################
yasm-1.3.0/debian/changelog-82-
yasm-1.3.0/debian/changelog:83:yasm (0.7.0-1) unstable; urgency=low
yasm-1.3.0/debian/changelog-84-
##############################################
yasm-1.3.0/debian/changelog-100-
yasm-1.3.0/debian/changelog:101:yasm (0.6.1-1) UNRELEASED; urgency=low
yasm-1.3.0/debian/changelog-102-
##############################################
yasm-1.3.0/debian/changelog-106-
yasm-1.3.0/debian/changelog:107:yasm (0.5.0-2) unstable; urgency=low
yasm-1.3.0/debian/changelog-108-
##############################################
yasm-1.3.0/debian/changelog-117-
yasm-1.3.0/debian/changelog:118:yasm (0.5.0-1) unstable; urgency=low
yasm-1.3.0/debian/changelog-119-
##############################################
yasm-1.3.0/debian/changelog-128-
yasm-1.3.0/debian/changelog:129:yasm (0.4.0-4) unstable; urgency=low
yasm-1.3.0/debian/changelog-130-
##############################################
yasm-1.3.0/debian/changelog-135-    + Build-depend on quilt.
yasm-1.3.0/debian/changelog:136:    + Removed claim of GAS and TASM support until they are really supported
yasm-1.3.0/debian/changelog-137-      (Closes: #365783). It is a bit awkward to advertise "multiple" syntaxes
##############################################
yasm-1.3.0/debian/changelog-149-
yasm-1.3.0/debian/changelog:150:yasm (0.4.0-3) unstable; urgency=low
yasm-1.3.0/debian/changelog-151-
##############################################
yasm-1.3.0/debian/changelog-156-
yasm-1.3.0/debian/changelog:157:yasm (0.4.0-2) unstable; urgency=low
yasm-1.3.0/debian/changelog-158-
##############################################
yasm-1.3.0/debian/changelog-164-
yasm-1.3.0/debian/changelog:165:yasm (0.4.0-1) unstable; urgency=low
yasm-1.3.0/debian/changelog-166-
##############################################
yasm-1.3.0/debian/links:1:/usr/bin/ytasm /usr/bin/tasm
yasm-1.3.0/debian/links-2-/usr/share/man/man1/ytasm.1.gz /usr/share/man/man1/tasm.1.gz
##############################################
yasm-1.3.0/debian/ytasm.1-3-.\"      Date: July 2009
yasm-1.3.0/debian/ytasm.1:4:.\"    Manual: TASM Frontend For The Yasm Modular Assembler
yasm-1.3.0/debian/ytasm.1-5-.\"
yasm-1.3.0/debian/ytasm.1:6:.TH "YTASM" "1" "July 2009" "Tasm" "TASM Frontend For The Yasm Modular Assembler"
yasm-1.3.0/debian/ytasm.1-7-.\" disable hyphenation
##############################################
yasm-1.3.0/debian/ytasm.1-11-.SH "NAME"
yasm-1.3.0/debian/ytasm.1:12:ytasm \- TASM Frontend For The Yasm Modular Assembler
yasm-1.3.0/debian/ytasm.1-13-.SH "SYNOPSIS"
##############################################
yasm-1.3.0/debian/ytasm.1-19-.PP
yasm-1.3.0/debian/ytasm.1:20:The Yasm Modular Assembler is a portable, retargetable assembler written under the
yasm-1.3.0/debian/ytasm.1-21-\(lqnew\(rq
##############################################
yasm-1.3.0/debian/control-14-Description: modular assembler with multiple syntaxes support
yasm-1.3.0/debian/control:15: Yasm is a complete rewrite of the NASM assembler. It supports multiple
yasm-1.3.0/debian/control-16- assembler syntaxes (eg, NASM, GAS, TASM, etc.) in addition to multiple
##############################################
yasm-1.3.0/debian/copyright-8-
yasm-1.3.0/debian/copyright:9:Yasm is Copyright (c) 2001-2004 Peter Johnson <peter@tortall.net>
yasm-1.3.0/debian/copyright-10-                                Michael Urman <mu@tortall.net>
##############################################
yasm-1.3.0/debian/copyright-112-
yasm-1.3.0/debian/copyright:113: * NASM LICENCE AGREEMENT
yasm-1.3.0/debian/copyright-114- * ======================
##############################################
yasm-1.3.0/debian/copyright-116- * By "the Software" this licence refers to the complete contents of
yasm-1.3.0/debian/copyright:117: * the NASM archive, excluding this licence document itself, and
yasm-1.3.0/debian/copyright-118- * excluding the contents of the `test' directory. The Netwide
##############################################
yasm-1.3.0/debian/copyright-204- *
yasm-1.3.0/debian/copyright:205: * XI. The authors of NASM are the original authors (Simon Tatham and
yasm-1.3.0/debian/copyright-206- * Julian Hall) and all those who the original authors feel have
##############################################
yasm-1.3.0/debian/copyright-255-
yasm-1.3.0/debian/copyright:256:The rest of Yasm is under the following license:
yasm-1.3.0/debian/copyright-257-
##############################################
yasm-1.3.0/debian/copyright-282-Most of the code is either public domain, or under a 2- or 3-clause BSD
yasm-1.3.0/debian/copyright:283:license (without the advertisement clause). However, due to the NASM license
yasm-1.3.0/debian/copyright-284-(which allows the redistribution under the LGPL in clause X) and the
yasm-1.3.0/debian/copyright:285:bitvect.c license (Artistic / GPL / LGPL), the resulting Yasm binaries are
yasm-1.3.0/debian/copyright-286-covered by the LGPL.