<feed xmlns='http://www.w3.org/2005/Atom'>
<title>yaxpeax-arm/tests/armv7, branch 0.2.6</title>
<subtitle>yaxpeax arm decoder</subtitle>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/yaxpeax-arm/'/>
<entry>
<title>fix 24-bit branch immediate decoding</title>
<updated>2023-01-31T05:57:03+00:00</updated>
<author>
<name>jam1garner</name>
<email>jam@jam1.re</email>
</author>
<published>2023-01-31T05:53:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/yaxpeax-arm/commit/?id=af8fcdb3d748b130919e60c1d3a6172d27e487cd'/>
<id>af8fcdb3d748b130919e60c1d3a6172d27e487cd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a test for issue #3</title>
<updated>2022-09-29T22:50:31+00:00</updated>
<author>
<name>Mitchell Johnson</name>
<email>ehntoo@ehntoo.org</email>
</author>
<published>2022-09-29T18:11:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/yaxpeax-arm/commit/?id=efbdb28824acc2a94b5910a13da34866da300d20'/>
<id>efbdb28824acc2a94b5910a13da34866da300d20</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add some additional 32-bit thumb branch decode test cases</title>
<updated>2022-09-29T22:50:31+00:00</updated>
<author>
<name>Mitchell Johnson</name>
<email>ehntoo@ehntoo.org</email>
</author>
<published>2022-09-04T23:52:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/yaxpeax-arm/commit/?id=d3f2505677c3a8cd40c6dbc4bf32cfe4427aab20'/>
<id>d3f2505677c3a8cd40c6dbc4bf32cfe4427aab20</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix 32-bit conditional thumb branches</title>
<updated>2022-09-29T22:50:31+00:00</updated>
<author>
<name>Mitchell Johnson</name>
<email>ehntoo@ehntoo.org</email>
</author>
<published>2022-09-04T23:49:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/yaxpeax-arm/commit/?id=9570dae514462f4a823e54de11e6dc86587de1b7'/>
<id>9570dae514462f4a823e54de11e6dc86587de1b7</id>
<content type='text'>
Correct the shift used to select condition bits and correctly compute the
branch offset.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Correct the shift used to select condition bits and correctly compute the
branch offset.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix negative unconditional 16-bit thumb branches</title>
<updated>2022-09-29T22:50:31+00:00</updated>
<author>
<name>Mitchell Johnson</name>
<email>ehntoo@ehntoo.org</email>
</author>
<published>2022-09-04T23:16:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/yaxpeax-arm/commit/?id=4470c5b393817a93854472354d76911cfc9abe6f'/>
<id>4470c5b393817a93854472354d76911cfc9abe6f</id>
<content type='text'>
Sign extension shift had an off-by-one error so the sign bit was not being
properly extended.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Sign extension shift had an off-by-one error so the sign bit was not being
properly extended.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix 32-bit Thumb unconditional branch decoding</title>
<updated>2022-09-29T22:50:31+00:00</updated>
<author>
<name>Mitchell Johnson</name>
<email>ehntoo@ehntoo.org</email>
</author>
<published>2022-09-04T21:33:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/yaxpeax-arm/commit/?id=189cbcfdad097363e66f41daf4d6a76acbf3661c'/>
<id>189cbcfdad097363e66f41daf4d6a76acbf3661c</id>
<content type='text'>
T4 encodings of unconditional branches were not being interpreted correctly
(#6), and 32-bit bl/blx instructions were similarly incorrect. Correct the bits
selected for op1 and op2 and handle the slightly-unusual i1/i2 sign bit xor for
these instructions.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
T4 encodings of unconditional branches were not being interpreted correctly
(#6), and 32-bit bl/blx instructions were similarly incorrect. Correct the bits
selected for op1 and op2 and handle the slightly-unusual i1/i2 sign bit xor for
these instructions.
</pre>
</div>
</content>
</entry>
<entry>
<title>get test situation in order</title>
<updated>2022-01-02T21:27:48+00:00</updated>
<author>
<name>iximeow</name>
<email>me@iximeow.net</email>
</author>
<published>2022-01-02T21:27:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/yaxpeax-arm/commit/?id=0bcea6031e3d0b48acb15f6a7dfdab670ec8fcfc'/>
<id>0bcea6031e3d0b48acb15f6a7dfdab670ec8fcfc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
