<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libasm.git/main.c, branch master</title>
<subtitle>School project: Introduction to assembly, small x86_64 lib
</subtitle>
<link rel='alternate' type='text/html' href='https://git.cacharle.com/libasm.git/'/>
<entry>
<title>Added ft_list_remove_if</title>
<updated>2020-02-08T20:17:22+00:00</updated>
<author>
<name>Charles</name>
<email>sircharlesaze@gmail.com</email>
</author>
<published>2020-02-08T03:44:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cacharle.com/libasm.git/commit/?id=fcc8ce8503f42980e6e8ed390363c8e8dc961363'/>
<id>fcc8ce8503f42980e6e8ed390363c8e8dc961363</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added ft_list_sort.s</title>
<updated>2020-02-08T02:18:05+00:00</updated>
<author>
<name>Charles</name>
<email>sircharlesaze@gmail.com</email>
</author>
<published>2020-02-06T22:45:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cacharle.com/libasm.git/commit/?id=56150213f54af9a37abf8a1a719d51eb4491087c'/>
<id>56150213f54af9a37abf8a1a719d51eb4491087c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ft_atoi_base.s kinda done</title>
<updated>2019-11-25T02:37:45+00:00</updated>
<author>
<name>Charles</name>
<email>sircharlesaze@gmail.com</email>
</author>
<published>2019-11-25T02:37:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cacharle.com/libasm.git/commit/?id=9af248e8a78f111a39d507f199d56eb8af6e52d6'/>
<id>9af248e8a78f111a39d507f199d56eb8af6e52d6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ft_atoi_base with calling convention is better, still need to handle negative</title>
<updated>2019-11-23T03:43:37+00:00</updated>
<author>
<name>Charles</name>
<email>sircharlesaze@gmail.com</email>
</author>
<published>2019-11-23T03:43:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cacharle.com/libasm.git/commit/?id=c0bcb694bbcef0273d6e6fa93854ce6a10432b87'/>
<id>c0bcb694bbcef0273d6e6fa93854ce6a10432b87</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>refactored mandatory functions, to respect c calling convention</title>
<updated>2019-11-23T01:54:37+00:00</updated>
<author>
<name>Charles</name>
<email>sircharlesaze@gmail.com</email>
</author>
<published>2019-11-23T01:54:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cacharle.com/libasm.git/commit/?id=b4b6364c2fc4b14a0aaac406891c3880243a9733'/>
<id>b4b6364c2fc4b14a0aaac406891c3880243a9733</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Compiling with nasm</title>
<updated>2019-11-22T23:28:03+00:00</updated>
<author>
<name>Charles</name>
<email>sircharlesaze@gmail.com</email>
</author>
<published>2019-11-22T23:28:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cacharle.com/libasm.git/commit/?id=c90117251f11e03452ae9808ff8626016c7958a1'/>
<id>c90117251f11e03452ae9808ff8626016c7958a1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ft_atoi_base without the actual base, ft_list_push_front, ft_list_size</title>
<updated>2019-11-22T20:20:22+00:00</updated>
<author>
<name>Charles</name>
<email>sircharlesaze@gmail.com</email>
</author>
<published>2019-11-22T20:20:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cacharle.com/libasm.git/commit/?id=8e3a5ac569a3ccc1101b58fe8ef673f02b4961fb'/>
<id>8e3a5ac569a3ccc1101b58fe8ef673f02b4961fb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ft_atoi_base.s without the negative and base part</title>
<updated>2019-11-22T04:21:31+00:00</updated>
<author>
<name>Charles</name>
<email>sircharlesaze@gmail.com</email>
</author>
<published>2019-11-22T04:21:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cacharle.com/libasm.git/commit/?id=ef74d8b236ba8c62ddb190ce64ea3d8b593ad1eb'/>
<id>ef74d8b236ba8c62ddb190ce64ea3d8b593ad1eb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ft_strdup.s and Makefile</title>
<updated>2019-11-22T02:18:48+00:00</updated>
<author>
<name>Charles</name>
<email>sircharlesaze@gmail.com</email>
</author>
<published>2019-11-22T02:05:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cacharle.com/libasm.git/commit/?id=a917ec555ef8419bf638d6b8f87c965dff96e9e1'/>
<id>a917ec555ef8419bf638d6b8f87c965dff96e9e1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>strcpy, strcmp, write, read</title>
<updated>2019-11-22T01:35:31+00:00</updated>
<author>
<name>Charles</name>
<email>sircharlesaze@gmail.com</email>
</author>
<published>2019-11-22T01:35:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cacharle.com/libasm.git/commit/?id=b22183ba021d9ab3418d8f47545708597247e583'/>
<id>b22183ba021d9ab3418d8f47545708597247e583</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
