<feed xmlns='http://www.w3.org/2005/Atom'>
<title>yaxpeax-ia64/src, branch 0.1.2</title>
<subtitle>yaxpeax ia64 decoder</subtitle>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/yaxpeax-ia64/'/>
<entry>
<title>correctly decode I25-form immediates</title>
<updated>2020-12-06T21:51:54+00:00</updated>
<author>
<name>iximeow</name>
<email>me@iximeow.net</email>
</author>
<published>2020-12-06T21:51:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/yaxpeax-ia64/commit/?id=6df899af30920a3a9bd94670d0021ca089a64698'/>
<id>6df899af30920a3a9bd94670d0021ca089a64698</id>
<content type='text'>
extension bits are base 16, not base 10

thank you @ravenslofty for finding and reporting!
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
extension bits are base 16, not base 10

thank you @ravenslofty for finding and reporting!
</pre>
</div>
</content>
</entry>
<entry>
<title>fix an off by one in non-temporal hint selection</title>
<updated>2020-12-06T21:50:27+00:00</updated>
<author>
<name>iximeow</name>
<email>me@iximeow.net</email>
</author>
<published>2020-12-06T21:50:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/yaxpeax-ia64/commit/?id=47a1d9d6fd48229961edf76b789328dc99a19c6c'/>
<id>47a1d9d6fd48229961edf76b789328dc99a19c6c</id>
<content type='text'>
thank you @The6P4C for finding and reporting!
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
thank you @The6P4C for finding and reporting!
</pre>
</div>
</content>
</entry>
<entry>
<title>fix negative ip-relative operands showing as `$+-const`</title>
<updated>2020-10-12T07:53:23+00:00</updated>
<author>
<name>iximeow</name>
<email>me@iximeow.net</email>
</author>
<published>2020-10-12T07:53:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/yaxpeax-ia64/commit/?id=30917045cff1bed6273cb40ad2d38271cbf64364'/>
<id>30917045cff1bed6273cb40ad2d38271cbf64364</id>
<content type='text'>
they are now `$-const`
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
they are now `$-const`
</pre>
</div>
</content>
</entry>
<entry>
<title>do not panic on invalid instructions</title>
<updated>2020-10-12T07:45:51+00:00</updated>
<author>
<name>iximeow</name>
<email>me@iximeow.net</email>
</author>
<published>2020-10-12T07:45:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/yaxpeax-ia64/commit/?id=c903c7ece85d22f3ee310ebaaa73241402e0be70'/>
<id>c903c7ece85d22f3ee310ebaaa73241402e0be70</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add documentation and bump to 0.1!</title>
<updated>2020-10-12T07:08:55+00:00</updated>
<author>
<name>iximeow</name>
<email>me@iximeow.net</email>
</author>
<published>2020-10-12T07:08:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/yaxpeax-ia64/commit/?id=ac1ec743b2f8163e6b6bdc4c02362069e636ea38'/>
<id>ac1ec743b2f8163e6b6bdc4c02362069e636ea38</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix unused variable warnings (asserts that used these are now comments)</title>
<updated>2020-10-12T06:38:14+00:00</updated>
<author>
<name>iximeow</name>
<email>me@iximeow.net</email>
</author>
<published>2020-10-12T06:38:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/yaxpeax-ia64/commit/?id=15423d14e596c5489b5ac4513a30e7c265a635b6'/>
<id>15423d14e596c5489b5ac4513a30e7c265a635b6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>remove even more one-off opcode misspellings</title>
<updated>2020-10-12T06:37:18+00:00</updated>
<author>
<name>iximeow</name>
<email>me@iximeow.net</email>
</author>
<published>2020-10-12T06:37:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/yaxpeax-ia64/commit/?id=16496210162fd81e40e18ba5b595722eaf29b7af'/>
<id>16496210162fd81e40e18ba5b595722eaf29b7af</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>clean up more misunderstood opcodes, add missing M__ encodings</title>
<updated>2020-10-12T06:33:44+00:00</updated>
<author>
<name>iximeow</name>
<email>me@iximeow.net</email>
</author>
<published>2020-10-12T06:33:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/yaxpeax-ia64/commit/?id=dca858ff598689804cd98f9041b3fd706d563b48'/>
<id>dca858ff598689804cd98f9041b3fd706d563b48</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>explicit '.imm' trailing opcodes were a misunderstanding of the manual</title>
<updated>2020-10-12T05:44:49+00:00</updated>
<author>
<name>iximeow</name>
<email>me@iximeow.net</email>
</author>
<published>2020-10-12T05:44:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/yaxpeax-ia64/commit/?id=e0418e94fcbeaa6e49dd5910ddef77d9dc699e59'/>
<id>e0418e94fcbeaa6e49dd5910ddef77d9dc699e59</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>get more operand encodings in place, square away tests</title>
<updated>2020-10-12T05:40:22+00:00</updated>
<author>
<name>iximeow</name>
<email>me@iximeow.net</email>
</author>
<published>2020-10-12T05:40:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/yaxpeax-ia64/commit/?id=78764919783e828988391eeda9840bf7a354d36b'/>
<id>78764919783e828988391eeda9840bf7a354d36b</id>
<content type='text'>
shl/shr pseudo-ops were annoying, now they're fixed
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
shl/shr pseudo-ops were annoying, now they're fixed
</pre>
</div>
</content>
</entry>
</feed>
