* * $Id: jbytet.F,v 1.1.1.1 1996/02/15 17:50:20 mclareni Exp $ * * $Log: jbytet.F,v $ * Revision 1.1.1.1 1996/02/15 17:50:20 mclareni * Kernlib * * FUNCTION JBYTET (MZ,IZW,IZP,NZB) C C CERN PROGLIB# M421 JBYTET .VERSION KERNSUN 1.06 920511 C ORIG. 22/09/88, JZ C #if defined(CERNLIB_BUGLRSHFT) JBYTET = AND (MZ, ishft (LSHIFT(IZW,33-IZP-NZB), -32+NZB)) #endif #if !defined(CERNLIB_BUGLRSHFT) JBYTET = AND (MZ, lrshft (LSHIFT(IZW,33-IZP-NZB), 32-NZB) ) #endif RETURN END