<feed xmlns='http://www.w3.org/2005/Atom'>
<title>cisc-0.2, branch new-instruction-handler</title>
<subtitle>An emulator for the Sux instruction set.</subtitle>
<id>https://git.b0nk.xyz/cisc-0.2.git/atom?h=new-instruction-handler</id>
<link rel='self' href='https://git.b0nk.xyz/cisc-0.2.git/atom?h=new-instruction-handler'/>
<link rel='alternate' type='text/html' href='https://git.b0nk.xyz/cisc-0.2.git/'/>
<updated>2022-02-18T14:05:01Z</updated>
<entry>
<title>igen: Fixed a typo in `lex_comp_stmt()`.</title>
<updated>2022-02-18T14:05:01Z</updated>
<author>
<name>mrb0nk500</name>
<email>b0nk@b0nk.xyz</email>
</author>
<published>2022-02-18T14:01:49Z</published>
<link rel='alternate' type='text/html' href='https://git.b0nk.xyz/cisc-0.2.git/commit/?id=f00dcc0b9d2588936d8a64dcfa64620a07a05c6d'/>
<id>urn:sha1:f00dcc0b9d2588936d8a64dcfa64620a07a05c6d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>igen: Add Makefile.</title>
<updated>2022-02-18T14:05:01Z</updated>
<author>
<name>mrb0nk500</name>
<email>b0nk@b0nk.xyz</email>
</author>
<published>2022-02-18T01:16:58Z</published>
<link rel='alternate' type='text/html' href='https://git.b0nk.xyz/cisc-0.2.git/commit/?id=bb88d7c8640a89ed943773ff5b7c34a67377fc9d'/>
<id>urn:sha1:bb88d7c8640a89ed943773ff5b7c34a67377fc9d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>igen: Fixed some compilation errors, and warnings.</title>
<updated>2022-02-18T14:05:01Z</updated>
<author>
<name>mrb0nk500</name>
<email>b0nk@b0nk.xyz</email>
</author>
<published>2022-02-18T01:15:59Z</published>
<link rel='alternate' type='text/html' href='https://git.b0nk.xyz/cisc-0.2.git/commit/?id=ab0517cc4a6077c756d03c7c19311f5bd841d856'/>
<id>urn:sha1:ab0517cc4a6077c756d03c7c19311f5bd841d856</id>
<content type='text'>
</content>
</entry>
<entry>
<title>igen: Did some more work on it.</title>
<updated>2022-02-18T14:05:01Z</updated>
<author>
<name>mrb0nk500</name>
<email>b0nk@b0nk.xyz</email>
</author>
<published>2022-02-17T20:42:31Z</published>
<link rel='alternate' type='text/html' href='https://git.b0nk.xyz/cisc-0.2.git/commit/?id=524cfc23b15e1067076e45b056cb1d84e87e66cb'/>
<id>urn:sha1:524cfc23b15e1067076e45b056cb1d84e87e66cb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>igen: Start work on writing a preprocessor.</title>
<updated>2022-02-18T14:05:01Z</updated>
<author>
<name>mrb0nk500</name>
<email>b0nk@b0nk.xyz</email>
</author>
<published>2022-02-16T21:05:00Z</published>
<link rel='alternate' type='text/html' href='https://git.b0nk.xyz/cisc-0.2.git/commit/?id=5f753ddee7d935e0ba4750a6a8c26fe056c77612'/>
<id>urn:sha1:5f753ddee7d935e0ba4750a6a8c26fe056c77612</id>
<content type='text'>
</content>
</entry>
<entry>
<title>igen: Start work on a better lexer.</title>
<updated>2022-02-18T14:05:01Z</updated>
<author>
<name>mrb0nk500</name>
<email>b0nk@b0nk.xyz</email>
</author>
<published>2022-02-15T22:49:29Z</published>
<link rel='alternate' type='text/html' href='https://git.b0nk.xyz/cisc-0.2.git/commit/?id=722c7f08e409d1f6f3a26bda666c15d7082f52e3'/>
<id>urn:sha1:722c7f08e409d1f6f3a26bda666c15d7082f52e3</id>
<content type='text'>
The other one I was about to do would've been harder
to read, and understand.

So, I've decided to write a more readable version.
</content>
</entry>
<entry>
<title>igen: Start work on writing an instruction handler</title>
<updated>2022-02-14T00:20:59Z</updated>
<author>
<name>mrb0nk500</name>
<email>b0nk@b0nk.xyz</email>
</author>
<published>2022-02-14T00:20:59Z</published>
<link rel='alternate' type='text/html' href='https://git.b0nk.xyz/cisc-0.2.git/commit/?id=f478e6c1223cc8370fa51d44b9244ec25be99788'/>
<id>urn:sha1:f478e6c1223cc8370fa51d44b9244ec25be99788</id>
<content type='text'>
generator.

This will make it easier in the long run to modify
instructions, add new instructions, and move the opcode
tables around.
</content>
</entry>
<entry>
<title>sux.h: Add bitmask for b register addressing mode.</title>
<updated>2022-02-14T00:16:43Z</updated>
<author>
<name>mrb0nk500</name>
<email>b0nk@b0nk.xyz</email>
</author>
<published>2022-02-14T00:16:43Z</published>
<link rel='alternate' type='text/html' href='https://git.b0nk.xyz/cisc-0.2.git/commit/?id=6833f6bc2a5730169084c74d8e8fc0b76666b2a0'/>
<id>urn:sha1:6833f6bc2a5730169084c74d8e8fc0b76666b2a0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>sux.{c,h}, opcode.h, disasm.c: Add code to use the new</title>
<updated>2022-02-09T17:45:26Z</updated>
<author>
<name>mrb0nk500</name>
<email>b0nk@b0nk.xyz</email>
</author>
<published>2022-02-09T17:45:26Z</published>
<link rel='alternate' type='text/html' href='https://git.b0nk.xyz/cisc-0.2.git/commit/?id=8d9190cb14f287193196f422d49dbca0809980c7'/>
<id>urn:sha1:8d9190cb14f287193196f422d49dbca0809980c7</id>
<content type='text'>
instruction handler for reading the interrupt vectors.
</content>
</entry>
<entry>
<title>sux.h: Fix some bugs in the interrupt bitmasks.</title>
<updated>2022-02-09T17:42:58Z</updated>
<author>
<name>mrb0nk500</name>
<email>b0nk@b0nk.xyz</email>
</author>
<published>2022-02-09T17:41:21Z</published>
<link rel='alternate' type='text/html' href='https://git.b0nk.xyz/cisc-0.2.git/commit/?id=b9fdf56717af2a9e7c9224610082bb026c86a87e'/>
<id>urn:sha1:b9fdf56717af2a9e7c9224610082bb026c86a87e</id>
<content type='text'>
</content>
</entry>
</feed>
