<feed xmlns='http://www.w3.org/2005/Atom'>
<title>cisc-0.2, branch rev1</title>
<subtitle>An emulator for the Sux instruction set.</subtitle>
<id>https://git.b0nk.xyz/cisc-0.2.git/atom?h=rev1</id>
<link rel='self' href='https://git.b0nk.xyz/cisc-0.2.git/atom?h=rev1'/>
<link rel='alternate' type='text/html' href='https://git.b0nk.xyz/cisc-0.2.git/'/>
<updated>2019-11-26T19:22:17Z</updated>
<entry>
<title>rev1 of Sux has been completed!</title>
<updated>2019-11-26T19:22:17Z</updated>
<author>
<name>mrb0nk500</name>
<email>b0nk@b0nk.xyz</email>
</author>
<published>2019-11-26T19:22:17Z</published>
<link rel='alternate' type='text/html' href='https://git.b0nk.xyz/cisc-0.2.git/commit/?id=10ec62e8025eb43d1a096fb0962049670c3c148c'/>
<id>urn:sha1:10ec62e8025eb43d1a096fb0962049670c3c148c</id>
<content type='text'>
I have now implemented BRK, and RTI.
Also, BieHDC, and I will both be working on rev2.
</content>
</entry>
<entry>
<title>Revamped the entire emulator.</title>
<updated>2019-11-26T05:33:20Z</updated>
<author>
<name>mrb0nk500</name>
<email>b0nk@b0nk.xyz</email>
</author>
<published>2019-11-26T05:33:20Z</published>
<link rel='alternate' type='text/html' href='https://git.b0nk.xyz/cisc-0.2.git/commit/?id=c1e735ec8b0481c1ebc631cd495a10f72e47ba32'/>
<id>urn:sha1:c1e735ec8b0481c1ebc631cd495a10f72e47ba32</id>
<content type='text'>
I finally implemented the other addressing modes, and
added a Makefile.
Not sure when I will start work on rev2 of Sux, but it
will be sometime soon.
</content>
</entry>
<entry>
<title>Fixed some bugs in some instructions.</title>
<updated>2019-11-20T22:35:38Z</updated>
<author>
<name>mrb0nk500</name>
<email>b0nk@b0nk.xyz</email>
</author>
<published>2019-11-20T22:35:38Z</published>
<link rel='alternate' type='text/html' href='https://git.b0nk.xyz/cisc-0.2.git/commit/?id=988c81ae76ab0da47db8938c14865d6e5b3a8024'/>
<id>urn:sha1:988c81ae76ab0da47db8938c14865d6e5b3a8024</id>
<content type='text'>
Fixed stack based instructions.
Fixed the rotate instructions.
Added carry to the shift instructions.
</content>
</entry>
<entry>
<title>The emulator is working!!!</title>
<updated>2019-11-18T04:04:31Z</updated>
<author>
<name>mrb0nk500</name>
<email>b0nk@b0nk.xyz</email>
</author>
<published>2019-11-18T04:04:31Z</published>
<link rel='alternate' type='text/html' href='https://git.b0nk.xyz/cisc-0.2.git/commit/?id=c42888e7e09b0a45c6b02534829eac06506834a6'/>
<id>urn:sha1:c42888e7e09b0a45c6b02534829eac06506834a6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implemented memory based instructions, and removed</title>
<updated>2019-11-16T18:16:38Z</updated>
<author>
<name>mrb0nk500</name>
<email>b0nk@b0nk.xyz</email>
</author>
<published>2019-11-16T18:16:38Z</published>
<link rel='alternate' type='text/html' href='https://git.b0nk.xyz/cisc-0.2.git/commit/?id=f070b984f4d1af513d215bd24e6b1951e3ee86cb'/>
<id>urn:sha1:f070b984f4d1af513d215bd24e6b1951e3ee86cb</id>
<content type='text'>
some unneeded instructions.
</content>
</entry>
<entry>
<title>Actually set the Processor Status flags correctly, and</title>
<updated>2019-11-13T17:06:03Z</updated>
<author>
<name>mrb0nk500</name>
<email>b0nk@b0nk.xyz</email>
</author>
<published>2019-11-13T17:06:03Z</published>
<link rel='alternate' type='text/html' href='https://git.b0nk.xyz/cisc-0.2.git/commit/?id=d3879906fb63fdeab9d28f651d2242eade251402'/>
<id>urn:sha1:d3879906fb63fdeab9d28f651d2242eade251402</id>
<content type='text'>
revamp some other stuff.
</content>
</entry>
<entry>
<title>Started work on simultanious multithreading, and branching.</title>
<updated>2019-11-12T01:43:05Z</updated>
<author>
<name>mrb0nk500</name>
<email>b0nk@b0nk.xyz</email>
</author>
<published>2019-11-12T01:43:05Z</published>
<link rel='alternate' type='text/html' href='https://git.b0nk.xyz/cisc-0.2.git/commit/?id=a5c33b00e110928e86fa08f91f8ccab86b9a9eb1'/>
<id>urn:sha1:a5c33b00e110928e86fa08f91f8ccab86b9a9eb1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added more instructions to the ALU.</title>
<updated>2019-11-11T20:07:42Z</updated>
<author>
<name>mrb0nk500</name>
<email>b0nk@b0nk.xyz</email>
</author>
<published>2019-11-11T20:07:42Z</published>
<link rel='alternate' type='text/html' href='https://git.b0nk.xyz/cisc-0.2.git/commit/?id=e3fc06b083598f244b3949e06d4ffbd3d2b235cc'/>
<id>urn:sha1:e3fc06b083598f244b3949e06d4ffbd3d2b235cc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added comments in opcode.h, and started work on the</title>
<updated>2019-11-11T18:27:17Z</updated>
<author>
<name>mrb0nk500</name>
<email>b0nk@b0nk.xyz</email>
</author>
<published>2019-11-11T18:27:17Z</published>
<link rel='alternate' type='text/html' href='https://git.b0nk.xyz/cisc-0.2.git/commit/?id=03cf68ff44084f76de7eae2fe93731312f493eb7'/>
<id>urn:sha1:03cf68ff44084f76de7eae2fe93731312f493eb7</id>
<content type='text'>
Sux emulator.
</content>
</entry>
<entry>
<title>Initial commit.</title>
<updated>2019-11-10T18:55:44Z</updated>
<author>
<name>mrb0nk500</name>
<email>b0nk@b0nk.xyz</email>
</author>
<published>2019-11-10T18:55:44Z</published>
<link rel='alternate' type='text/html' href='https://git.b0nk.xyz/cisc-0.2.git/commit/?id=1a8c15676cc6aea4a5527d729489e523816cae04'/>
<id>urn:sha1:1a8c15676cc6aea4a5527d729489e523816cae04</id>
<content type='text'>
</content>
</entry>
</feed>
