===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
ebook-dev-alp-200407/listings/chapter-9/Makefile-8-LIBRARIES	=
ebook-dev-alp-200407/listings/chapter-9/Makefile:9:PROGRAMS	= bit-pos-asm bit-pos-loop
ebook-dev-alp-200407/listings/chapter-9/Makefile-10-
##############################################
ebook-dev-alp-200407/listings/chapter-9/bit-pos-asm.c-20-       bsrl assembly instruction.  */
ebook-dev-alp-200407/listings/chapter-9/bit-pos-asm.c:21:    asm ("bsrl %1, %0" : "=r" (position) : "r" (number));
ebook-dev-alp-200407/listings/chapter-9/bit-pos-asm.c-22-    result = position;