<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://wiki.wxhexeditor.org/index.php?action=history&amp;feed=atom&amp;title=CopyAs</id>
	<title>CopyAs - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.wxhexeditor.org/index.php?action=history&amp;feed=atom&amp;title=CopyAs"/>
	<link rel="alternate" type="text/html" href="http://wiki.wxhexeditor.org/index.php?title=CopyAs&amp;action=history"/>
	<updated>2026-05-17T09:54:08Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.34.1</generator>
	<entry>
		<id>http://wiki.wxhexeditor.org/index.php?title=CopyAs&amp;diff=17&amp;oldid=prev</id>
		<title>EUA: Created page with &quot;Before, sharing an hex information is a really painful experience when you compare it with wxHexEditor's solution. You have to take a screenshot, cut it, find a picture host a...&quot;</title>
		<link rel="alternate" type="text/html" href="http://wiki.wxhexeditor.org/index.php?title=CopyAs&amp;diff=17&amp;oldid=prev"/>
		<updated>2014-02-19T21:36:36Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;Before, sharing an hex information is a really painful experience when you compare it with wxHexEditor&amp;#039;s solution. You have to take a screenshot, cut it, find a picture host a...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Before, sharing an hex information is a really painful experience when you compare it with wxHexEditor's solution. You have to take a screenshot, cut it, find a picture host at internet, upload it, generate an url for forum or Wiki page, paste it. If you take a snapshot of wrong region of the file, do it all over!&lt;br /&gt;
&lt;br /&gt;
With wxHexEditor, you can copy a part of the file for showing at Internet, Wiki or for using in C/C++, ASM souce codes or as many other formats...&lt;br /&gt;
&lt;br /&gt;
All you need to do is selecting the region that you want to export and '''just use CopyAs''' function! Than wxHexEditor will copy the block to '''system clipboard with selected formatting'''.&lt;br /&gt;
&lt;br /&gt;
Here is some examples using part of testfile.swp file.&lt;br /&gt;
&lt;br /&gt;
= Full Text Format =&lt;br /&gt;
CopyAs Full Text Format just copy the selection, without any TAG support. It's simple solution but you can customize the output with options. Don't need Text output? No problem. Or you might not want to have offset output...&lt;br /&gt;
&lt;br /&gt;
'''Options:''' Offset, Hex and Text outputs with Byte Per Line support.&lt;br /&gt;
&lt;br /&gt;
Here we show Hex + Text output with 16 byte per line only.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;74 65 73 74 66 69 6C 65 74 65 73 74 66 69 6C 65   testfiletestfile&lt;br /&gt;
74 65 73 74 66 69 6C 65 74 65 73 74 66 69 6C 65   testfiletestfile&lt;br /&gt;
7A AA AA AA AA AA AA AA AA AA AA AA AA AA AA AA   zªªªªªªªªªªªªªªª&lt;br /&gt;
AA AA AA AA AA AA AA AA AA AA AA AA AA AA AA AA   ªªªªªªªªªªªªªªªª&lt;br /&gt;
AA AA AA AA AB 69 6C 65 74 65 73 74 66 69 6C 65   ªªªª«iletestfile&lt;br /&gt;
74 65 73 74 66 69 6C 65 74 65 73 74 66 69 6C 65   testfiletestfile&lt;br /&gt;
74 65 73 74 66 69 6C 65 74 65 73 74 66 69 6C 65   testfiletestfile&lt;br /&gt;
74 65 73 74 66 69 6C 65 74 65 73 74 66 69 6C 65   testfiletestfile&lt;br /&gt;
74 65 73 74 66 69 BB BB BB BB BB BB BB BB BB BB   testfi»»»»»»»»»»&lt;br /&gt;
BB BB BB 74 66 69 6C 65 74                        »»»tfilet&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Special Hex Format =&lt;br /&gt;
Selected block converted to specially formated hex stream with this.&lt;br /&gt;
&lt;br /&gt;
'''Options:''' RAW Hex, With Space, Quad Hex, with 0x, with 0x and period, also with Byte Per Line option.&lt;br /&gt;
&lt;br /&gt;
In all examples used 16 byte per line settings.&lt;br /&gt;
&lt;br /&gt;
== RAW Hex ==&lt;br /&gt;
&amp;lt;pre&amp;gt;AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA&lt;br /&gt;
AAAAAAAAAB696C657465737466696C65&lt;br /&gt;
7465737466696C657465737466696C65&lt;br /&gt;
7465737466696C657465737466696C65&lt;br /&gt;
7465737466696C657465737466696C65&lt;br /&gt;
746573746669BBBBBBBBBBBBBBBBBBBB&lt;br /&gt;
BBBBBB746669&amp;lt;/pre&amp;gt;&lt;br /&gt;
== With Space ==&lt;br /&gt;
&amp;lt;pre&amp;gt;AA AA AA AA AA AA AA AA AA AA AA AA AA AA AA AA &lt;br /&gt;
AA AA AA AA AB 69 6C 65 74 65 73 74 66 69 6C 65 &lt;br /&gt;
74 65 73 74 66 69 6C 65 74 65 73 74 66 69 6C 65 &lt;br /&gt;
74 65 73 74 66 69 6C 65 74 65 73 74 66 69 6C 65 &lt;br /&gt;
74 65 73 74 66 69 6C 65 74 65 73 74 66 69 6C 65 &lt;br /&gt;
74 65 73 74 66 69 BB BB BB BB BB BB BB BB BB BB &lt;br /&gt;
BB BB BB 74 66 69 &amp;lt;/pre&amp;gt;&lt;br /&gt;
== Quad Hex ==&lt;br /&gt;
&amp;lt;pre&amp;gt;AAAA AAAA AAAA AAAA AAAA AAAA AAAA AAAA &lt;br /&gt;
AAAA AAAA AB69 6C65 7465 7374 6669 6C65 &lt;br /&gt;
7465 7374 6669 6C65 7465 7374 6669 6C65 &lt;br /&gt;
7465 7374 6669 6C65 7465 7374 6669 6C65 &lt;br /&gt;
7465 7374 6669 6C65 7465 7374 6669 6C65 &lt;br /&gt;
7465 7374 6669 BBBB BBBB BBBB BBBB BBBB &lt;br /&gt;
BBBB BB74 6669 &amp;lt;/pre&amp;gt;&lt;br /&gt;
== with 0x ==&lt;br /&gt;
&amp;lt;pre&amp;gt;0xAA 0xAA 0xAA 0xAA 0xAA 0xAA 0xAA 0xAA 0xAA 0xAA 0xAA 0xAA 0xAA 0xAA 0xAA 0xAA &lt;br /&gt;
0xAA 0xAA 0xAA 0xAA 0xAB 0x69 0x6C 0x65 0x74 0x65 0x73 0x74 0x66 0x69 0x6C 0x65 &lt;br /&gt;
0x74 0x65 0x73 0x74 0x66 0x69 0x6C 0x65 0x74 0x65 0x73 0x74 0x66 0x69 0x6C 0x65 &lt;br /&gt;
0x74 0x65 0x73 0x74 0x66 0x69 0x6C 0x65 0x74 0x65 0x73 0x74 0x66 0x69 0x6C 0x65 &lt;br /&gt;
0x74 0x65 0x73 0x74 0x66 0x69 0x6C 0x65 0x74 0x65 0x73 0x74 0x66 0x69 0x6C 0x65 &lt;br /&gt;
0x74 0x65 0x73 0x74 0x66 0x69 0xBB 0xBB 0xBB 0xBB 0xBB 0xBB 0xBB 0xBB 0xBB 0xBB &lt;br /&gt;
0xBB 0xBB 0xBB 0x74 0x66 0x69 &amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== with 0x and period ==&lt;br /&gt;
&amp;lt;pre&amp;gt;0xAA, 0xAA, 0xAA, 0xAA, 0xAA, 0xAA, 0xAA, 0xAA, 0xAA, 0xAA, 0xAA, 0xAA, 0xAA, 0xAA, 0xAA, 0xAA, &lt;br /&gt;
0xAA, 0xAA, 0xAA, 0xAA, 0xAB, 0x69, 0x6C, 0x65, 0x74, 0x65, 0x73, 0x74, 0x66, 0x69, 0x6C, 0x65, &lt;br /&gt;
0x74, 0x65, 0x73, 0x74, 0x66, 0x69, 0x6C, 0x65, 0x74, 0x65, 0x73, 0x74, 0x66, 0x69, 0x6C, 0x65, &lt;br /&gt;
0x74, 0x65, 0x73, 0x74, 0x66, 0x69, 0x6C, 0x65, 0x74, 0x65, 0x73, 0x74, 0x66, 0x69, 0x6C, 0x65, &lt;br /&gt;
0x74, 0x65, 0x73, 0x74, 0x66, 0x69, 0x6C, 0x65, 0x74, 0x65, 0x73, 0x74, 0x66, 0x69, 0x6C, 0x65, &lt;br /&gt;
0x74, 0x65, 0x73, 0x74, 0x66, 0x69, 0xBB, 0xBB, 0xBB, 0xBB, 0xBB, 0xBB, 0xBB, 0xBB, 0xBB, 0xBB, &lt;br /&gt;
0xBB, 0xBB, 0xBB, 0x74, 0x66, 0x69, &amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Internet Format =&lt;br /&gt;
== WIKI Format ==&lt;br /&gt;
You can copy selection as a mediawiki stream with TAGs support. It's really useful if you want to show some hex values at a wiki page.&lt;br /&gt;
&lt;br /&gt;
'''Options:''' Offset, Hex and Text outputs with Byte Per Line support.&lt;br /&gt;
&lt;br /&gt;
Here an example output with all of the panels, using 16 byte per line representation.&lt;br /&gt;
&lt;br /&gt;
 TAG List:&lt;br /&gt;
 &amp;lt;span style=&amp;quot;background-color:#FFE27F;color:#000000;&amp;quot;&amp;gt;Sample: First corruption on file.&amp;lt;/span&amp;gt;&lt;br /&gt;
 &amp;lt;span style=&amp;quot;background-color:#FFF07F;color:#000000;&amp;quot;&amp;gt;Sample: Here second corruption at file&amp;lt;/span&amp;gt;&lt;br /&gt;
 &amp;lt;span style=&amp;quot;background-color:#7FFF83;color:#000000;&amp;quot;&amp;gt;Third corruption&amp;lt;/span&amp;gt;&lt;br /&gt;
 &amp;lt;span style=&amp;quot;background-color:#FF7F7F;color:#000000;&amp;quot;&amp;gt;Different Corruption type&amp;lt;/span&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
 000020h   74 65 73 74 66 69 6C 65 74 65 73 74 66 69 6C &amp;lt;span style=&amp;quot;background-color:#FFE27F;&amp;quot;&amp;gt;AA &amp;lt;/span&amp;gt;  testfiletestfil&amp;lt;span style=&amp;quot;background-color:#FFE27F;&amp;quot;&amp;gt;ª&amp;lt;/span&amp;gt;&lt;br /&gt;
 000030h   &amp;lt;span style=&amp;quot;background-color:#FFE27F;&amp;quot;&amp;gt;60 6F FA AA AA AA &amp;lt;/span&amp;gt;6C 65 74 65 73 74 66 69 6C 65   &amp;lt;span style=&amp;quot;background-color:#FFE27F;&amp;quot;&amp;gt;`oúªªª&amp;lt;/span&amp;gt;letestfile&lt;br /&gt;
 000040h   74 65 73 74 66 69 6C 65 74 65 73 74 66 69 6C 65   testfiletestfile&lt;br /&gt;
 000050h   74 65 73 74 66 69 6C 65 74 65 73 74 66 69 6C 65   testfiletestfile&lt;br /&gt;
 000060h   74 65 73 74 66 69 6C 65 74 65 73 74 66 69 6C 65   testfiletestfile&lt;br /&gt;
 000070h   74 65 73 74 66 69 6C 65 74 65 73 74 66 69 6C 65   testfiletestfile&lt;br /&gt;
 000080h   74 65 73 74 66 69 6C 65 74 65 73 74 66 69 6C 65   testfiletestfile&lt;br /&gt;
 000090h   74 65 73 74 66 69 6C 65 74 65 73 74 66 69 6C 65   testfiletestfile&lt;br /&gt;
 0000A0h   74 65 73 74 66 69 6C 65 &amp;lt;span style=&amp;quot;background-color:#FFF07F;&amp;quot;&amp;gt;AA AA AA AA AA AA AA AA &amp;lt;/span&amp;gt;  testfile&amp;lt;span style=&amp;quot;background-color:#FFF07F;&amp;quot;&amp;gt;ªªªªªªªª&amp;lt;/span&amp;gt;&lt;br /&gt;
 0000B0h   &amp;lt;span style=&amp;quot;background-color:#FFF07F;&amp;quot;&amp;gt;AA AA AA AA AA AA AA AA AA AA AA AA AA AA AA AA &amp;lt;/span&amp;gt;  &amp;lt;span style=&amp;quot;background-color:#FFF07F;&amp;quot;&amp;gt;ªªªªªªªªªªªªªªªª&amp;lt;/span&amp;gt;&lt;br /&gt;
 0000C0h   &amp;lt;span style=&amp;quot;background-color:#FFF07F;&amp;quot;&amp;gt;AA &amp;lt;/span&amp;gt;65 73 74 66 69 6C 65 74 65 73 74 66 69 6C 65   &amp;lt;span style=&amp;quot;background-color:#FFF07F;&amp;quot;&amp;gt;ª&amp;lt;/span&amp;gt;estfiletestfile&lt;br /&gt;
 0000D0h   74 65 73 74 66 69 6C 65 74 65 73 74 66 69 6C 65   testfiletestfile&lt;br /&gt;
 0000E0h   74 65 73 74 66 69 6C 65 74 65 73 74 66 69 11 65   testfiletestfi.e&lt;br /&gt;
 0000F0h   74 65 73 74 66 69 6C 65 74 65 73 74 66 69 6C 65   testfiletestfile&lt;br /&gt;
 000100h   74 65 73 74 66 69 6C 65 74 65 73 74 66 69 6C 65   testfiletestfile&lt;br /&gt;
 000110h   74 65 73 74 66 69 6C 65 74 65 73 74 66 69 6C 65   testfiletestfile&lt;br /&gt;
 000120h   74 65 73 74 66 69 6C 65 74 65 73 74 66 69 6C 65   testfiletestfile&lt;br /&gt;
 000130h   74 65 73 74 66 69 6C 65 74 65 73 74 66 69 6C 65   testfiletestfile&lt;br /&gt;
 000140h   74 65 73 74 66 69 6C 65 74 65 73 74 66 69 6C 65   testfiletestfile&lt;br /&gt;
 000150h   74 65 73 74 66 69 6C 65 74 65 73 74 66 69 6C 65   testfiletestfile&lt;br /&gt;
 000160h   &amp;lt;span style=&amp;quot;background-color:#7FFF83;&amp;quot;&amp;gt;7A AA AA AA AA AA AA AA AA AA AA AA AA AA AA AA &amp;lt;/span&amp;gt;  &amp;lt;span style=&amp;quot;background-color:#7FFF83;&amp;quot;&amp;gt;zªªªªªªªªªªªªªªª&amp;lt;/span&amp;gt;&lt;br /&gt;
 000170h   &amp;lt;span style=&amp;quot;background-color:#7FFF83;&amp;quot;&amp;gt;AA AA AA AA AA AA AA AA AA AA AA AA AA AA AA AA &amp;lt;/span&amp;gt;  &amp;lt;span style=&amp;quot;background-color:#7FFF83;&amp;quot;&amp;gt;ªªªªªªªªªªªªªªªª&amp;lt;/span&amp;gt;&lt;br /&gt;
 000180h   &amp;lt;span style=&amp;quot;background-color:#7FFF83;&amp;quot;&amp;gt;AA AA AA AA AB &amp;lt;/span&amp;gt;69 6C 65 74 65 73 74 66 69 6C 65   &amp;lt;span style=&amp;quot;background-color:#7FFF83;&amp;quot;&amp;gt;ªªªª«&amp;lt;/span&amp;gt;iletestfile&lt;br /&gt;
 000190h   74 65 73 74 66 69 6C 65 74 65 73 74 66 69 6C 65   testfiletestfile&lt;br /&gt;
 0001A0h   74 65 73 74 66 69 6C 65 74 65 73 74 66 69 6C 65   testfiletestfile&lt;br /&gt;
 0001B0h   74 65 73 74 66 69 6C 65 74 65 73 74 66 69 6C 65   testfiletestfile&lt;br /&gt;
 0001C0h   74 65 73 74 66 69 &amp;lt;span style=&amp;quot;background-color:#FF7F7F;&amp;quot;&amp;gt;BB BB BB BB BB BB BB BB BB BB &amp;lt;/span&amp;gt;  testfi&amp;lt;span style=&amp;quot;background-color:#FF7F7F;&amp;quot;&amp;gt;»»»»»»»»»»&amp;lt;/span&amp;gt;&lt;br /&gt;
 0001D0h   &amp;lt;span style=&amp;quot;background-color:#FF7F7F;&amp;quot;&amp;gt;BB BB BB &amp;lt;/span&amp;gt;74 66 69 6C 65 74                        &amp;lt;span style=&amp;quot;background-color:#FF7F7F;&amp;quot;&amp;gt;»»»&amp;lt;/span&amp;gt;tfilet&lt;br /&gt;
 &lt;br /&gt;
 Generated by [http://www.wxHexEditor.org/ wxHexEditor]&lt;br /&gt;
&lt;br /&gt;
== phpBB Forum style Format ==&lt;br /&gt;
Copy format for phpBB forums. Unfortunately wxHexEditor does NOT support TAGS with phpBB Forum style format.&lt;br /&gt;
Because of variable size of the characters at default styles. If there is a way to do that, please contact with the author (me) to he will add support for it!&lt;br /&gt;
&lt;br /&gt;
Current format just add a '[code]' tags into simple formating. Nothing more.&lt;br /&gt;
&lt;br /&gt;
'''Options:''' Offset, Hex and Text outputs with Byte Per Line support.&lt;br /&gt;
&lt;br /&gt;
[code]000020h   74 65 73 74 66 69 6C 65 74 65 73 74 66 69 6C AA   testfiletestfilª[/code]Generated by [url=http://www.wxHexEditor.org]wxHexEditor[/url]&lt;br /&gt;
&lt;br /&gt;
== HTML Format ==&lt;br /&gt;
wxHexEditor could format the selection int HTML with TAGs support. Just select the blog and CopyAs Internet-&amp;gt; HTML format. HTML stream will pasted into system clipboard. That's all!&lt;br /&gt;
&lt;br /&gt;
'''Options:''' Offset, Hex and Text outputs with Byte Per Line support.&lt;br /&gt;
&lt;br /&gt;
Here an example output with all of the panels, using 32 byte per line representation.&lt;br /&gt;
&lt;br /&gt;
(Also note that, there are unwanted stings on this show due using html tags under wikimedia to show you.)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;&amp;lt;nowiki/&amp;gt;pre&amp;gt;&amp;lt;code style=&amp;quot;color:#000000;&amp;quot;&amp;gt;TAG List:&amp;lt;br&amp;gt;&amp;lt;span style=&amp;quot;background-color:#FFE27F;color:#000000;&amp;quot;&amp;gt;Sample: First corruption on file.&amp;lt;/span&amp;gt;&amp;lt;br&amp;gt;&amp;lt;span style=&amp;quot;background-color:#FFF07F;color:#000000;&amp;quot;&amp;gt;Sample: Here second corruption at file&amp;lt;/span&amp;gt;&amp;lt;br&amp;gt;&amp;lt;span style=&amp;quot;background-color:#7FFF83;color:#000000;&amp;quot;&amp;gt;Third corruption&amp;lt;/span&amp;gt;&amp;lt;br&amp;gt;&amp;lt;span style=&amp;quot;background-color:#FF7F7F;color:#000000;&amp;quot;&amp;gt;Different Corruption type&amp;lt;/span&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;000020h&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;74 65 73 74 66 69 6C 65 74 65 73 74 66 69 6C &amp;lt;span style=&amp;quot;background-color:#FFE27F;&amp;quot;&amp;gt;AA 60 6F FA AA AA AA &amp;lt;/span&amp;gt;6C 65 74 65 73 74 66 69 6C 65 &amp;amp;nbsp;&amp;amp;nbsp;testfiletestfil&amp;lt;span style=&amp;quot;background-color:#FFE27F;&amp;quot;&amp;gt;ª`oúªªª&amp;lt;/span&amp;gt;letestfile&amp;lt;br&amp;gt;000040h&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;74 65 73 74 66 69 6C 65 74 65 73 74 66 69 6C 65 74 65 73 74 66 69 6C 65 74 65 73 74 66 69 6C 65 &amp;amp;nbsp;&amp;amp;nbsp;testfiletestfiletestfiletestfile&amp;lt;br&amp;gt;000060h&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;74 65 73 74 66 69 6C 65 74 65 73 74 66 69 6C 65 74 65 73 74 66 69 6C 65 74 65 73 74 66 69 6C 65 &amp;amp;nbsp;&amp;amp;nbsp;testfiletestfiletestfiletestfile&amp;lt;br&amp;gt;000080h&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;74 65 73 74 66 69 6C 65 74 65 73 74 66 69 6C 65 74 65 73 74 66 69 6C 65 74 65 73 74 66 69 6C 65 &amp;amp;nbsp;&amp;amp;nbsp;testfiletestfiletestfiletestfile&amp;lt;br&amp;gt;0000A0h&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;74 65 73 74 66 69 6C 65 &amp;lt;span style=&amp;quot;background-color:#FFF07F;&amp;quot;&amp;gt;AA AA AA AA AA AA AA AA AA AA AA AA AA AA AA AA AA AA AA AA AA AA AA AA &amp;lt;/span&amp;gt;&amp;amp;nbsp;&amp;amp;nbsp;testfile&amp;lt;span style=&amp;quot;background-color:#FFF07F;&amp;quot;&amp;gt;ªªªªªªªªªªªªªªªªªªªªªªªª&amp;lt;/span&amp;gt;&amp;lt;br&amp;gt;0000C0h&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;lt;span style=&amp;quot;background-color:#FFF07F;&amp;quot;&amp;gt;AA &amp;lt;/span&amp;gt;65 73 74 66 69 6C 65 74 65 73 74 66 69 6C 65 74 65 73 74 66 69 6C 65 74 65 73 74 66 69 6C 65 &amp;amp;nbsp;&amp;amp;nbsp;&amp;lt;span style=&amp;quot;background-color:#FFF07F;&amp;quot;&amp;gt;ª&amp;lt;/span&amp;gt;estfiletestfiletestfiletestfile&amp;lt;br&amp;gt;0000E0h&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;74 65 73 74 66 69 6C 65 74 65 73 74 66 69 11 65 74 65 73 74 66 69 6C 65 74 65 73 74 66 69 6C 65 &amp;amp;nbsp;&amp;amp;nbsp;testfiletestfi.etestfiletestfile&amp;lt;br&amp;gt;000100h&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;74 65 73 74 66 69 6C 65 74 65 73 74 66 69 6C 65 74 65 73 74 66 69 6C 65 74 65 73 74 66 69 6C 65 &amp;amp;nbsp;&amp;amp;nbsp;testfiletestfiletestfiletestfile&amp;lt;br&amp;gt;000120h&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;74 65 73 74 66 69 6C 65 74 65 73 74 66 69 6C 65 74 65 73 74 66 69 6C 65 74 65 73 74 66 69 6C 65 &amp;amp;nbsp;&amp;amp;nbsp;testfiletestfiletestfiletestfile&amp;lt;br&amp;gt;000140h&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;74 65 73 74 66 69 6C 65 74 65 73 74 66 69 6C 65 74 65 73 74 66 69 6C 65 74 65 73 74 66 69 6C 65 &amp;amp;nbsp;&amp;amp;nbsp;testfiletestfiletestfiletestfile&amp;lt;br&amp;gt;000160h&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;lt;span style=&amp;quot;background-color:#7FFF83;&amp;quot;&amp;gt;7A AA AA AA AA AA AA AA AA AA AA AA AA AA AA AA AA AA AA AA AA AA AA AA AA AA AA AA AA AA AA AA &amp;lt;/span&amp;gt;&amp;amp;nbsp;&amp;amp;nbsp;&amp;lt;span style=&amp;quot;background-color:#7FFF83;&amp;quot;&amp;gt;zªªªªªªªªªªªªªªªªªªªªªªªªªªªªªªª&amp;lt;/span&amp;gt;&amp;lt;br&amp;gt;000180h&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;lt;span style=&amp;quot;background-color:#7FFF83;&amp;quot;&amp;gt;AA AA AA AA AB &amp;lt;/span&amp;gt;69 6C 65 74 65 73 74 66 69 6C 65 74 65 73 74 66 69 6C 65 74 65 73 74 66 69 6C 65 &amp;amp;nbsp;&amp;amp;nbsp;&amp;lt;span style=&amp;quot;background-color:#7FFF83;&amp;quot;&amp;gt;ªªªª«&amp;lt;/span&amp;gt;iletestfiletestfiletestfile&amp;lt;br&amp;gt;0001A0h&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;74 65 73 74 66 69 6C 65 74 65 73 74 66 69 6C 65 74 65 73 74 66 69 6C 65 74 65 73 74 66 69 6C 65 &amp;amp;nbsp;&amp;amp;nbsp;testfiletestfiletestfiletestfile&amp;lt;br&amp;gt;0001C0h&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;74 65 73 74 66 69 &amp;lt;span style=&amp;quot;background-color:#FF7F7F;&amp;quot;&amp;gt;BB BB BB BB BB BB BB BB BB BB BB BB BB &amp;lt;/span&amp;gt;74 66 69 6C 65 74 &amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;testfi&amp;lt;span style=&amp;quot;background-color:#FF7F7F;&amp;quot;&amp;gt;»»»»»»»»»»»»»&amp;lt;/span&amp;gt;tfilet&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;/code&amp;gt;&amp;lt;/pre&amp;gt;&amp;lt;font size=&amp;quot;-3&amp;quot;&amp;gt;Generated by &amp;lt;a href=&amp;quot;http://www.wxHexEditor.org&amp;quot;&amp;gt;wxHexEditor&amp;lt;/a&amp;gt;&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= ASM Source Format =&lt;br /&gt;
Programming in ASM? Aahh it's really head ache sometimes. I wish this feature will make coding with ASM easier. You can also use CopyAs ASM Source for converting selected block binary into ASM program source.&lt;br /&gt;
&lt;br /&gt;
'''Options:''' 8,16,32 and 64 bit hexs with Big Endian and Bytes per line options.&lt;br /&gt;
&lt;br /&gt;
And here an ASM Source format example with 8 bit option:&lt;br /&gt;
&lt;br /&gt;
 ;Generated by wxHexEditor&lt;br /&gt;
 db 074h 066h 069h 06Ch 065h 074h 065h 073h 074h 066h 069h 06Ch 065h 074h 065h 073h &lt;br /&gt;
 db 074h 066h 069h 06Ch 065h 074h 065h 073h 074h 066h 069h 06Ch 065h 074h 065h 073h &lt;br /&gt;
 db 074h 066h 069h 06Ch 065h 07Ah 0AAh 0AAh 0AAh 0AAh 0AAh 0AAh 0AAh 0AAh 0AAh 0AAh &lt;br /&gt;
 db 0AAh 0AAh 0AAh 0AAh 0AAh 0AAh 0AAh 0AAh 0AAh 0AAh 0AAh 0AAh 0AAh 0AAh 0AAh 0AAh &lt;br /&gt;
 db 0AAh 0AAh 0AAh 0AAh 0AAh 0AAh 0AAh 0AAh 0AAh 0ABh 069h 06Ch 065h 074h 065h 073h &lt;br /&gt;
 db 074h 066h 069h 06Ch 065h 074h 065h 073h 074h 066h 069h 06Ch 065h 074h 065h 073h &lt;br /&gt;
 db 074h 066h 069h 06Ch 065h 074h 065h 073h 074h 066h 069h 06Ch&lt;br /&gt;
&lt;br /&gt;
= C/C++ Source Format =&lt;br /&gt;
Programming in C/C++ is a fun for us. Do you need some binary in your program? No problem. CopyAs C/C++ Source converts selected block into C/C++ constant definition that you can paste into your source code directly.&lt;br /&gt;
&lt;br /&gt;
'''Options:''' 8,16,32 and 64 bit hexs with Big Endian and Bytes per line options.&lt;br /&gt;
&lt;br /&gt;
Here is C/C++ Source format with 8 bit option example:&lt;br /&gt;
&lt;br /&gt;
 // Generated by wxHexEditor //&lt;br /&gt;
 int8_t hexData[0x6c] = {&lt;br /&gt;
   0x74, 0x66, 0x69, 0x6C, 0x65, 0x74, 0x65, 0x73, 0x74, 0x66, 0x69, 0x6C, 0x65, 0x74, 0x65, 0x73, &lt;br /&gt;
   0x74, 0x66, 0x69, 0x6C, 0x65, 0x74, 0x65, 0x73, 0x74, 0x66, 0x69, 0x6C, 0x65, 0x74, 0x65, 0x73, &lt;br /&gt;
   0x74, 0x66, 0x69, 0x6C, 0x65, 0x7A, 0xAA, 0xAA, 0xAA, 0xAA, 0xAA, 0xAA, 0xAA, 0xAA, 0xAA, 0xAA, &lt;br /&gt;
   0xAA, 0xAA, 0xAA, 0xAA, 0xAA, 0xAA, 0xAA, 0xAA, 0xAA, 0xAA, 0xAA, 0xAA, 0xAA, 0xAA, 0xAA, 0xAA, &lt;br /&gt;
   0xAA, 0xAA, 0xAA, 0xAA, 0xAA, 0xAA, 0xAA, 0xAA, 0xAA, 0xAB, 0x69, 0x6C, 0x65, 0x74, 0x65, 0x73, &lt;br /&gt;
   0x74, 0x66, 0x69, 0x6C, 0x65, 0x74, 0x65, 0x73, 0x74, 0x66, 0x69, 0x6C, 0x65, 0x74, 0x65, 0x73, &lt;br /&gt;
   0x74, 0x66, 0x69, 0x6C, 0x65, 0x74, 0x65, 0x73, 0x74, 0x66, 0x69, 0x6C }&lt;/div&gt;</summary>
		<author><name>EUA</name></author>
		
	</entry>
</feed>