<feed xmlns='http://www.w3.org/2005/Atom'>
<title>yaxpeax-arm, branch 0.1.0</title>
<subtitle>yaxpeax arm decoder</subtitle>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/yaxpeax-arm/'/>
<entry>
<title>update yaxpeax_arch and bump version to 0.1.0</title>
<updated>2021-07-06T23:43:02+00:00</updated>
<author>
<name>iximeow</name>
<email>me@iximeow.net</email>
</author>
<published>2021-07-06T23:42:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/yaxpeax-arm/commit/?id=61513023aff4d3312287bb0fb55ea931997dfddb'/>
<id>61513023aff4d3312287bb0fb55ea931997dfddb</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 to 0.0.5 to drop the termion dep</title>
<updated>2021-05-07T07:28:58+00:00</updated>
<author>
<name>iximeow</name>
<email>me@iximeow.net</email>
</author>
<published>2021-05-07T07:28:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/yaxpeax-arm/commit/?id=c75153a5efffcd2ac5f37864182e5108ea5f70ce'/>
<id>c75153a5efffcd2ac5f37864182e5108ea5f70ce</id>
<content type='text'>
fix interface changes around YaxColors as well
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fix interface changes around YaxColors as well
</pre>
</div>
</content>
</entry>
<entry>
<title>bump to 0.0.6 and fix markdown</title>
<updated>2020-12-07T00:40:06+00:00</updated>
<author>
<name>iximeow</name>
<email>me@iximeow.net</email>
</author>
<published>2020-12-07T00:40:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/yaxpeax-arm/commit/?id=f2c6e3c008ebdca831d78cbec7972974a6e6fd2a'/>
<id>f2c6e3c008ebdca831d78cbec7972974a6e6fd2a</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.5 update documentation some</title>
<updated>2020-12-07T00:36:12+00:00</updated>
<author>
<name>iximeow</name>
<email>me@iximeow.net</email>
</author>
<published>2020-12-07T00:26:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/yaxpeax-arm/commit/?id=f92ec9a4bf680ff008f431edb5d776eca8d2198a'/>
<id>f92ec9a4bf680ff008f431edb5d776eca8d2198a</id>
<content type='text'>
add some keywords to the crate. this is a first for yaxpeax
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
add some keywords to the crate. this is a first for yaxpeax
</pre>
</div>
</content>
</entry>
<entry>
<title>TODONE: adr with add/subtracted offset</title>
<updated>2020-12-06T23:54:52+00:00</updated>
<author>
<name>iximeow</name>
<email>me@iximeow.net</email>
</author>
<published>2020-12-06T23:54:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/yaxpeax-arm/commit/?id=635799ae37407621f791e6fe2aa3dba141c24763'/>
<id>635799ae37407621f791e6fe2aa3dba141c24763</id>
<content type='text'>
instead of trying to shoehorn in `adr reg, label` syntax like the manual
requests, it's much easier to just describe these as `{add, sub} reg,
pc, offset` and potentially rewrite `pc, offset` as an `adr reg, label`
if a higher-level tool has that kind of information available.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
instead of trying to shoehorn in `adr reg, label` syntax like the manual
requests, it's much easier to just describe these as `{add, sub} reg,
pc, offset` and potentially rewrite `pc, offset` as an `adr reg, label`
if a higher-level tool has that kind of information available.
</pre>
</div>
</content>
</entry>
<entry>
<title>propagate up invalid thumb immediate expansion</title>
<updated>2020-12-06T23:54:31+00:00</updated>
<author>
<name>iximeow</name>
<email>me@iximeow.net</email>
</author>
<published>2020-12-06T23:54:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/yaxpeax-arm/commit/?id=c9f67f0f30cbd1459b80b2d8380fba3407e36bfa'/>
<id>c9f67f0f30cbd1459b80b2d8380fba3407e36bfa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>warning cleanup (test edition)</title>
<updated>2020-12-06T23:39:28+00:00</updated>
<author>
<name>iximeow</name>
<email>me@iximeow.net</email>
</author>
<published>2020-12-06T23:39:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/yaxpeax-arm/commit/?id=fde906acd802e071c8a7f9435ea205692e4b26b4'/>
<id>fde906acd802e071c8a7f9435ea205692e4b26b4</id>
<content type='text'>
add in some simd tests for future neon decoding. these tests are drawn
from capstone and may need some subsequent cleanup
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
add in some simd tests for future neon decoding. these tests are drawn
from capstone and may need some subsequent cleanup
</pre>
</div>
</content>
</entry>
<entry>
<title>support CPS (change processor state) and some warming cleanup</title>
<updated>2020-12-06T23:37:46+00:00</updated>
<author>
<name>iximeow</name>
<email>me@iximeow.net</email>
</author>
<published>2020-12-06T23:37:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/yaxpeax-arm/commit/?id=44542e4f40f13dbdc10ec491b50178bb39fc6ca1'/>
<id>44542e4f40f13dbdc10ec491b50178bb39fc6ca1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add ldc/sdc instructions and a slew of 32b thumb2 tests</title>
<updated>2020-12-06T23:17:52+00:00</updated>
<author>
<name>iximeow</name>
<email>me@iximeow.net</email>
</author>
<published>2020-12-06T23:17:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/yaxpeax-arm/commit/?id=1572e928b41b5c0765d7f47b346110da14e58b9e'/>
<id>1572e928b41b5c0765d7f47b346110da14e58b9e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>support more mul/div variants</title>
<updated>2020-12-06T21:37:14+00:00</updated>
<author>
<name>iximeow</name>
<email>me@iximeow.net</email>
</author>
<published>2020-12-06T21:37:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/yaxpeax-arm/commit/?id=5e590eba9a1baf8a544f75ec87a58daa4da33726'/>
<id>5e590eba9a1baf8a544f75ec87a58daa4da33726</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
