File list

PET4TH   COM	PET4TH with floating-point arithmetic
PI       COM	PET4TH without floating-point arithmetic
ANSI     PET	convert all words to uppercase for ANSI
USERAPPL PET	part 6 of PET4TH, user default application
LEARNING PET	part 7 of PET4TH, introduction to PET4TH
CREAPA   BAT	create PA.COM from PET4TH.COM, almost ANSI
CREAPIA  BAT	create PIA.COM from PI.COM, almost ANSI
README   TXT	read this first
FILELIST TXT	this file
PET4THUG TXT	PET4TH user guide (not finished yet)
PET4TH   GLO	PET4TH glossary

SAMPLE		sample programs
HELLO    PET	produce application prints 'hello world'
MEMMAP   PET	display memory map of PET4TH
MODEL    PET	display model of PET4TH virtual machine registers
DICMAP   PET	display dictionary map of PET4TH
TYPE     PET	produce stand alone type file utility
USER     PET	sample of using user variable
PETS     PET	Forth simulator/ide for learning and debugging
ALLWORDS PET	display all words from all available vocabularies
SEARWORD PET	display all words from searched vocabularies
PROMPT   PET	sample of changing .ok prompt
ERRNO    PET	sample of changing .errno prompt to verbal
ALTDIC   PET	sample of using alternate dictionary
TYPEBLK  PET	type forth block file
ASCII    PET	display ASCII table
CPUID    PET	display Intel cpu id
CHECKF   PET	display, add and check crc-32 of a file
BASE64   PET	encode, decode base64 file and expand tab to space
BASE64   TXT	file base64 for test
CREATEF  PET	create file for test purpose
CHECKF2  PET	sample coding of SHA-1 message digest on PET4TH
TIMER    PET	stop watch for 16 events
COMMENT  PET	create glossary of a PET source
COMMENTA PET	create glossary of a assembler source
CALC     PET	simple calculator, barebone

SAMPLE\B2F
B2F      TXT	B2F readme
B2F      ANS	B2F for ANS Forth 94
B2F      PET	B2F for PET4TH
B2F005   PET	BASIC DATA in B2F
B2F013   PET	BASIC temperature conversion interpreter mode
B2F013B  PET	same as B2F013.PET but compiled
B2F016   PET	BASIC make table compile mode
B2FTEST  B2F	B2F test
B2FTEST  PET	B2F test for PET4TH

OTHERS
RAN4     PET	random number generator from Gordon Charlton
RAN4     TXT	RAN4 information
