VECTOR SCROLLER SOURCE
  ======================

 How to get it working (from source
code of course)...

1) Read DEMO.SRC into ATMAS II
   assembler (ESC R D:DEMO ESC ESC)

2) Compile it (CTRL+Y, any key while
   finished)

3) Save it to disk (CTRL+P to enter
   monitor, and then S A800 xxxx 3A00
   D:name, where xxxx is endadress
   shown after compilation)

4) Add (append) the files TABLES.OBJ,
   BEWESOFT.OBJ, MUSIC.OBJ, and
   TEXT.OBJ

5) Add RUN adress 3A00 (Put E0 02 E1
   02 00 3A at the end of the file)

6) Start it!

 For info about the fast DRAW-routine
used in this demo, see the article on
the first side of this MegaZine!

P.S. One tip for cracking the code in
     the scrolltext:
     Get a byte from the code, EOR it
     with $FF, and add the byte
     before (unprotected - for first
     byte it is 0). You'll get an
     ATASCII text.

  - BEWESOFT -
 Jiri  Bernasek