<feed xmlns='http://www.w3.org/2005/Atom'>
<title>AGH-engineering-thesis/tools, branch master</title>
<subtitle>Code related to my engineering thesis at AGH University of Science and Technology in Kraków, Poland</subtitle>
<id>https://git.koszko.org/AGH-engineering-thesis/atom?h=master</id>
<link rel='self' href='https://git.koszko.org/AGH-engineering-thesis/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.koszko.org/AGH-engineering-thesis/'/>
<updated>2020-12-29T18:52:00Z</updated>
<entry>
<title>add a C program for translating binary files to format understood by Verilog</title>
<updated>2020-12-29T18:52:00Z</updated>
<author>
<name>Wojciech Kosior</name>
<email>kwojtus@protonmail.com</email>
</author>
<published>2020-12-29T18:52:00Z</published>
<link rel='alternate' type='text/html' href='https://git.koszko.org/AGH-engineering-thesis/commit/?id=5b6a3f3b216939a11ed1978d7da4dd6bbe4edc2a'/>
<id>urn:sha1:5b6a3f3b216939a11ed1978d7da4dd6bbe4edc2a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>write Wasm code, that can print a number on the screen</title>
<updated>2020-11-23T13:56:03Z</updated>
<author>
<name>Wojciech Kosior</name>
<email>kwojtus@protonmail.com</email>
</author>
<published>2020-11-23T13:56:03Z</published>
<link rel='alternate' type='text/html' href='https://git.koszko.org/AGH-engineering-thesis/commit/?id=c5e3ee1d1c445f799e3cdfeee57ae8cfa3412743'/>
<id>urn:sha1:c5e3ee1d1c445f799e3cdfeee57ae8cfa3412743</id>
<content type='text'>
</content>
</entry>
<entry>
<title>translate webasm block of instructions + put instruction names as comments in generated code</title>
<updated>2020-10-08T17:18:43Z</updated>
<author>
<name>Wojciech Kosior</name>
<email>kwojtus@protonmail.com</email>
</author>
<published>2020-10-08T17:18:43Z</published>
<link rel='alternate' type='text/html' href='https://git.koszko.org/AGH-engineering-thesis/commit/?id=5e04a9626e2986fc40825d15cb09a274223381e9'/>
<id>urn:sha1:5e04a9626e2986fc40825d15cb09a274223381e9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add translation of relational operations and loops</title>
<updated>2020-10-06T16:49:05Z</updated>
<author>
<name>Wojciech Kosior</name>
<email>kwojtus@protonmail.com</email>
</author>
<published>2020-10-06T16:49:05Z</published>
<link rel='alternate' type='text/html' href='https://git.koszko.org/AGH-engineering-thesis/commit/?id=63a2cced4238af7d171e0b8807d887c435b4656b'/>
<id>urn:sha1:63a2cced4238af7d171e0b8807d887c435b4656b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add translation of br_if instruction</title>
<updated>2020-10-06T09:11:24Z</updated>
<author>
<name>Wojciech Kosior</name>
<email>kwojtus@protonmail.com</email>
</author>
<published>2020-10-06T09:11:24Z</published>
<link rel='alternate' type='text/html' href='https://git.koszko.org/AGH-engineering-thesis/commit/?id=1741bee182f115d899bd31642b32f70b0c7ed32f'/>
<id>urn:sha1:1741bee182f115d899bd31642b32f70b0c7ed32f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fixes, add_sp instruciton and translation of br instruction from wasm</title>
<updated>2020-10-05T12:24:00Z</updated>
<author>
<name>Wojciech Kosior</name>
<email>kwojtus@protonmail.com</email>
</author>
<published>2020-10-05T12:23:47Z</published>
<link rel='alternate' type='text/html' href='https://git.koszko.org/AGH-engineering-thesis/commit/?id=7ddb4265d30ef30df6e7098c979334109378357c'/>
<id>urn:sha1:7ddb4265d30ef30df6e7098c979334109378357c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fixes, conditional if-not jump and translation of if-else instruction from wasm</title>
<updated>2020-10-05T08:13:38Z</updated>
<author>
<name>Wojciech Kosior</name>
<email>kwojtus@protonmail.com</email>
</author>
<published>2020-10-03T19:45:24Z</published>
<link rel='alternate' type='text/html' href='https://git.koszko.org/AGH-engineering-thesis/commit/?id=7a61f213fb9be8ab7f9bd0fb33940b21fa143b05'/>
<id>urn:sha1:7a61f213fb9be8ab7f9bd0fb33940b21fa143b05</id>
<content type='text'>
</content>
</entry>
<entry>
<title>perform type checking of translated instructions</title>
<updated>2020-09-22T14:00:53Z</updated>
<author>
<name>Wojciech Kosior</name>
<email>kwojtus@protonmail.com</email>
</author>
<published>2020-09-22T14:00:53Z</published>
<link rel='alternate' type='text/html' href='https://git.koszko.org/AGH-engineering-thesis/commit/?id=c548c0ce5b2e7ca2784257966ebdd386e1f31218'/>
<id>urn:sha1:c548c0ce5b2e7ca2784257966ebdd386e1f31218</id>
<content type='text'>
</content>
</entry>
<entry>
<title>point out the fact, that only one value type is supported for now</title>
<updated>2020-09-21T15:51:41Z</updated>
<author>
<name>Wojciech Kosior</name>
<email>kwojtus@protonmail.com</email>
</author>
<published>2020-09-21T15:51:41Z</published>
<link rel='alternate' type='text/html' href='https://git.koszko.org/AGH-engineering-thesis/commit/?id=91da5622c92020262d04c5624ff801243e827323'/>
<id>urn:sha1:91da5622c92020262d04c5624ff801243e827323</id>
<content type='text'>
</content>
</entry>
<entry>
<title>use function pointer array in Wasm opcode translation</title>
<updated>2020-09-21T15:47:22Z</updated>
<author>
<name>Wojciech Kosior</name>
<email>kwojtus@protonmail.com</email>
</author>
<published>2020-09-21T15:47:22Z</published>
<link rel='alternate' type='text/html' href='https://git.koszko.org/AGH-engineering-thesis/commit/?id=155e9b30b135a99b42e0f42e9062c266f527df4b'/>
<id>urn:sha1:155e9b30b135a99b42e0f42e9062c266f527df4b</id>
<content type='text'>
</content>
</entry>
</feed>
