<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Command: word size</title><link>https://sourceforge.net/p/hexed/wiki/Command%253A%2520word%2520size/</link><description>Recent changes to Command: word size</description><atom:link href="https://sourceforge.net/p/hexed/wiki/Command:%20word%20size/feed" rel="self"/><language>en</language><lastBuildDate>Sat, 25 Aug 2012 12:33:04 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/hexed/wiki/Command:%20word%20size/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage Command: word size modified by B.ZaaR</title><link>https://sourceforge.net/p/hexed/wiki/Command%253A%2520word%2520size/</link><description>&lt;h2&gt;Word size: -w [bytes]&lt;/h2&gt;
Sets the data word size for most commands like dump, enter, insert etc. Valid values are 1 = 8 bit, 2 = 16 bit, 4 = 32 bit and 8 = 64 bit.
&lt;pre&gt;hexed -w 2&lt;/pre&gt;
This will set the word size to 16 bit so when used with a command like dump will display the data as 2 bytes long as in this example:
&lt;pre&gt;hexed -w 2 -e 18 ffff abcd 1234 dead -d
00000000  0000 0000 0000 0000  0000 0000 0000 0000  ................
00000010  0000 0000 0000 0000  ffff abcd 1234 dead  ............4...
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">B.ZaaR</dc:creator><pubDate>Sat, 25 Aug 2012 12:33:04 -0000</pubDate><guid>https://sourceforge.net005599340546d9ed639a773f78bc17396f54c8ac</guid></item></channel></rss>