<div dir="ltr">Yes, hexdump prints each line as 16 bytes: two blocks of 8 bytes each, beginning with the address of the first byte. So, in your example:<div><span style="font-size:12.8px">00000180  63 ff ff ff 32 ff ec f3  f2 87 44 03 14 23 01 01  |c...2.....D..#..|</span><br style="font-size:12.8px"></div><div><span style="font-size:12.8px"><br></span></div><div><span style="font-size:12.8px">The first byte, 63 is at 0x180. The second byte, ff is at 0x181. The 7th byte, at address 0x187, is f3. After that it is f2 at 0x188, 87 at 0x189, 44 at 0x18a through 01 at 0x18f. So each block will be 0x???0 through 0x???f.</span></div><div><span style="font-size:12.8px"><br></span></div><div><span style="font-size:12.8px">Hope that helps!</span></div><div><span style="font-size:12.8px"><br></span></div><div><span style="font-size:12.8px">Rhett</span></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Jan 24, 2018 at 11:13 AM, Rob Owens via chirp_devel <span dir="ltr">&lt;<a href="mailto:chirp_devel@intrepid.danplanet.com" target="_blank">chirp_devel@intrepid.danplanet.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><div><div><div>Here are two consecutive lines from a &#39;hexdump -C&#39; of a Chirp image:<br><br>00000180  63 ff ff ff 32 ff ec f3  f2 87 44 03 14 23 01 01  |c...2.....D..#..|<br>00000190  0f 37 1d 65 05 f0 fc d3  00 0a 0a 00 3c 00 e3 3c  |.7.e........&lt;..&lt;|<br><br></div>Based on information from the radio vendor (Leixen), I am interested in memory address 0x0187. <br></div></div>Is that the &quot;f3&quot; byte?<br><br></div>I understand the concept of different base numbering systems, but I&#39;m rusty.  And I&#39;m brand new to this Chirp driver stuff...<span class="HOEnZb"><font color="#888888"><br><br></font></span></div><span class="HOEnZb"><font color="#888888">-Rob<br></font></span></div>
<br>______________________________<wbr>_________________<br>
chirp_devel mailing list<br>
<a href="mailto:chirp_devel@intrepid.danplanet.com">chirp_devel@intrepid.<wbr>danplanet.com</a><br>
<a href="http://intrepid.danplanet.com/mailman/listinfo/chirp_devel" rel="noreferrer" target="_blank">http://intrepid.danplanet.com/<wbr>mailman/listinfo/chirp_devel</a><br>
Developer docs: <a href="http://chirp.danplanet.com/projects/chirp/wiki/Developers" rel="noreferrer" target="_blank">http://chirp.danplanet.com/<wbr>projects/chirp/wiki/Developers</a><br></blockquote></div><br></div>