<feed xmlns='http://www.w3.org/2005/Atom'>
<title>yaxpeax-x86/test, branch 2.0.0</title>
<subtitle>yaxpeax x86 decoder</subtitle>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/yaxpeax-x86/'/>
<entry>
<title>rename most operand variants, make them structy rather than tupley</title>
<updated>2024-06-24T19:48:45+00:00</updated>
<author>
<name>iximeow</name>
<email>me@iximeow.net</email>
</author>
<published>2024-06-24T19:48:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/yaxpeax-x86/commit/?id=1b8019d5b39a05c109399b8628a1082bfec79755'/>
<id>1b8019d5b39a05c109399b8628a1082bfec79755</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add additional `call` test cases</title>
<updated>2024-06-23T22:15:50+00:00</updated>
<author>
<name>iximeow</name>
<email>me@iximeow.net</email>
</author>
<published>2024-06-23T22:15:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/yaxpeax-x86/commit/?id=2002347272391dc6a70d83fe8293f2ce35ed26ee'/>
<id>2002347272391dc6a70d83fe8293f2ce35ed26ee</id>
<content type='text'>
fix 32-bit 66-prefixed ff /2 call not having 16-bit operands

fix momentary regression in rendering `call` instructions to string
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fix 32-bit 66-prefixed ff /2 call not having 16-bit operands

fix momentary regression in rendering `call` instructions to string
</pre>
</div>
</content>
</entry>
<entry>
<title>InstructionTextBuffer is only present with alloc (new crate flag)</title>
<updated>2024-06-23T17:44:24+00:00</updated>
<author>
<name>iximeow</name>
<email>me@iximeow.net</email>
</author>
<published>2024-06-23T17:44:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/yaxpeax-x86/commit/?id=931ad9b84e75faf734ddff19b692481013260f6e'/>
<id>931ad9b84e75faf734ddff19b692481013260f6e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>NoColorsSink has a decent name now</title>
<updated>2024-06-22T22:18:31+00:00</updated>
<author>
<name>iximeow</name>
<email>me@iximeow.net</email>
</author>
<published>2024-06-22T22:18:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/yaxpeax-x86/commit/?id=bebdead98a9fa6510e30dbde6cc694f52a346a1e'/>
<id>bebdead98a9fa6510e30dbde6cc694f52a346a1e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>extract reusable display bits into yaxpeax-arch, add a visitor fn to Operand</title>
<updated>2024-06-22T07:25:01+00:00</updated>
<author>
<name>iximeow</name>
<email>me@iximeow.net</email>
</author>
<published>2024-06-22T07:25:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/yaxpeax-x86/commit/?id=347042c45ced56b37a665a2c4b042b7f7aae8e03'/>
<id>347042c45ced56b37a665a2c4b042b7f7aae8e03</id>
<content type='text'>
comes with deleting the body of impl Colorize for Operand, because we can reuse the normal operand formatting code
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
comes with deleting the body of impl Colorize for Operand, because we can reuse the normal operand formatting code
</pre>
</div>
</content>
</entry>
<entry>
<title>things compile again, add a few more caution signs around InstructionTextBuffer</title>
<updated>2024-06-21T09:05:24+00:00</updated>
<author>
<name>iximeow</name>
<email>me@iximeow.net</email>
</author>
<published>2024-06-21T09:05:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/yaxpeax-x86/commit/?id=d16cc79d7b7091f67328a0080634ce6cd4880dbd'/>
<id>d16cc79d7b7091f67328a0080634ce6cd4880dbd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>starting to get new DisplaySink stuff ready to extract...</title>
<updated>2024-06-20T19:40:53+00:00</updated>
<author>
<name>iximeow</name>
<email>me@iximeow.net</email>
</author>
<published>2024-06-20T19:40:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/yaxpeax-x86/commit/?id=89b8aeef32518a0fece8c1283fe83da369113afd'/>
<id>89b8aeef32518a0fece8c1283fe83da369113afd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>better testing for alternate sinks, fix hex formatting bug....</title>
<updated>2024-06-19T21:30:57+00:00</updated>
<author>
<name>iximeow</name>
<email>me@iximeow.net</email>
</author>
<published>2024-06-19T21:29:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/yaxpeax-x86/commit/?id=55a64ffa7fddc9d8372e4072c554a676e2f0fc17'/>
<id>55a64ffa7fddc9d8372e4072c554a676e2f0fc17</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>enough infratructure to avoid bounds checks, at incredible user cost</title>
<updated>2024-06-18T18:45:17+00:00</updated>
<author>
<name>iximeow</name>
<email>me@iximeow.net</email>
</author>
<published>2024-06-18T18:10:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/yaxpeax-x86/commit/?id=0e99d946eee3398d5629d6f29f8bf7387643795a'/>
<id>0e99d946eee3398d5629d6f29f8bf7387643795a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>commit unshippable wildly unsafe asm-filled printing code</title>
<updated>2024-06-16T19:23:05+00:00</updated>
<author>
<name>iximeow</name>
<email>me@iximeow.net</email>
</author>
<published>2024-06-16T19:23:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/yaxpeax-x86/commit/?id=ead58f66b9818c1ac01232b1e137c0d2a6ea06a2'/>
<id>ead58f66b9818c1ac01232b1e137c0d2a6ea06a2</id>
<content type='text'>
write_2 will never actually be used, but im adapting it into contextualize in a... better way
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
write_2 will never actually be used, but im adapting it into contextualize in a... better way
</pre>
</div>
</content>
</entry>
</feed>
