oldcomputernerd.com/md/Atari/index.md

34 lines
911 B
Markdown
Raw Normal View History

2025-01-15 19:10:09 +00:00
## The Atari Page
2025-01-16 20:20:33 +00:00
```text
2025-01-16 20:26:30 +00:00
$$ $$$$$ $$
$$ $$$$$ $$
.$$ $$$$$ $$.
:$$ $$$$$ $$:
$$$ $$$$$ $$$
$$$ $$$$$ $$$
,$$$ $$$$$ $$$.
,$$$$ $$$$$ $$$$.
,$$$$; $$$$$ :$$$$.
,$$$$$ $$$$$ $$$$$.
,$$$$$$' $$$$$ `$$$$$$.
,$$$$$$$' $$$$$ `$$$$$$$.
,s$$$$$$$' $$$$$ `$$$$$$$s.
$$$$$$$$$' $$$$$ `$$$$$$$$$
$$$$$Y' $$$$$ `Y$$$$$
2025-01-16 20:20:33 +00:00
```
For now, all my Atari stuff can be found at [https://ataricode.com](https://ataricode.com).
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>