21 lines
814 B
PHP
21 lines
814 B
PHP
|
<h1 style="margin-bottom: 0;">Aiko</h1>
|
||
|
<a href="./">Home</a> -
|
||
|
<a href="//github.com/flashwave/aiko">Source</a>
|
||
|
<hr/>
|
||
|
<p>Aiko is a thing that can run 6502 code.</p>
|
||
|
<p><a href="./Release.zip">Download for .NET Framework 4.7.2</a> (will go down when a proper download page exists)</p>
|
||
|
<script type="text/javascript">
|
||
|
var _paq = window._paq || [];
|
||
|
_paq.push(['disableCookies']);
|
||
|
_paq.push(['trackPageView']);
|
||
|
_paq.push(['enableLinkTracking']);
|
||
|
(function() {
|
||
|
_paq.push(['setTrackerUrl', '//uiharu.railgun.sh/mtm']);
|
||
|
_paq.push(['setSiteId', 'w4PqjBGmOL5l']);
|
||
|
var g = document.createElement('script');
|
||
|
g.type = 'text/javascript'; g.async = true;
|
||
|
g.defer = true; g.src = '//uiharu.railgun.sh/mtm.js';
|
||
|
document.head.appendChild(g);
|
||
|
})();
|
||
|
</script>
|