<feed xmlns='http://www.w3.org/2005/Atom'>
<title>yaxpeax-x86, branch 0.0.14</title>
<subtitle>yaxpeax x86 decoder</subtitle>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/yaxpeax-x86/'/>
<entry>
<title>update changelog and bump version</title>
<updated>2020-07-18T19:20:05+00:00</updated>
<author>
<name>iximeow</name>
<email>me@iximeow.net</email>
</author>
<published>2020-07-18T19:20:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/yaxpeax-x86/commit/?id=cdc24378eedebf7ab3f7b51e88794a7a15309009'/>
<id>cdc24378eedebf7ab3f7b51e88794a7a15309009</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>intel supported cmpxchg16b from the first x86_64 architecture</title>
<updated>2020-07-18T19:16:25+00:00</updated>
<author>
<name>iximeow</name>
<email>me@iximeow.net</email>
</author>
<published>2020-07-18T19:15:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/yaxpeax-x86/commit/?id=e2b2f100a23f46c5ece22cf4185facbd2c6d51ae'/>
<id>e2b2f100a23f46c5ece22cf4185facbd2c6d51ae</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix benchmark bitrot</title>
<updated>2020-05-24T22:44:09+00:00</updated>
<author>
<name>iximeow</name>
<email>me@iximeow.net</email>
</author>
<published>2020-05-24T22:44:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/yaxpeax-x86/commit/?id=1056fe08ddf0c1e7f7c3b10e9e6cafbf295ce632'/>
<id>1056fe08ddf0c1e7f7c3b10e9e6cafbf295ce632</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix docs up, fix the spelling of penryn</title>
<updated>2020-05-24T04:30:41+00:00</updated>
<author>
<name>iximeow</name>
<email>me@iximeow.net</email>
</author>
<published>2020-05-24T04:30:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/yaxpeax-x86/commit/?id=ec91652b25acba3ab9f5c5e2b8b9ae497c3d6474'/>
<id>ec91652b25acba3ab9f5c5e2b8b9ae497c3d6474</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bump version to 0.0.12</title>
<updated>2020-05-24T04:04:33+00:00</updated>
<author>
<name>iximeow</name>
<email>me@iximeow.net</email>
</author>
<published>2020-05-24T04:04:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/yaxpeax-x86/commit/?id=937bb048be6b139dd15333843fc8dec665418893'/>
<id>937bb048be6b139dd15333843fc8dec665418893</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix important memory decode error in long mode</title>
<updated>2020-05-24T04:02:32+00:00</updated>
<author>
<name>iximeow</name>
<email>me@iximeow.net</email>
</author>
<published>2020-05-24T04:02:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/yaxpeax-x86/commit/?id=79cd0c80a858448713aedd3d607dc363be891d8c'/>
<id>79cd0c80a858448713aedd3d607dc363be891d8c</id>
<content type='text'>
add tests for modrm/sib decoding, xsave extensions
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
add tests for modrm/sib decoding, xsave extensions
</pre>
</div>
</content>
</entry>
<entry>
<title>add SHA, BMI1, and BMI2, complete XSAVE extension support</title>
<updated>2020-05-24T02:37:58+00:00</updated>
<author>
<name>iximeow</name>
<email>me@iximeow.net</email>
</author>
<published>2020-05-24T02:37:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/yaxpeax-x86/commit/?id=9b965525afced37e99543e3a412218207a41e793'/>
<id>9b965525afced37e99543e3a412218207a41e793</id>
<content type='text'>
additionally: cmpcxchg{8,16}b, rdrand, rdseed, rdpid, {rd,wr}{fs,gs}base
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
additionally: cmpcxchg{8,16}b, rdrand, rdseed, rdpid, {rd,wr}{fs,gs}base
</pre>
</div>
</content>
</entry>
<entry>
<title>add sha, lzcnt, tsx, f16c, svm, movbe, adx, and prefetchw extensions</title>
<updated>2020-05-22T06:09:39+00:00</updated>
<author>
<name>iximeow</name>
<email>me@iximeow.net</email>
</author>
<published>2020-05-22T06:09:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/yaxpeax-x86/commit/?id=a0fd5a24cb0aa0b697f680c451d928cefe8323b4'/>
<id>a0fd5a24cb0aa0b697f680c451d928cefe8323b4</id>
<content type='text'>
also add builders to get decoders appropriate for specific
microarchitectures from intel and amd
* low-power architectures are not yet present
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
also add builders to get decoders appropriate for specific
microarchitectures from intel and amd
* low-power architectures are not yet present
</pre>
</div>
</content>
</entry>
<entry>
<title>bump version to 0.0.11</title>
<updated>2020-05-03T20:57:09+00:00</updated>
<author>
<name>iximeow</name>
<email>me@iximeow.net</email>
</author>
<published>2020-05-03T20:57:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/yaxpeax-x86/commit/?id=905dc4c7feac1e09cde70db52c0762e8990d4d96'/>
<id>905dc4c7feac1e09cde70db52c0762e8990d4d96</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>"is there a rep prefix" is something people need to be able to ask</title>
<updated>2020-05-03T20:54:18+00:00</updated>
<author>
<name>iximeow</name>
<email>me@iximeow.net</email>
</author>
<published>2020-05-03T20:54:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/yaxpeax-x86/commit/?id=bc7c5f7d3b8f68c59c926b46cfbd808e4d397c49'/>
<id>bc7c5f7d3b8f68c59c926b46cfbd808e4d397c49</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
