===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
stella-6.4/Changes.txt-1324-
stella-6.4/Changes.txt:1325:  * Improved parsing of the DASM lst file for the debugger disassembly;
stella-6.4/Changes.txt-1326-    it sometimes missed constant declarations.
##############################################
stella-6.4/Changes.txt-1392-      - Removed 'loadsym' command from the debugger prompt, since the
stella-6.4/Changes.txt:1393:        DASM symbol file is always loaded anyway, making the command
stella-6.4/Changes.txt-1394-        redundant.  Related to this, fixed loading symbols with
##############################################
stella-6.4/Changes.txt-1396-
stella-6.4/Changes.txt:1397:      - Added support for DASM lst files (created with the -l option).
stella-6.4/Changes.txt-1398-        For now, the contents are only partially used, to detect
##############################################
stella-6.4/Changes.txt-2269-    ported yet.  As a result, labels defined by the user or from a
stella-6.4/Changes.txt:2270:    DASM symbol file aren't actually used in the disassembly, and almost
stella-6.4/Changes.txt-2271-    all distella config options are disabled.  These will be addressed in
##############################################
stella-6.4/Changes.txt-2329-  * Removed the 'loadlst' debugger command and the ability to use a
stella-6.4/Changes.txt:2330:    DASM .lst file.  This code was incomplete, and no longer fits with
stella-6.4/Changes.txt-2331-    the recent disassembler improvements.  Support for this may return
##############################################
stella-6.4/Changes.txt-3003-    and CPU widgets.  Note that this still isn't perfect, and needs support
stella-6.4/Changes.txt:3004:    from DASM for proper functionality.
stella-6.4/Changes.txt-3005-
##############################################
stella-6.4/config.guess-34-
stella-6.4/config.guess:35:me=`echo "$0" | sed -e 's,.*/,,'`
stella-6.4/config.guess-36-
##############################################
stella-6.4/config.guess-102-: ${TMPDIR=/tmp} ;
stella-6.4/config.guess:103: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
stella-6.4/config.guess-104- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
stella-6.4/config.guess-151-	EOF
stella-6.4/config.guess:152:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC' | sed 's, ,,g'`
stella-6.4/config.guess-153-	;;
##############################################
stella-6.4/config.guess-181-	    earmv*)
stella-6.4/config.guess:182:		arch=`echo ${UNAME_MACHINE_ARCH} | sed -e 's,^e\(armv[0-9]\).*$,\1,'`
stella-6.4/config.guess:183:		endian=`echo ${UNAME_MACHINE_ARCH} | sed -ne 's,^.*\(eb\)$,\1,p'`
stella-6.4/config.guess-184-		machine=${arch}${endian}-unknown
##############################################
stella-6.4/config.guess-213-		expr='s/^earmv[0-9]/-eabi/;s/eb$//'
stella-6.4/config.guess:214:		abi=`echo ${UNAME_MACHINE_ARCH} | sed -e "$expr"`
stella-6.4/config.guess-215-		;;
##############################################
stella-6.4/config.guess-226-	    *)
stella-6.4/config.guess:227:		release=`echo ${UNAME_RELEASE} | sed -e 's/[-_].*//' | cut -d. -f1,2`
stella-6.4/config.guess-228-		;;
##############################################
stella-6.4/config.guess-273-	*4.0)
stella-6.4/config.guess:274:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
stella-6.4/config.guess-275-		;;
stella-6.4/config.guess-276-	*5.*)
stella-6.4/config.guess:277:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
stella-6.4/config.guess-278-		;;
##############################################
stella-6.4/config.guess-283-	# types through head -n 1, so we only detect the type of CPU 0.
stella-6.4/config.guess:284:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
stella-6.4/config.guess-285-	case "$ALPHA_CPU_TYPE" in
##############################################
stella-6.4/config.guess-321-	# 1.2 uses "1.2" for uname -r.
stella-6.4/config.guess:322:	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz`
stella-6.4/config.guess-323-	# Reset EXIT trap before exiting to avoid spurious non-zero exit code.
##############################################
stella-6.4/config.guess-372-    s390x:SunOS:*:*)
stella-6.4/config.guess:373:	echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
stella-6.4/config.guess-374-	exit ;;
stella-6.4/config.guess-375-    sun4H:SunOS:5.*:*)
stella-6.4/config.guess:376:	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
stella-6.4/config.guess-377-	exit ;;
stella-6.4/config.guess-378-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
stella-6.4/config.guess:379:	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
stella-6.4/config.guess-380-	exit ;;
##############################################
stella-6.4/config.guess-397-	fi
stella-6.4/config.guess:398:	echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
stella-6.4/config.guess-399-	exit ;;
##############################################
stella-6.4/config.guess-403-	# it's likely to be more like Solaris than SunOS4.
stella-6.4/config.guess:404:	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
stella-6.4/config.guess-405-	exit ;;
##############################################
stella-6.4/config.guess-412-	# Japanese Language versions have a version number like `4.1.3-JL'.
stella-6.4/config.guess:413:	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
stella-6.4/config.guess-414-	exit ;;
##############################################
stella-6.4/config.guess-418-    sun*:*:4.2BSD:*)
stella-6.4/config.guess:419:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
stella-6.4/config.guess-420-	test "x${UNAME_RELEASE}" = x && UNAME_RELEASE=3
##############################################
stella-6.4/config.guess-500-	$CC_FOR_BUILD -o $dummy $dummy.c &&
stella-6.4/config.guess:501:	  dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` &&
stella-6.4/config.guess:502:	  SYSTEM_NAME=`$dummy $dummyarg` &&
stella-6.4/config.guess-503-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
stella-6.4/config.guess-556-    *:IRIX*:*:*)
stella-6.4/config.guess:557:	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
stella-6.4/config.guess-558-	exit ;;
##############################################
stella-6.4/config.guess-586-EOF
stella-6.4/config.guess:587:		if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy`
stella-6.4/config.guess-588-		then
##############################################
stella-6.4/config.guess-599-    *:AIX:*:[4567])
stella-6.4/config.guess:600:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
stella-6.4/config.guess-601-	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
##############################################
stella-6.4/config.guess-635-    9000/[34678]??:HP-UX:*:*)
stella-6.4/config.guess:636:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
stella-6.4/config.guess-637-	case "${UNAME_MACHINE}" in
##############################################
stella-6.4/config.guess-689-EOF
stella-6.4/config.guess:690:		    (CCOPTS="" $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
stella-6.4/config.guess-691-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
stella-6.4/config.guess-717-    ia64:HP-UX:*:*)
stella-6.4/config.guess:718:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
stella-6.4/config.guess-719-	echo ia64-hp-hpux${HPUX_REV}
##############################################
stella-6.4/config.guess-747-EOF
stella-6.4/config.guess:748:	$CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` &&
stella-6.4/config.guess-749-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
stella-6.4/config.guess-818-	FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
stella-6.4/config.guess:819:	FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
stella-6.4/config.guess-820-	echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
stella-6.4/config.guess-823-	FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
stella-6.4/config.guess:824:	FUJITSU_REL=`echo ${UNAME_RELEASE} | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/ /_/'`
stella-6.4/config.guess-825-	echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
stella-6.4/config.guess-843-	esac
stella-6.4/config.guess:844:	echo ${UNAME_PROCESSOR}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
stella-6.4/config.guess-845-	exit ;;
##############################################
stella-6.4/config.guess-879-    prep*:SunOS:5.*:*)
stella-6.4/config.guess:880:	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
stella-6.4/config.guess-881-	exit ;;
##############################################
stella-6.4/config.guess-883-	# the GNU system
stella-6.4/config.guess:884:	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-${LIBC}`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
stella-6.4/config.guess-885-	exit ;;
##############################################
stella-6.4/config.guess-887-	# other systems with GNU libc and userland
stella-6.4/config.guess:888:	echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr "[:upper:]" "[:lower:]"``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-${LIBC}
stella-6.4/config.guess-889-	exit ;;
##############################################
stella-6.4/config.guess-981-EOF
stella-6.4/config.guess:982:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'`
stella-6.4/config.guess-983-	test x"${CPU}" != x && { echo "${CPU}-unknown-linux-${LIBC}"; exit; }
##############################################
stella-6.4/config.guess-1081-    i*86:*:4.*:*)
stella-6.4/config.guess:1082:	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
stella-6.4/config.guess-1083-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
stella-6.4/config.guess-1284-	fi
stella-6.4/config.guess:1285:	if test `echo "$UNAME_RELEASE" | sed -e 's/\..*//'` -le 10 ; then
stella-6.4/config.guess-1286-	    if [ "$CC_FOR_BUILD" != no_compiler_found ]; then
##############################################
stella-6.4/config.guess-1379-    *:DragonFly:*:*)
stella-6.4/config.guess:1380:	echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
stella-6.4/config.guess-1381-	exit ;;
##############################################
stella-6.4/config.guess-1392-    i*86:skyos:*:*)
stella-6.4/config.guess:1393:	echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE} | sed -e 's/ .*$//'`
stella-6.4/config.guess-1394-	exit ;;
##############################################
stella-6.4/config.sub-52-
stella-6.4/config.sub:53:me=`echo "$0" | sed -e 's,.*/,,'`
stella-6.4/config.sub-54-
##############################################
stella-6.4/config.sub-114-# Here we must recognize all the valid KERNEL-OS combinations.
stella-6.4/config.sub:115:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
stella-6.4/config.sub-116-case $maybe_os in
##############################################
stella-6.4/config.sub-122-    os=-$maybe_os
stella-6.4/config.sub:123:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
stella-6.4/config.sub-124-    ;;
##############################################
stella-6.4/config.sub-126-    os=-linux-android
stella-6.4/config.sub:127:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown
stella-6.4/config.sub-128-    ;;
stella-6.4/config.sub-129-  *)
stella-6.4/config.sub:130:    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
stella-6.4/config.sub-131-    if [ $basic_machine != $1 ]
stella-6.4/config.sub:132:    then os=`echo $1 | sed 's/.*-/-/'`
stella-6.4/config.sub-133-    else os=; fi
##############################################
stella-6.4/config.sub-180-		os=-sco5v6
stella-6.4/config.sub:181:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
stella-6.4/config.sub-182-		;;
##############################################
stella-6.4/config.sub-184-		os=-sco3.2v5
stella-6.4/config.sub:185:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
stella-6.4/config.sub-186-		;;
##############################################
stella-6.4/config.sub-188-		os=-sco3.2v4
stella-6.4/config.sub:189:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
stella-6.4/config.sub-190-		;;
stella-6.4/config.sub-191-	-sco3.2.[4-9]*)
stella-6.4/config.sub:192:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
stella-6.4/config.sub:193:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
stella-6.4/config.sub-194-		;;
##############################################
stella-6.4/config.sub-196-		# Don't forget version if it is 3.2v4 or newer.
stella-6.4/config.sub:197:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
stella-6.4/config.sub-198-		;;
##############################################
stella-6.4/config.sub-200-		# Don't forget version if it is 3.2v4 or newer.
stella-6.4/config.sub:201:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
stella-6.4/config.sub-202-		;;
##############################################
stella-6.4/config.sub-204-		os=-sco3.2v2
stella-6.4/config.sub:205:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
stella-6.4/config.sub-206-		;;
stella-6.4/config.sub-207-	-udk*)
stella-6.4/config.sub:208:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
stella-6.4/config.sub-209-		;;
##############################################
stella-6.4/config.sub-211-		os=-isc2.2
stella-6.4/config.sub:212:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
stella-6.4/config.sub-213-		;;
##############################################
stella-6.4/config.sub-217-	-isc*)
stella-6.4/config.sub:218:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
stella-6.4/config.sub-219-		;;
##############################################
stella-6.4/config.sub-229-	-ptx*)
stella-6.4/config.sub:230:		basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
stella-6.4/config.sub-231-		;;
##############################################
stella-6.4/config.sub-364-	*-*-*)
stella-6.4/config.sub:365:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
stella-6.4/config.sub-366-		exit 1
##############################################
stella-6.4/config.sub-493-	amd64-*)
stella-6.4/config.sub:494:		basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
stella-6.4/config.sub-495-		;;
##############################################
stella-6.4/config.sub-538-	blackfin-*)
stella-6.4/config.sub:539:		basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'`
stella-6.4/config.sub-540-		os=-linux
##############################################
stella-6.4/config.sub-546-	c54x-*)
stella-6.4/config.sub:547:		basic_machine=tic54x-`echo $basic_machine | sed 's/^[^-]*-//'`
stella-6.4/config.sub-548-		;;
stella-6.4/config.sub-549-	c55x-*)
stella-6.4/config.sub:550:		basic_machine=tic55x-`echo $basic_machine | sed 's/^[^-]*-//'`
stella-6.4/config.sub-551-		;;
stella-6.4/config.sub-552-	c6x-*)
stella-6.4/config.sub:553:		basic_machine=tic6x-`echo $basic_machine | sed 's/^[^-]*-//'`
stella-6.4/config.sub-554-		;;
##############################################
stella-6.4/config.sub-650-	e500v[12]-*)
stella-6.4/config.sub:651:		basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
stella-6.4/config.sub-652-		os=$os"spe"
##############################################
stella-6.4/config.sub-757-	i*86v32)
stella-6.4/config.sub:758:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
stella-6.4/config.sub-759-		os=-sysv32
##############################################
stella-6.4/config.sub-761-	i*86v4*)
stella-6.4/config.sub:762:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
stella-6.4/config.sub-763-		os=-sysv4
##############################################
stella-6.4/config.sub-765-	i*86v)
stella-6.4/config.sub:766:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
stella-6.4/config.sub-767-		os=-sysv
##############################################
stella-6.4/config.sub-769-	i*86sol2)
stella-6.4/config.sub:770:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
stella-6.4/config.sub-771-		os=-solaris2
##############################################
stella-6.4/config.sub-795-	leon-*|leon[3-9]-*)
stella-6.4/config.sub:796:		basic_machine=sparc-`echo $basic_machine | sed 's/-.*//'`
stella-6.4/config.sub-797-		;;
##############################################
stella-6.4/config.sub-802-	m68knommu-*)
stella-6.4/config.sub:803:		basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'`
stella-6.4/config.sub-804-		os=-linux
##############################################
stella-6.4/config.sub-839-	mips3*-*)
stella-6.4/config.sub:840:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
stella-6.4/config.sub-841-		;;
stella-6.4/config.sub-842-	mips3*)
stella-6.4/config.sub:843:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
stella-6.4/config.sub-844-		;;
##############################################
stella-6.4/config.sub-861-	ms1-*)
stella-6.4/config.sub:862:		basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
stella-6.4/config.sub-863-		;;
##############################################
stella-6.4/config.sub-983-	parisc-*)
stella-6.4/config.sub:984:		basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'`
stella-6.4/config.sub-985-		os=-linux
##############################################
stella-6.4/config.sub-999-	pc98-*)
stella-6.4/config.sub:1000:		basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'`
stella-6.4/config.sub-1001-		;;
##############################################
stella-6.4/config.sub-1014-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
stella-6.4/config.sub:1015:		basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
stella-6.4/config.sub-1016-		;;
stella-6.4/config.sub-1017-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
stella-6.4/config.sub:1018:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
stella-6.4/config.sub-1019-		;;
stella-6.4/config.sub-1020-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
stella-6.4/config.sub:1021:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
stella-6.4/config.sub-1022-		;;
stella-6.4/config.sub-1023-	pentium4-*)
stella-6.4/config.sub:1024:		basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
stella-6.4/config.sub-1025-		;;
##############################################
stella-6.4/config.sub-1033-	ppc-* | ppcbe-*)
stella-6.4/config.sub:1034:		basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
stella-6.4/config.sub-1035-		;;
##############################################
stella-6.4/config.sub-1039-	ppcle-* | powerpclittle-*)
stella-6.4/config.sub:1040:		basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
stella-6.4/config.sub-1041-		;;
##############################################
stella-6.4/config.sub-1043-		;;
stella-6.4/config.sub:1044:	ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
stella-6.4/config.sub-1045-		;;
##############################################
stella-6.4/config.sub-1049-	ppc64le-* | powerpc64little-*)
stella-6.4/config.sub:1050:		basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
stella-6.4/config.sub-1051-		;;
##############################################
stella-6.4/config.sub-1132-	strongarm-* | thumb-*)
stella-6.4/config.sub:1133:		basic_machine=arm-`echo $basic_machine | sed 's/^[^-]*-//'`
stella-6.4/config.sub-1134-		;;
##############################################
stella-6.4/config.sub-1268-	xscale-* | xscalee[bl]-*)
stella-6.4/config.sub:1269:		basic_machine=`echo $basic_machine | sed 's/^xscale/arm/'`
stella-6.4/config.sub-1270-		;;
##############################################
stella-6.4/config.sub-1345-	*)
stella-6.4/config.sub:1346:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
stella-6.4/config.sub-1347-		exit 1
##############################################
stella-6.4/config.sub-1353-	*-digital*)
stella-6.4/config.sub:1354:		basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
stella-6.4/config.sub-1355-		;;
stella-6.4/config.sub-1356-	*-commodore*)
stella-6.4/config.sub:1357:		basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
stella-6.4/config.sub-1358-		;;
##############################################
stella-6.4/config.sub-1374-	-solaris1 | -solaris1.*)
stella-6.4/config.sub:1375:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
stella-6.4/config.sub-1376-		;;
##############################################
stella-6.4/config.sub-1386-	-gnu/linux*)
stella-6.4/config.sub:1387:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
stella-6.4/config.sub-1388-		;;
##############################################
stella-6.4/config.sub-1433-	-nto*)
stella-6.4/config.sub:1434:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
stella-6.4/config.sub-1435-		;;
##############################################
stella-6.4/config.sub-1440-	-mac*)
stella-6.4/config.sub:1441:		os=`echo $os | sed -e 's|mac|macos|'`
stella-6.4/config.sub-1442-		;;
##############################################
stella-6.4/config.sub-1446-	-linux*)
stella-6.4/config.sub:1447:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
stella-6.4/config.sub-1448-		;;
stella-6.4/config.sub-1449-	-sunos5*)
stella-6.4/config.sub:1450:		os=`echo $os | sed -e 's|sunos5|solaris2|'`
stella-6.4/config.sub-1451-		;;
stella-6.4/config.sub-1452-	-sunos6*)
stella-6.4/config.sub:1453:		os=`echo $os | sed -e 's|sunos6|solaris3|'`
stella-6.4/config.sub-1454-		;;
##############################################
stella-6.4/config.sub-1501-	-sinix5.*)
stella-6.4/config.sub:1502:		os=`echo $os | sed -e 's|sinix|sysv|'`
stella-6.4/config.sub-1503-		;;
##############################################
stella-6.4/config.sub-1569-		# Get rid of the `-' at the beginning of $os.
stella-6.4/config.sub:1570:		os=`echo $os | sed 's/[^-]*-//'`
stella-6.4/config.sub:1571:		echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
stella-6.4/config.sub-1572-		exit 1
##############################################
stella-6.4/config.sub-1835-		esac
stella-6.4/config.sub:1836:		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
stella-6.4/config.sub-1837-		;;
##############################################
stella-6.4/configure-47-
stella-6.4/configure:48:_srcdir=`dirname $0`
stella-6.4/configure-49-
##############################################
stella-6.4/configure-269-      --with-sdl-prefix=*)
stella-6.4/configure:270:        arg=`echo $ac_option | cut -d '=' -f 2`
stella-6.4/configure-271-        _sdlpath="$arg:$arg/bin"
##############################################
stella-6.4/configure-273-      --with-libpng-prefix=*)
stella-6.4/configure:274:        _prefix=`echo $ac_option | cut -d '=' -f 2`
stella-6.4/configure-275-        LIBPNG_CFLAGS="-I$_prefix/include"
##############################################
stella-6.4/configure-278-      --with-zlib-prefix=*)
stella-6.4/configure:279:        _prefix=`echo $ac_option | cut -d '=' -f 2`
stella-6.4/configure-280-        ZLIB_CFLAGS="-I$_prefix/include"
##############################################
stella-6.4/configure-283-      --with-sqlite-prefix=*)
stella-6.4/configure:284:        _prefix=`echo $ac_option | cut -d '=' -f 2`
stella-6.4/configure-285-        SQLITE_CFLAGS="-I$_prefix/include"
##############################################
stella-6.4/configure-288-      --host=*)
stella-6.4/configure:289:        _host=`echo $ac_option | cut -d '=' -f 2`
stella-6.4/configure-290-        ;;
stella-6.4/configure-291-      --prefix=*)
stella-6.4/configure:292:        _prefix=`echo $ac_option | cut -d '=' -f 2`
stella-6.4/configure-293-        ;;
stella-6.4/configure-294-      --bindir=*)
stella-6.4/configure:295:        _bindir=`echo $ac_option | cut -d '=' -f 2`
stella-6.4/configure-296-        ;;
stella-6.4/configure-297-      --docdir=*)
stella-6.4/configure:298:        _docdir=`echo $ac_option | cut -d '=' -f 2`
stella-6.4/configure-299-        ;;
stella-6.4/configure-300-      --datadir=*)
stella-6.4/configure:301:        _datadir=`echo $ac_option | cut -d '=' -f 2`
stella-6.4/configure-302-        ;;
##############################################
stella-6.4/configure-332-*)
stella-6.4/configure:333:	guessed_host=`$_srcdir/config.guess`
stella-6.4/configure:334:	_host_cpu=`echo $guessed_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
stella-6.4/configure:335:	_host_os=`echo $guessed_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
stella-6.4/configure:336:	_host_vendor=`echo $guessed_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
stella-6.4/configure-337-	;;
##############################################
stella-6.4/configure-456-elif test "$have_gcc" = yes; then
stella-6.4/configure:457:	cxx_name=`( $cc -v ) 2>&1 | tail -n 1 | cut -d ' ' -f 1`
stella-6.4/configure:458:	cxx_version=`( $CXX -dumpversion ) 2>&1`
stella-6.4/configure-459-	if test "$?" -gt 0; then
##############################################
stella-6.4/configure-464-		[1-9]*)
stella-6.4/configure:465:			_cxx_major=`echo $cxx_version | cut -d '.' -f 1`
stella-6.4/configure:466:			_cxx_minor=`echo $cxx_version | cut -d '.' -f 2`
stella-6.4/configure-467-			# Need at least version 4.7
##############################################
stella-6.4/configure-489-else
stella-6.4/configure:490:	cxx_version=`( $CXX -version ) 2>&1`
stella-6.4/configure-491-	if test "$?" -eq 0; then
stella-6.4/configure:492:		cxx_version="`echo "${cxx_version}" | sed -ne 's/^.*[^0-9]\([0-9][0-9]*\.[0-9][0-9]*\.[0-9][0-9]*\).*$/\1/gp'`"
stella-6.4/configure-493-		if test -z "${cxx_version}"; then
##############################################
stella-6.4/configure-826-
stella-6.4/configure:827:INCLUDES="$INCLUDES `$_sdlconfig --cflags`"
stella-6.4/configure-828-if test "$_build_static" = yes ; then
##############################################
stella-6.4/configure-834-
stella-6.4/configure:835:LIBS="$LIBS `$_sdlconfig $_sdl_conf_libs`"
stella-6.4/configure-836-LD=$CXX
##############################################
stella-6.4/docs/debugger.html-139-
stella-6.4/docs/debugger.html:140:  <li>Support for DASM symbol files (created with DASM's -s option),
stella-6.4/docs/debugger.html-141-    including automatically loading symbol files if they're named
##############################################
stella-6.4/docs/debugger.html-143-
stella-6.4/docs/debugger.html:144:  <li>Support for DASM list files (created with DASM's -l option),
stella-6.4/docs/debugger.html-145-    including automatically loading list files if they're named
##############################################
stella-6.4/docs/debugger.html-312-    "&lt;rom_filename&gt;.sym" (located in the same directory as the ROM)</br>
stella-6.4/docs/debugger.html:313:    If you provied the -l and -s parameters DASM will create these two files during
stella-6.4/docs/debugger.html-314-    assembly. Stella uses the file content to display the correct labels.
##############################################
stella-6.4/docs/debugger.html-948-         delwatch - Delete watch &lt;xx&gt;
stella-6.4/docs/debugger.html:949:           disasm - Disassemble address xx [yy lines] (default=PC)
stella-6.4/docs/debugger.html-950-             dump - Dump data at address &lt;xx&gt; [to yy] [1: memory; 2: CPU state; 4: input regs]
##############################################
stella-6.4/docs/debugger.html-1381-<li><b>Labels</b>: Any labels assigned to the given address, either generated
stella-6.4/docs/debugger.html:1382:automatically by Distella, read from a DASM symbol file or custom
stella-6.4/docs/debugger.html-1383-labels created by the user. If 'Show PC addresses'
##############################################
stella-6.4/src/debugger/BreakpointMap.hxx-44-
stella-6.4/src/debugger/BreakpointMap.hxx:45:      explicit Breakpoint(uInt16 c_addr, uInt8 c_bank) : addr(c_addr), bank(c_bank) { }
stella-6.4/src/debugger/BreakpointMap.hxx-46-
##############################################
stella-6.4/src/debugger/CartDebug.cxx-55-  const auto usrCmp = [](const string& a, const string& b) { return a < b; };
stella-6.4/src/debugger/CartDebug.cxx:56:  myUserAddresses = LabelToAddr(usrCmp);
stella-6.4/src/debugger/CartDebug.cxx-57-
##############################################
stella-6.4/src/debugger/CartDebug.cxx-61-  };
stella-6.4/src/debugger/CartDebug.cxx:62:  mySystemAddresses = LabelToAddr(sysCmp);
stella-6.4/src/debugger/CartDebug.cxx-63-
##############################################
stella-6.4/src/debugger/CartDebug.cxx-244-// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
stella-6.4/src/debugger/CartDebug.cxx:245:bool CartDebug::disassembleAddr(uInt16 address, bool force)
stella-6.4/src/debugger/CartDebug.cxx-246-{
##############################################
stella-6.4/src/debugger/CartDebug.cxx-255-{
stella-6.4/src/debugger/CartDebug.cxx:256:  return (disassembleAddr(myDebugger.cpuDebug().pc()));
stella-6.4/src/debugger/CartDebug.cxx-257-}
##############################################
stella-6.4/src/debugger/CartDebug.cxx-410-
stella-6.4/src/debugger/CartDebug.cxx:411:    buffer << tag.disasm << std::setw(int(length - tag.disasm.length() + 2))
stella-6.4/src/debugger/CartDebug.cxx-412-           << std::setfill(' ') << " "
##############################################
stella-6.4/src/debugger/CartDebug.cxx-1055-  settings.showAddresses = false;
stella-6.4/src/debugger/CartDebug.cxx:1056:  settings.aFlag = false; // Otherwise DASM gets confused
stella-6.4/src/debugger/CartDebug.cxx-1057-  settings.fFlag = DiStella::settings.fFlag;
##############################################
stella-6.4/src/debugger/CartDebug.cxx-1121-        case Device::CODE:
stella-6.4/src/debugger/CartDebug.cxx:1122:          buf << ALIGN(32) << tag.disasm << tag.ccount.substr(0, 5) << tag.ctotal << tag.ccount.substr(5, 2);
stella-6.4/src/debugger/CartDebug.cxx-1123-          if (tag.disasm.find("WSYNC") != std::string::npos)
##############################################
stella-6.4/src/debugger/CartDebug.hxx-105-    */
stella-6.4/src/debugger/CartDebug.hxx:106:    bool disassembleAddr(uInt16 address, bool force = false);
stella-6.4/src/debugger/CartDebug.hxx-107-
##############################################
stella-6.4/src/debugger/CartDebug.hxx-351-    // Mappings from label to address (and vice versa) for items
stella-6.4/src/debugger/CartDebug.hxx:352:    // defined by the user (either through a DASM symbol file or manually
stella-6.4/src/debugger/CartDebug.hxx-353-    // from the commandline in the debugger)
##############################################
stella-6.4/src/debugger/CartDebug.hxx-357-    // Mappings from label to address (and vice versa) for constants
stella-6.4/src/debugger/CartDebug.hxx:358:    // defined through a DASM lst file
stella-6.4/src/debugger/CartDebug.hxx-359-    // AddrToLabel myUserCLabels;
##############################################
stella-6.4/src/debugger/DebuggerParser.cxx-2598-    "Disassembles from starting address <xx> (default=PC) for <yy> lines\n"
stella-6.4/src/debugger/DebuggerParser.cxx:2599:    "Example: disasm, disasm f000 100",
stella-6.4/src/debugger/DebuggerParser.cxx-2600-    false,
##############################################
stella-6.4/src/debugger/DiStella.cxx-690-    // the processing of a single address can cause others to be added in
stella-6.4/src/debugger/DiStella.cxx:691:    // the ::disasm method
stella-6.4/src/debugger/DiStella.cxx-692-    // All of these have to be exhausted before considering a new address
##############################################
stella-6.4/src/debugger/DiStella.cxx-1086-    default:  // should never happen
stella-6.4/src/debugger/DiStella.cxx:1087:      tag.disasm = " ";
stella-6.4/src/debugger/DiStella.cxx-1088-      break;
##############################################
stella-6.4/src/debugger/gui/AudioWidget.cxx-169-{
stella-6.4/src/debugger/gui/AudioWidget.cxx:170:  int addr = myAudF->getSelectedAddr();
stella-6.4/src/debugger/gui/AudioWidget.cxx-171-  int value = myAudF->getSelectedValue();
##############################################
stella-6.4/src/debugger/gui/AudioWidget.cxx-190-{
stella-6.4/src/debugger/gui/AudioWidget.cxx:191:  int addr = myAudC->getSelectedAddr();
stella-6.4/src/debugger/gui/AudioWidget.cxx-192-  int value = myAudC->getSelectedValue();
##############################################
stella-6.4/src/debugger/gui/AudioWidget.cxx-212-{
stella-6.4/src/debugger/gui/AudioWidget.cxx:213:  int addr = myAudV->getSelectedAddr();
stella-6.4/src/debugger/gui/AudioWidget.cxx-214-  int value = myAudV->getSelectedValue();
##############################################
stella-6.4/src/debugger/gui/CpuWidget.cxx-169-        case kPCRegID:
stella-6.4/src/debugger/gui/CpuWidget.cxx:170:          addr  = myPCGrid->getSelectedAddr();
stella-6.4/src/debugger/gui/CpuWidget.cxx-171-          value = myPCGrid->getSelectedValue();
##############################################
stella-6.4/src/debugger/gui/CpuWidget.cxx-174-        case kCpuRegID:
stella-6.4/src/debugger/gui/CpuWidget.cxx:175:          addr  = myCpuGrid->getSelectedAddr();
stella-6.4/src/debugger/gui/CpuWidget.cxx-176-          value = myCpuGrid->getSelectedValue();
##############################################
stella-6.4/src/debugger/gui/CpuWidget.cxx-179-        case kCpuRegDecID:
stella-6.4/src/debugger/gui/CpuWidget.cxx:180:          addr  = myCpuGridDecValue->getSelectedAddr();
stella-6.4/src/debugger/gui/CpuWidget.cxx-181-          value = myCpuGridDecValue->getSelectedValue();
##############################################
stella-6.4/src/debugger/gui/CpuWidget.cxx-184-        case kCpuRegBinID:
stella-6.4/src/debugger/gui/CpuWidget.cxx:185:          addr  = myCpuGridBinValue->getSelectedAddr();
stella-6.4/src/debugger/gui/CpuWidget.cxx-186-          value = myCpuGridBinValue->getSelectedValue();
##############################################
stella-6.4/src/debugger/gui/DataGridWidget.hxx-69-
stella-6.4/src/debugger/gui/DataGridWidget.hxx:70:    int getSelectedAddr() const   { return _addrList[_selectedItem]; }
stella-6.4/src/debugger/gui/DataGridWidget.hxx-71-    int getSelectedValue() const  { return _valueList[_selectedItem]; }
##############################################
stella-6.4/src/debugger/gui/RamWidget.cxx-198-        case kRamGridID:
stella-6.4/src/debugger/gui/RamWidget.cxx:199:          addr  = myRamGrid->getSelectedAddr();
stella-6.4/src/debugger/gui/RamWidget.cxx-200-          value = myRamGrid->getSelectedValue();
##############################################
stella-6.4/src/debugger/gui/RamWidget.cxx-203-        case kRamHexID:
stella-6.4/src/debugger/gui/RamWidget.cxx:204:          addr  = myRamGrid->getSelectedAddr();
stella-6.4/src/debugger/gui/RamWidget.cxx-205-          value = myHexValue->getSelectedValue();
##############################################
stella-6.4/src/debugger/gui/RamWidget.cxx-208-        case kRamDecID:
stella-6.4/src/debugger/gui/RamWidget.cxx:209:          addr  = myRamGrid->getSelectedAddr();
stella-6.4/src/debugger/gui/RamWidget.cxx-210-          value = myDecValue->getSelectedValue();
##############################################
stella-6.4/src/debugger/gui/RamWidget.cxx-213-        case kRamBinID:
stella-6.4/src/debugger/gui/RamWidget.cxx:214:          addr  = myRamGrid->getSelectedAddr();
stella-6.4/src/debugger/gui/RamWidget.cxx-215-          value = myBinValue->getSelectedValue();
##############################################
stella-6.4/src/debugger/gui/RamWidget.cxx-239-    {
stella-6.4/src/debugger/gui/RamWidget.cxx:240:      addr  = myRamGrid->getSelectedAddr();
stella-6.4/src/debugger/gui/RamWidget.cxx-241-      value = myRamGrid->getSelectedValue();
##############################################
stella-6.4/src/debugger/gui/RiotWidget.cxx-368-      {
stella-6.4/src/debugger/gui/RiotWidget.cxx:369:        switch(myTimWrite->getSelectedAddr())
stella-6.4/src/debugger/gui/RiotWidget.cxx-370-        {
##############################################
stella-6.4/src/debugger/gui/RomListSettings.cxx-52-  ypos += buttonHeight + 4;
stella-6.4/src/debugger/gui/RomListSettings.cxx:53:  ButtonWidget* disasm =
stella-6.4/src/debugger/gui/RomListSettings.cxx-54-    new ButtonWidget(this, font, xpos, ypos, buttonWidth, buttonHeight,
##############################################
stella-6.4/src/debugger/gui/RomListWidget.cxx-117-{
stella-6.4/src/debugger/gui/RomListWidget.cxx:118:  myDisasm = &disasm;
stella-6.4/src/debugger/gui/RomListWidget.cxx-119-
##############################################
stella-6.4/src/debugger/gui/RomWidget.cxx-214-
stella-6.4/src/debugger/gui/RomWidget.cxx:215:    cart.disassembleAddr(address, true);
stella-6.4/src/debugger/gui/RomWidget.cxx-216-    invalidate();
##############################################
stella-6.4/src/debugger/gui/TiaWidget.cxx-1212-{
stella-6.4/src/debugger/gui/TiaWidget.cxx:1213:  int addr  = myColorRegs->getSelectedAddr();
stella-6.4/src/debugger/gui/TiaWidget.cxx-1214-  int value = myColorRegs->getSelectedValue();
##############################################
stella-6.4/src/emucore/CartAR.cxx-306-
stella-6.4/src/emucore/CartAR.cxx:307:  // The scrom.asm code checks a value at offset 109 as follows:
stella-6.4/src/emucore/CartAR.cxx-308-  //   0xFF -> do a complete jump over the SC BIOS progress bars code
##############################################
stella-6.4/src/emucore/CartBUS.cxx-227-
stella-6.4/src/emucore/CartBUS.cxx:228:    // test for JMP FASTJUMP where FASTJUMP = $0000
stella-6.4/src/emucore/CartBUS.cxx-229-    if (BUS_STUFF_ON
##############################################
stella-6.4/src/emucore/CartCDF.cxx-249-
stella-6.4/src/emucore/CartCDF.cxx:250:  // test for JMP FASTJUMP where FASTJUMP = $0000
stella-6.4/src/emucore/CartCDF.cxx-251-  if (FAST_FETCH_ON
##############################################
stella-6.4/src/libretro/Makefile-129-   USE_DYNAREC = 1
stella-6.4/src/libretro/Makefile:130:   ifeq ($(shell echo `$(CXX) -dumpversion` "< 4.9" | bc -l), 1)
stella-6.4/src/libretro/Makefile-131-      CXXFLAGS += -march=armv7-a
##############################################
stella-6.4/src/libretro/Makefile-134-      # If gcc is 5.0 or later
stella-6.4/src/libretro/Makefile:135:      ifeq ($(shell echo `$(CXX) -dumpversion` ">= 5" | bc -l), 1)
stella-6.4/src/libretro/Makefile-136-         LDFLAGS += -static-libgcc -static-libstdc++
##############################################
stella-6.4/src/tools/prune_snapshots.pl-86-      $cmd = "rm \"$file\"";
stella-6.4/src/tools/prune_snapshots.pl:87:      system($cmd);
stella-6.4/src/tools/prune_snapshots.pl-88-    }
##############################################
stella-6.4/src/tools/rom_diff.pl-7-# Generate md5sums for source and destination directories
stella-6.4/src/tools/rom_diff.pl:8:my @src_files = `md5sum $ARGV[0]/*`;
stella-6.4/src/tools/rom_diff.pl:9:my @dest_files = `md5sum $ARGV[1]/*`;
stella-6.4/src/tools/rom_diff.pl-10-
##############################################
stella-6.4/src/tools/rom_diff.pl-58-  foreach $rom (@added) {
stella-6.4/src/tools/rom_diff.pl:59:    system("cp \"$rom\" ADDED/");
stella-6.4/src/tools/rom_diff.pl-60-  }
##############################################
stella-6.4/src/tools/rom_diff.pl-66-  foreach $rom (@removed) {
stella-6.4/src/tools/rom_diff.pl:67:    system("cp \"$rom\" REMOVED/");
stella-6.4/src/tools/rom_diff.pl-68-  }
##############################################
stella-6.4/src/tools/rom_diff.pl-74-  foreach $rom (@changed) {
stella-6.4/src/tools/rom_diff.pl:75:    system("cp \"$rom\" CHANGED/");
stella-6.4/src/tools/rom_diff.pl-76-  }
##############################################
stella-6.4/src/zlib/crc32.c-185-/* =========================================================================
stella-6.4/src/zlib/crc32.c:186: * This function can be used by asm versions of crc32()
stella-6.4/src/zlib/crc32.c-187- */
##############################################
stella-6.4/src/zlib/deflate.c-92-#  pragma message("Assembler code may have bugs -- use at your own risk")
stella-6.4/src/zlib/deflate.c:93:      void match_init OF((void)); /* asm code initialization */
stella-6.4/src/zlib/deflate.c-94-      uInt longest_match  OF((deflate_state *s, IPos cur_match));
##############################################
stella-6.4/src/zlib/deflate.c-1216-#ifdef ASMV
stella-6.4/src/zlib/deflate.c:1217:    match_init(); /* initialize the asm code */
stella-6.4/src/zlib/deflate.c-1218-#endif
##############################################
stella-6.4/src/zlib/deflate.c-1232-#ifndef ASMV
stella-6.4/src/zlib/deflate.c:1233:/* For 80x86 and 680x0, an optimized version will be provided in match.asm or
stella-6.4/src/zlib/deflate.c-1234- * match.S. The code will be functionally equivalent.
##############################################
stella-6.4/src/zlib/zlib.h-1184-     8: ZLIB_DEBUG
stella-6.4/src/zlib/zlib.h:1185:     9: ASMV or ASMINF -- use ASM code
stella-6.4/src/zlib/zlib.h-1186-     10: ZLIB_WINAPI -- exported functions use the WINAPI calling convention
##############################################
stella-6.4/test/roms/bankswitching/_code/macro.h-9-;
stella-6.4/test/roms/bankswitching/_code/macro.h:10:; This file defines DASM macros useful for development for the Atari 2600.
stella-6.4/test/roms/bankswitching/_code/macro.h-11-; It is distributed as a companion machine-specific support package
stella-6.4/test/roms/bankswitching/_code/macro.h:12:; for the DASM compiler. Updates to this file, DASM, and associated tools are
stella-6.4/test/roms/bankswitching/_code/macro.h-13-; available at at http://www.atari2600.org/dasm
##############################################
stella-6.4/test/roms/bankswitching/_code/macro.h-53-; LEGAL OPCODE VERSION MAY AFFECT FLAGS
stella-6.4/test/roms/bankswitching/_code/macro.h:54:; Uses illegal opcode (DASM 2.20.01 onwards).
stella-6.4/test/roms/bankswitching/_code/macro.h-55-
##############################################
stella-6.4/test/roms/bankswitching/_code/test.lst:1:------- FILE F8SC.asm LEVEL 1 PASS 2
stella-6.4/test/roms/bankswitching/_code/test.lst-2-      1  10000 ????						;;A bankswitching demo for the F8SC scheme.  2 4K banks of ROM + 128 bytes of RAM
##############################################
stella-6.4/test/roms/bankswitching/_code/test.lst-176-      9  10000 ????						;
stella-6.4/test/roms/bankswitching/_code/test.lst:177:     10  10000 ????						; This file defines DASM macros useful for development for the Atari 2600.
stella-6.4/test/roms/bankswitching/_code/test.lst-178-     11  10000 ????						; It is distributed as a companion machine-specific support package
stella-6.4/test/roms/bankswitching/_code/test.lst:179:     12  10000 ????						; for the DASM compiler. Updates to this file, DASM, and associated tools are
stella-6.4/test/roms/bankswitching/_code/test.lst-180-     13  10000 ????						; available at at http://www.atari2600.org/dasm
##############################################
stella-6.4/test/roms/bankswitching/_code/test.lst-220-     53  10000 ????						; LEGAL OPCODE VERSION MAY AFFECT FLAGS
stella-6.4/test/roms/bankswitching/_code/test.lst:221:     54  10000 ????						; Uses illegal opcode (DASM 2.20.01 onwards).
stella-6.4/test/roms/bankswitching/_code/test.lst-222-     55  10000 ????
##############################################
stella-6.4/debian/debian-menus-47-	next if($dent!~m/\.bin$/i);
stella-6.4/debian/debian-menus:48:	open(SUM, "-|") or exec($MD5, $dent);
stella-6.4/debian/debian-menus-49-	$sum=<SUM>;