===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
mupen64plus-ui-console-2.5.9/README-134-
mupen64plus-ui-console-2.5.9/README:135:  asm                     Print one instruction at the Program Counter register
mupen64plus-ui-console-2.5.9/README-136-
mupen64plus-ui-console-2.5.9/README:137:  asm <addr>              Print one instruction at <addr>
mupen64plus-ui-console-2.5.9/README-138-
mupen64plus-ui-console-2.5.9/README:139:  asm <addr> <n>          Print <n> instructions starting at <addr>
mupen64plus-ui-console-2.5.9/README-140-
mupen64plus-ui-console-2.5.9/README:141:  asm <addr> <n> <flags>  Print <n> instructions starting at <addr> with flags
mupen64plus-ui-console-2.5.9/README-142-    - If flags bit-3 is set (i.e. & 0x04): also print binary instruction data
##############################################
mupen64plus-ui-console-2.5.9/src/debugger.c-248-
mupen64plus-ui-console-2.5.9/src/debugger.c:249:            if (sscanf(input, "asm %i %i %i", &addr, &size, &flags) == 3) {
mupen64plus-ui-console-2.5.9/src/debugger.c:250:            } else if (sscanf(input, "asm %i %i", &addr, &size) == 2) {
mupen64plus-ui-console-2.5.9/src/debugger.c:251:            } else if (sscanf(input, "asm %i", &addr) == 1) {
mupen64plus-ui-console-2.5.9/src/debugger.c-252-            } else if (strcmp(input, "asm") == 0) {
##############################################
mupen64plus-ui-console-2.5.9/debian/changelog-477-      kernel (Closes: #544670)
mupen64plus-ui-console-2.5.9/debian/changelog:478:    - Don't set NO_ASM parameter anymore as it is handled by
mupen64plus-ui-console-2.5.9/debian/changelog-479-      119-debian-archs.patch
##############################################
mupen64plus-ui-console-2.5.9/debian/changelog-531-      which are removed from dfsg tarball
mupen64plus-ui-console-2.5.9/debian/changelog:532:    - Add 110-glide64-noasm.patch, don't use x86-asm on non-x86
mupen64plus-ui-console-2.5.9/debian/changelog-533-      plattforms in glide64