<feed xmlns='http://www.w3.org/2005/Atom'>
<title>minicc.git/asm/intel64, branch master</title>
<subtitle>Minimal Incomplete Compiler Collection</subtitle>
<id>https://reichwein.it/cgit/minicc.git/atom?h=master</id>
<link rel='self' href='https://reichwein.it/cgit/minicc.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://reichwein.it/cgit/minicc.git/'/>
<updated>2020-11-28T12:41:39Z</updated>
<entry>
<title>Complete: Shift Left and Shift Right</title>
<updated>2020-11-28T12:41:39Z</updated>
<author>
<name>Roland Reichwein</name>
<email>mail@reichwein.it</email>
</author>
<published>2020-11-28T12:41:39Z</published>
<link rel='alternate' type='text/html' href='https://reichwein.it/cgit/minicc.git/commit/?id=d7b8b5c0b8751caf5b51622f2329b363ecabc267'/>
<id>urn:sha1:d7b8b5c0b8751caf5b51622f2329b363ecabc267</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implemented MOVSX - Move With Sign-Extension</title>
<updated>2020-11-28T11:38:49Z</updated>
<author>
<name>Roland Reichwein</name>
<email>mail@reichwein.it</email>
</author>
<published>2020-11-28T11:38:49Z</published>
<link rel='alternate' type='text/html' href='https://reichwein.it/cgit/minicc.git/commit/?id=a632cce380a853f5400111e19e1380982ed8a7fd'/>
<id>urn:sha1:a632cce380a853f5400111e19e1380982ed8a7fd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implemented SETcc - Set Byte On Condition</title>
<updated>2020-11-28T11:08:10Z</updated>
<author>
<name>Roland Reichwein</name>
<email>mail@reichwein.it</email>
</author>
<published>2020-11-28T11:08:10Z</published>
<link rel='alternate' type='text/html' href='https://reichwein.it/cgit/minicc.git/commit/?id=108569319d85a1832700f70ae6c93d7e926dfa92'/>
<id>urn:sha1:108569319d85a1832700f70ae6c93d7e926dfa92</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implemented CMOVcc - Conditional Move</title>
<updated>2020-11-28T10:53:02Z</updated>
<author>
<name>Roland Reichwein</name>
<email>mail@reichwein.it</email>
</author>
<published>2020-11-28T10:53:02Z</published>
<link rel='alternate' type='text/html' href='https://reichwein.it/cgit/minicc.git/commit/?id=f82ed28acbbbf10a243e44dcbc4ddeebc0dde446'/>
<id>urn:sha1:f82ed28acbbbf10a243e44dcbc4ddeebc0dde446</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added CMP</title>
<updated>2020-11-27T21:51:50Z</updated>
<author>
<name>Roland Reichwein</name>
<email>mail@reichwein.it</email>
</author>
<published>2020-11-27T21:51:50Z</published>
<link rel='alternate' type='text/html' href='https://reichwein.it/cgit/minicc.git/commit/?id=541a2dffdcb02063f71d21af22aebbd293c9e49f'/>
<id>urn:sha1:541a2dffdcb02063f71d21af22aebbd293c9e49f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implement shl reg, cl</title>
<updated>2020-11-24T22:04:36Z</updated>
<author>
<name>Roland Reichwein</name>
<email>mail@reichwein.it</email>
</author>
<published>2020-11-24T22:04:36Z</published>
<link rel='alternate' type='text/html' href='https://reichwein.it/cgit/minicc.git/commit/?id=f9885f48fc968c4122f2ed231a7a48938cc7206c'/>
<id>urn:sha1:f9885f48fc968c4122f2ed231a7a48938cc7206c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implement Shift Left (WIP)</title>
<updated>2020-11-24T09:00:47Z</updated>
<author>
<name>Roland Reichwein</name>
<email>mail@reichwein.it</email>
</author>
<published>2020-11-24T09:00:47Z</published>
<link rel='alternate' type='text/html' href='https://reichwein.it/cgit/minicc.git/commit/?id=926b44301aa339b7a204f709959ee44b6ee95902'/>
<id>urn:sha1:926b44301aa339b7a204f709959ee44b6ee95902</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add Subtract, generalized binary operations</title>
<updated>2020-11-23T21:01:49Z</updated>
<author>
<name>Roland Reichwein</name>
<email>mail@reichwein.it</email>
</author>
<published>2020-11-23T21:01:49Z</published>
<link rel='alternate' type='text/html' href='https://reichwein.it/cgit/minicc.git/commit/?id=61db05a4127790da3219fccce87c34aa890d1d08'/>
<id>urn:sha1:61db05a4127790da3219fccce87c34aa890d1d08</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Generalize Add / Mul, Integer promotion, tests</title>
<updated>2020-11-22T21:14:23Z</updated>
<author>
<name>Roland Reichwein</name>
<email>mail@reichwein.it</email>
</author>
<published>2020-11-22T21:14:23Z</published>
<link rel='alternate' type='text/html' href='https://reichwein.it/cgit/minicc.git/commit/?id=ff69e8cab318101843cd8b49a0cb04df9763e10f'/>
<id>urn:sha1:ff69e8cab318101843cd8b49a0cb04df9763e10f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix frame pointer - pop was too early</title>
<updated>2020-11-22T13:09:58Z</updated>
<author>
<name>Roland Reichwein</name>
<email>mail@reichwein.it</email>
</author>
<published>2020-11-22T13:09:58Z</published>
<link rel='alternate' type='text/html' href='https://reichwein.it/cgit/minicc.git/commit/?id=fd8517e10937a5b72ed839ce900306f281d74b7d'/>
<id>urn:sha1:fd8517e10937a5b72ed839ce900306f281d74b7d</id>
<content type='text'>
</content>
</entry>
</feed>
