Menu: 1. Protected Fields Demo (from Colorcue) 2. Ultra Fast Sorting Demo (from Colorcue) 3. BASIC Variable Lister The protected fields demo allows an input routine to limit how much text and what types of characters is entered into a fixed size zone on the screen. 'FIELDS.SRC' is the machine language source; 'FIELDS.PRG' is the machine language overlay invoked by a program which wants to use it. SAMPLE.BAS is the demo program. By Bernie Raffe, of Harrow, England. The sorting demo makes a machine language call to do a SM sort (I assume Shell-Metzner) on an array of strings. By Alan D. Matzger, San Francisco, CA To use the basic variable lister, load a BASIC program as normal, then type 'RUN VARL16' (16K machine) or 'RUN VARL32' (32K machine) to get a list of all the variables used by the program. By Tom Hudson POKER.BAS isn't on the main menu, so it might have been added on top of the official CHIP #53 disk. It does make nice use of the Compucolor graphics abilities, though. By Nahigian & Hodges 1979, adapted to CCII by Donald R Miller