===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
bible-kjv-4.30/compresslib.c-522-     * On the VAX, it is important to have the register declarations
bible-kjv-4.30/compresslib.c:523:     * in exactly the order given, or the asm will break.
bible-kjv-4.30/compresslib.c-524-     *
bible-kjv-4.30/compresslib.c:525:     * This is also true for the 68020 asm code.
bible-kjv-4.30/compresslib.c-526-     */
##############################################
bible-kjv-4.30/squish.c-231- * Revision 1.5  84/07/13  13:11:00  srd
bible-kjv-4.30/squish.c:232: * Added C version of vax asm routines.  Changed structure to arrays to
bible-kjv-4.30/squish.c-233- * save much memory.  Do unsigned compares where possible (faster on
##############################################
bible-kjv-4.30/squish.c-944-     * On the VAX, it is important to have the register declarations
bible-kjv-4.30/squish.c:945:     * in exactly the order given, or the asm will break.
bible-kjv-4.30/squish.c-946-     *
bible-kjv-4.30/squish.c:947:     * This is also true for the 68020 asm code.
bible-kjv-4.30/squish.c-948-     */
##############################################
bible-kjv-4.30/squish.c-963-	 */
bible-kjv-4.30/squish.c:964:	0;	/* Work around for pcc -O bug with asm and if stmt */
bible-kjv-4.30/squish.c-965-	asm( "insv	4(ap),r11,r10,(r9)" );
##############################################
bible-kjv-4.30/squish.c-986-		if ( bits > 8 ) {
bible-kjv-4.30/squish.c:987:			asm ("	bfins	%d4,(%a5){%d7:&8}");
bible-kjv-4.30/squish.c-988-			r_code >>= 8;
##############################################
bible-kjv-4.30/squish.c-1184-     * On the VAX, it is important to have the register declarations
bible-kjv-4.30/squish.c:1185:     * in exactly the order given, or the asm will break.
bible-kjv-4.30/squish.c-1186-     *
bible-kjv-4.30/squish.c:1187:     * This is also true for the 68020 asm code.
bible-kjv-4.30/squish.c-1188-     */