===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
efp-1.6/efp.txt-5-
efp-1.6/efp.txt:6:Assembled with DASM by Matthew Dillon.
efp-1.6/efp.txt-7-Written in edit.com
##############################################
efp-1.6/makeefp.bat:1:dasm efp.asm -f3 -oefp.nes
##############################################
efp-1.6/Makefile-7-zip       := Escape_from_Pong_r$(version).zip
efp-1.6/Makefile:8:sources   := asm_to_a65.pl efp.asm efp.txt LICENSE makeefp.bat Makefile
efp-1.6/Makefile-9-xa65_args := -v5 -M
##############################################
efp-1.6/Makefile-12-# Set xa65= or dasm= on the command line to disable autodetection.
efp-1.6/Makefile:13:dasm := $(shell which dasm)
efp-1.6/Makefile-14-xa65 := $(shell which xa)
##############################################
efp-1.6/Makefile-30-else
efp-1.6/Makefile:31:  $(error Neither xa nor dasm seems available.)
efp-1.6/Makefile-32-endif
##############################################
efp-1.6/debian/changelog-79-  * Initial Release, closes: #230663.
efp-1.6/debian/changelog:80:  * Many thanks to Adam for his help in porting the code from DASM to xa.
efp-1.6/debian/changelog-81-  * README.Debian: added NES emulator compatibility/testing info.