<feed xmlns='http://www.w3.org/2005/Atom'>
<title>yaxpeax-x86, branch 0.0.5</title>
<subtitle>yaxpeax x86 decoder</subtitle>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/yaxpeax-x86/'/>
<entry>
<title>bump to 0.0.5</title>
<updated>2020-02-11T09:00:46+00:00</updated>
<author>
<name>iximeow</name>
<email>me@iximeow.net</email>
</author>
<published>2020-02-11T09:00:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/yaxpeax-x86/commit/?id=fb41b5261b49f67e67e87e3a7401d748781d6c29'/>
<id>fb41b5261b49f67e67e87e3a7401d748781d6c29</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>support `in` and `out` instructions</title>
<updated>2020-02-11T09:00:34+00:00</updated>
<author>
<name>iximeow</name>
<email>me@iximeow.net</email>
</author>
<published>2020-02-11T09:00:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/yaxpeax-x86/commit/?id=0c1d6fc73c90f906aa2ed5dbdde1ade153e6a0ad'/>
<id>0c1d6fc73c90f906aa2ed5dbdde1ade153e6a0ad</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add `RegSpec::name` to get `&amp;'static str` labels for registers</title>
<updated>2020-02-11T08:22:16+00:00</updated>
<author>
<name>iximeow</name>
<email>me@iximeow.net</email>
</author>
<published>2020-02-11T08:22:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/yaxpeax-x86/commit/?id=bd9ae00ba84275c9414298d016da21e8106cda36'/>
<id>bd9ae00ba84275c9414298d016da21e8106cda36</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>derive Ord and PartialOrd for RegSpec and RegisterBank</title>
<updated>2020-02-11T08:12:45+00:00</updated>
<author>
<name>iximeow</name>
<email>me@iximeow.net</email>
</author>
<published>2020-02-11T08:12:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/yaxpeax-x86/commit/?id=f08c8bbf9f180283490fc7a4e116e8fa0ffcc681'/>
<id>f08c8bbf9f180283490fc7a4e116e8fa0ffcc681</id>
<content type='text'>
this makes these usable as keys in collections such as BTreeMap. there
is no specific ordering imposed by Ord (f.ex it may be the case that
`eax &gt; dx` while `eax &gt; rax`), but some specific ordering may be imposed
in the future.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
this makes these usable as keys in collections such as BTreeMap. there
is no specific ordering imposed by Ord (f.ex it may be the case that
`eax &gt; dx` while `eax &gt; rax`), but some specific ordering may be imposed
in the future.
</pre>
</div>
</content>
</entry>
<entry>
<title>bump yaxpeax-arch version</title>
<updated>2020-02-06T08:09:27+00:00</updated>
<author>
<name>iximeow</name>
<email>me@iximeow.net</email>
</author>
<published>2020-02-06T08:09:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/yaxpeax-x86/commit/?id=076d2fa68216533b54a3c514433226b6ac77b50d'/>
<id>076d2fa68216533b54a3c514433226b6ac77b50d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bump yaxpeax-arch</title>
<updated>2020-01-18T21:56:50+00:00</updated>
<author>
<name>iximeow</name>
<email>me@iximeow.net</email>
</author>
<published>2020-01-18T21:56:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/yaxpeax-x86/commit/?id=114d3fe61442f6e3cf863d259e3d8bf297df3b6f'/>
<id>114d3fe61442f6e3cf863d259e3d8bf297df3b6f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>oh no, first version bump already</title>
<updated>2020-01-16T07:51:49+00:00</updated>
<author>
<name>iximeow</name>
<email>me@iximeow.net</email>
</author>
<published>2020-01-16T07:51:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/yaxpeax-x86/commit/?id=202cb94a01276cf0cb962409827171bfbbe3c3d7'/>
<id>202cb94a01276cf0cb962409827171bfbbe3c3d7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>support "int imm8" instructions</title>
<updated>2020-01-16T07:51:17+00:00</updated>
<author>
<name>iximeow</name>
<email>me@iximeow.net</email>
</author>
<published>2020-01-16T07:51:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/yaxpeax-x86/commit/?id=f2de087952ce4bc10ba18ad6bbb5d34ff01d2921'/>
<id>f2de087952ce4bc10ba18ad6bbb5d34ff01d2921</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>update yaxpeax-arch dependency because it is a crate now!</title>
<updated>2020-01-16T07:40:37+00:00</updated>
<author>
<name>iximeow</name>
<email>me@iximeow.net</email>
</author>
<published>2020-01-16T07:40:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/yaxpeax-x86/commit/?id=36c018bb23063f0449549dc261830ccaa567e4fd'/>
<id>36c018bb23063f0449549dc261830ccaa567e4fd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>update readme with no-std information, feature description, and some numbers</title>
<updated>2020-01-16T07:36:57+00:00</updated>
<author>
<name>iximeow</name>
<email>me@iximeow.net</email>
</author>
<published>2020-01-16T07:36:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/yaxpeax-x86/commit/?id=44beb3b1a0372d5c6e68f2fe49d46401d4bb168b'/>
<id>44beb3b1a0372d5c6e68f2fe49d46401d4bb168b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
