<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emu_nes/converter.py, branch master</title>
<subtitle>An NES emulator for learning how the 6502 and similar computers of the era worked</subtitle>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/emu_nes/'/>
<entry>
<title>remove opcode json converter helper scripts</title>
<updated>2024-06-11T09:13:41+00:00</updated>
<author>
<name>vin</name>
<email>git@vineetk.net</email>
</author>
<published>2024-06-11T09:13:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/emu_nes/commit/?id=142e35ff696d00b5ecd00be7ecd233bb9cec3be3'/>
<id>142e35ff696d00b5ecd00be7ecd233bb9cec3be3</id>
<content type='text'>
They were only used to automate writing the boilerplate for each
instruction. They're not needed at the moment and they were using
65c02 instructions instead of 6502 anyways.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
They were only used to automate writing the boilerplate for each
instruction. They're not needed at the moment and they were using
65c02 instructions instead of 6502 anyways.
</pre>
</div>
</content>
</entry>
<entry>
<title>programmatically create switch cases for opcodes based on opcode json</title>
<updated>2024-06-09T07:38:31+00:00</updated>
<author>
<name>vin</name>
<email>git@vineetk.net</email>
</author>
<published>2024-06-09T07:26:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/emu_nes/commit/?id=207c6903f57f2364770c466dbe9807581ef96dc5'/>
<id>207c6903f57f2364770c466dbe9807581ef96dc5</id>
<content type='text'>
The JSON is from https://github.com/ericTheEchidna/65C02-JSON/ and
saved me a lot of time from writing the cases for each opcode by hand.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The JSON is from https://github.com/ericTheEchidna/65C02-JSON/ and
saved me a lot of time from writing the cases for each opcode by hand.
</pre>
</div>
</content>
</entry>
</feed>
