oldcomputernerd.com/md/Atari/index.md

61 lines
1.7 KiB
Markdown
Raw Normal View History

2025-01-15 19:10:09 +00:00
## The Atari Page
2025-01-17 10:41:16 +00:00
<pre class="atari">
2025-01-17 12:20:37 +00:00
$$ $$$$$ $$
$$ $$$$$ $$
.$$ $$$$$ $$.
:$$ $$$$$ $$:
$$$ $$$$$ $$$
$$$ $$$$$ $$$
,$$$ $$$$$ $$$.
,$$$$ $$$$$ $$$$.
,$$$$; $$$$$ :$$$$.
,$$$$$ $$$$$ $$$$$.
,$$$$$$' $$$$$ `$$$$$$.
,$$$$$$$' $$$$$ `$$$$$$$.
,s$$$$$$$' $$$$$ `$$$$$$$s.
$$$$$$$$$' $$$$$ `$$$$$$$$$
$$$$$Y' $$$$$ `Y$$$$$
2025-01-17 10:41:16 +00:00
</pre>
2025-01-17 14:47:15 +00:00
<div class="row">
<div class="column-tabular tabular-left">
<!-- <h3>Topic</h3> -->
<p>Websites</p>
</div>
<div class="column-tabular full-right">
<!-- <h3>Notes</h3> -->
<p><a href="https://atariwiki.org/wiki/">Atari Wiki</a></p>
<p><a href="https://www.atariarchives.org/">Atari Archives</a></p>
<p><a href="https://www.atarimagazines.com/">Atari Magazines</a></p>
<p><a href="http://www.atarimania.com/list_documents_atari-400-800-xl-xe-_8.html">AtariMania</a></p>
<p><a href="https://forums.atariage.com/forum/12-atari-8-bit-computers/">AtariAge Forums</a></p>
[Atari Forever](https://gury.atari8.info/list.php?src=4&ch=a&th=0)
</div>
</div>
<div class="row">
<div class="column-tabular tabular-left">
<p>My Projects</p>
<p></p>
</div>
<div class="column-tabular full-right">
<p><a href="./basic.md">MVS BASIC/360 on my TK5 Instance</a></p>
</div>
</div>
2025-01-15 19:10:09 +00:00
2025-01-17 10:30:49 +00:00
<pre class="atari">
2025-01-17 10:16:18 +00:00
10 ;
20 ;ADDNRS.SRC
30 ;
40 *=$0600
50 ;
60 CLD
70 ADDNRS CLC
80 LDA #2
90 ADC #2
100 STA $CB
110 RTS
120 .END
2025-01-17 10:18:47 +00:00
</pre>