oldcomputernerd.com/md/Atari/index.md

34 lines
903 B
Markdown

## The Atari Page
```text
$$ $$$$$ $$
$$ $$$$$ $$
.$$ $$$$$ $$.
:$$ $$$$$ $$:
$$$ $$$$$ $$$
$$$ $$$$$ $$$
,$$$ $$$$$ $$$.
,$$$$ $$$$$ $$$$.
,$$$$; $$$$$ :$$$$.
,$$$$$ $$$$$ $$$$$.
,$$$$$$' $$$$$ `$$$$$$.
,$$$$$$$' $$$$$ `$$$$$$$.
,s$$$$$$$' $$$$$ `$$$$$$$s.
$$$$$$$$$' $$$$$ `$$$$$$$$$
$$$$$Y' $$$$$ `Y$$$$$
```
For now, all my Atari stuff can be found at [https://ataricode.com](https://ataricode.com).
<pre atari>
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
</pre>