home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ftp.barnyard.co.uk
/
2015.02.ftp.barnyard.co.uk.tar
/
ftp.barnyard.co.uk
/
cpm
/
walnut-creek-CDROM
/
MBUG
/
MBUG150.ARC
/
READ.ME
< prev
next >
Wrap
Text File
|
1979-12-31
|
2KB
|
52 lines
FILES ON THIS DISK:
------------------
BU20.LBR
Incremental back up utility in BDS C
IF.LBR
Process a command line IF statement in Turbo Pascal
C-STUFF1.LBR
C-STUFF2.LBR
C-STUFF3.LBR
C-STUFF4.LBR
Useful C functions and small programs
TABLECRC.LBR
Illustratess use of a table driven CRC routine - in C
NCUTILS.LBR
Nevada Cobol utilities for processing source files.
May work with NPS Cobol with a little fiddling.
P.LBR
Provides multiple command line execution - like SUBMIT? in C
PC.LBR
A programmable calculator using integer arithmetic - in C
TXT2ASM.AQM
Self explanatory (I hope)
LIFE2.COM
LIFE2.PAS
INSTRNS.INC
LIFEA.DTA
Yet another version of LIFE!!!
This one allows you to save a matrix as a file and to load it
back later.
The original source would not compile under Turbo Pascal 3.01a
without splitting it into two files. I also altered the prog
to need confirmation before returning to CP/M - not very
elegantly I must admit.
LIFEA.DTA is a matrix that runs to 200+ generations before it
stabilises.
The following commands are used:
^S saves a matrix as a file
^L loads a file
1..9 are used to move cursor
5 toggles a point on/off
<space> toggles a point on/off
<CR> interrupts the program.