home *** CD-ROM | disk | FTP | other *** search
/ SPACE 2 / SPACE - Library 2 - Volume 1.iso / utility / 1a / demos / read.me < prev    next >
Encoding:
Text File  |  1985-05-29  |  1.8 KB  |  48 lines

  1. HABBA5.C
  2.  
  3.     Keywords: ST COLOR PALLETTE HIPPO C
  4.     
  5.     This is the 'C' source code for Tom Hudson's ST Color Pallette that I
  6.     modified so all those with Hippo 'C' could d/l and use. This file must be
  7.     compiled and linked with Habba512.s found elsewhere in the library.To use
  8.     link both files by typing ld -S file1.o file2.o and rename the A.PRG to
  9.     A.TOS to run the demo. Run in low res mode.
  10.     
  11.     
  12. HABBA5.S
  13.  
  14.     Keywords: ST COLOR PALLETE 68000 ASSEMBLY HABBA C
  15.     
  16.     This is the 68000 assembly source from Tom Hudson's Color Pallete program
  17.     from Jan Analog. I modified the code to allow those with Hippo'C' to
  18.     assemble
  19.      and run. To use first assemble this file and then link to the Habba512.c
  20.     file located in this data library. You must link using the ld -S option and
  21.     rename the .PRG file to a .TOS or the program will not run  correctly. Run
  22.     this program in low res mode and see all 512 of your ST's colors!
  23.          
  24.  
  25. RGDEMO.PRG
  26.  
  27.     Another in the endless series of color and speed demos of the powers of
  28.     the ST. 
  29.                  
  30.     
  31. SIEVE.PRG 
  32.  
  33.     Keywords: SIEVE OF ERATOSTHENES OSS PERSONAL PASCAL COMPILED GEM
  34.     
  35.     Wanted to try programming using GEM, and so wrote a quick Sieve program
  36.     using the excellent Personal Pascal language from OSS Inc.  Uses the ST's
  37.     timer, which only has accuracy to 2 secs, but you can select how many
  38.     iterations you want the program to perform.
  39.               
  40.     
  41. TITLE.BAS
  42.  
  43.     Keywords: ST-BASIC EXAMPLE OUTPUT RENAME
  44.     
  45.     This quicky example is a subroutine which will allow you to change the name
  46.     of the OUTPUT window.  It shows how to use the GEMAES hook into GEM's AES
  47.     routines.  Simply set TITLE$ to the new name and GOSUB NEWTITLE.
  48.                     [ Russ Wetmore ]ə