File Name
README.md
FCS BASED I/O FOR BASIC PLUS 2
------------------------------

AUTHOR: DEAN ELSNER at Wittenoom and Associates, Perth Australia, 1982

FCSLIB is a library of routines that allow you to dispense with BASOTS.
Read FCSCALLS.DOC for calls & taskbuild instructions.
FCS.TSK is a simple demo of macro level routines.
FCSTS?.TSK are demos of high-level FCS routines.
FCSSPL.OLB is a single precision library for BM2 programs.
FCSDPL.OLB is a double precision library for BM2 programs.
FCSTS1.TSK is FCSTST.B2S compiled single precision.
FCSTS2.TSK is FCSTST.B2S compiled double precision.
Normally LI:[1,5]BM2FCSSP.OLB is a copy of FCSSPL.OLB for linking against.
Normally LI:[1,5]BM2FCSDP.OLB is a copy of FCSDPL.OLB for linking against.
The "BM2" above stands for "Basic Minus 2".

The command files are FCSxxxyyy.CMD.
xxx = function
yyy = program to execute
so say yyy>@FCSxxxyyy

LBR>@FCSLIBLBR to build new FCS?PL.OLB from sources & delete *.OBJ after
MCR>@FCSTSTMCR to build new FCSTS?.TSK from FCSTST.B2S & libraries, then purge

Read TKB.DOC for task-build ideas.