<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mos6502, branch main</title>
<subtitle>MOS6502 emulator written in Rust.
</subtitle>
<id>http://git.sophieforrest.com/mos6502/atom?h=main</id>
<link rel='self' href='http://git.sophieforrest.com/mos6502/atom?h=main'/>
<link rel='alternate' type='text/html' href='http://git.sophieforrest.com/mos6502/'/>
<updated>2024-10-04T12:38:15+00:00</updated>
<entry>
<title>feat: implement JSR instruction</title>
<updated>2024-10-04T12:38:15+00:00</updated>
<author>
<name>Sophie Forrest</name>
<email>git@sophieforrest.com</email>
</author>
<published>2024-10-04T12:38:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.sophieforrest.com/mos6502/commit/?id=c4fbf6746a067eb1db7a836a52024539dde26af1'/>
<id>urn:sha1:c4fbf6746a067eb1db7a836a52024539dde26af1</id>
<content type='text'>
I decided to pull in byteorder to ease up some of the work here.
Additionally, the test program has been modified, and I've added a todo
for the LDR Absolute instruction.
</content>
</entry>
<entry>
<title>feat: implement logging in cpu</title>
<updated>2024-10-04T11:22:00+00:00</updated>
<author>
<name>Sophie Forrest</name>
<email>git@sophieforrest.com</email>
</author>
<published>2024-10-04T11:22:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.sophieforrest.com/mos6502/commit/?id=48ac2fa41c8da78cc4c26a5175476b972f1663da'/>
<id>urn:sha1:48ac2fa41c8da78cc4c26a5175476b972f1663da</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat: add logging</title>
<updated>2024-10-04T10:46:51+00:00</updated>
<author>
<name>Sophie Forrest</name>
<email>git@sophieforrest.com</email>
</author>
<published>2024-10-04T10:46:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.sophieforrest.com/mos6502/commit/?id=f6afe603e76e92413b875478ac1eb9fc9a2012d8'/>
<id>urn:sha1:f6afe603e76e92413b875478ac1eb9fc9a2012d8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat(instruction): add derives</title>
<updated>2024-10-04T10:46:26+00:00</updated>
<author>
<name>Sophie Forrest</name>
<email>git@sophieforrest.com</email>
</author>
<published>2024-10-04T10:46:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.sophieforrest.com/mos6502/commit/?id=21d0fe6f99c81308fdb392ff8033f09dff90c46c'/>
<id>urn:sha1:21d0fe6f99c81308fdb392ff8033f09dff90c46c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>chore: update gitignore</title>
<updated>2024-10-04T10:28:58+00:00</updated>
<author>
<name>Sophie Forrest</name>
<email>git@sophieforrest.com</email>
</author>
<published>2024-10-04T10:28:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.sophieforrest.com/mos6502/commit/?id=18e17a549ff44c8b79b439de565d69eba1d3307c'/>
<id>urn:sha1:18e17a549ff44c8b79b439de565d69eba1d3307c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>chore: delete pre-commit-config</title>
<updated>2024-10-04T10:28:05+00:00</updated>
<author>
<name>Sophie Forrest</name>
<email>git@sophieforrest.com</email>
</author>
<published>2024-10-04T10:28:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.sophieforrest.com/mos6502/commit/?id=82493db2cc1f84ae922cf0356be9e003386f112c'/>
<id>urn:sha1:82493db2cc1f84ae922cf0356be9e003386f112c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat: refactor tooling</title>
<updated>2024-10-04T10:25:44+00:00</updated>
<author>
<name>Sophie Forrest</name>
<email>git@sophieforrest.com</email>
</author>
<published>2024-10-04T10:25:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.sophieforrest.com/mos6502/commit/?id=1f82a90833990db8efe6111f89a9126a2fde74c5'/>
<id>urn:sha1:1f82a90833990db8efe6111f89a9126a2fde74c5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>chore: direnv .envrc</title>
<updated>2024-02-08T13:12:06+00:00</updated>
<author>
<name>Sophie Forrest</name>
<email>57433227+sophieforrest@users.noreply.github.com</email>
</author>
<published>2024-02-08T13:12:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.sophieforrest.com/mos6502/commit/?id=d58a4d4ec245ea336b0e8b93e5ae3907b39395b4'/>
<id>urn:sha1:d58a4d4ec245ea336b0e8b93e5ae3907b39395b4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>chore: add flake</title>
<updated>2024-02-08T13:11:59+00:00</updated>
<author>
<name>Sophie Forrest</name>
<email>57433227+sophieforrest@users.noreply.github.com</email>
</author>
<published>2024-02-08T13:11:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.sophieforrest.com/mos6502/commit/?id=62bc96992d37a61dfdc4372ae4f76dd239ac72b9'/>
<id>urn:sha1:62bc96992d37a61dfdc4372ae4f76dd239ac72b9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>chore: change lints to warn instead of deny</title>
<updated>2024-02-08T13:11:47+00:00</updated>
<author>
<name>Sophie Forrest</name>
<email>57433227+sophieforrest@users.noreply.github.com</email>
</author>
<published>2024-02-08T13:11:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.sophieforrest.com/mos6502/commit/?id=0df4bf9f1a30e9de53540f24ebfc25b1d9870065'/>
<id>urn:sha1:0df4bf9f1a30e9de53540f24ebfc25b1d9870065</id>
<content type='text'>
Having these set to deny can cause problems with the nix build in package deps.
</content>
</entry>
</feed>
