## The Atari Page
                      $$ $$$$$ $$
                      $$ $$$$$ $$
                     .$$ $$$$$ $$.
                     :$$ $$$$$ $$:
                     $$$ $$$$$ $$$
                     $$$ $$$$$ $$$
                    ,$$$ $$$$$ $$$.
                   ,$$$$ $$$$$ $$$$.
                  ,$$$$; $$$$$ :$$$$.
                 ,$$$$$  $$$$$  $$$$$.
               ,$$$$$$'  $$$$$  `$$$$$$.
             ,$$$$$$$'   $$$$$   `$$$$$$$.
          ,s$$$$$$$'     $$$$$     `$$$$$$$s.
        $$$$$$$$$'       $$$$$       `$$$$$$$$$
        $$$$$Y'          $$$$$          `Y$$$$$

Websites

Atari Wiki

Atari Archives

Atari Magazines

AtariMania

AtariAge Forums

[Atari Forever](https://gury.atari8.info/list.php?src=4&ch=a&th=0)

My Projects

MVS BASIC/360 on my TK5 Instance

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