
NAME:      Phos - a small console application
LICENSE:   Public Domain - no restrictions, no warranty
AUTHOR:    Michael Mangelsdorf <mim@ok-schalter.de>

RATIONALE: Windows console windows are ugly. GUI applications that do
           require a prompt line interface even feature two separate
           windows, a console window and second tier GUI window.
           
           Phos is supposed to be tidy, small and robust.
           With time, perhaps these goals are achievable.

           Phos is from the "phosphor" coating of legacy CRT terminals


The distribution contains in fact two different versions of phos:

1. Standalone version standalone.ASM

For people who don't wish to burden themselves with phos.dll and
sqlite3.dll. Use batch file BUILD-STANDALONE to be build the demo.
It doesn't contain any lexer functionality (for actually parsing
the prompt line).

2. DLL version phos32.asm

Use this version whenever possible. It does require phos.dll and
sqlite3.dll alongside your EXE file, and also the phos.s3db database
file. Use batch file BUILD-DLL to create the DLL file and BUILD-TEST
to create a small test.exe.

Copy test.asm and modify into your own application.
