I created two bytefields with the package bytefield.
The code I used is the following:
\begin{bytefield}[endianness=little,bitwidth=0.077777\linewidth]{12}
\bitheader{0-11} \\
\bitbox{1}{82} & \bitbox{1}{70} &
\bitbox{1}{70} & \bitbox{1}{7} &
\bitbox{1}{23} & \bitbox{1}{34} &
\bitbox{1}{97} & \bitbox{1}{29} &
\bitbox{1}{16} & \bitbox{1}{44} &
\bitbox{1}{70} & \bitbox{1}{83}
\end{bytefield}
\begin{bytefield}[endianness=little,bitwidth=0.077777\linewidth]{6}
\bitbox{1}{82} & \bitbox{1}{70} &
\bitbox{1}{70} & \bitbox{1}{7} &
\bitbox{1}{23} & \bitbox{1}{34} &
\end{bytefield}
\bigskip
The problem I have is that I would like to indent the lower bytefield by one field, that is, instead of aligning the lower bytefield with the fields 0-5 I would like to align it with 1-6. At the end of the bytefield I would like to add an arrow that points to the right side in order to indicate that the bytefield is moved from the left to the right. I guess the question is how to move two or more bytefields in relation to each other from left to right an vice versa.
P.S.:
Comment: The values at the second bytefield and the picture I uploaded do not match. That is because I changed the values in the meantime.


