BTERP.TXT

	`bterp' is a prototype interpreter for .byt files generated
	by `oxccb'. The specification for the byte codes are in `oxbytes.h'.
	Files can be located in local directories or in a .cff archive.

Usage: bterp [+dS] file [args]...
   +S name == start execution at function `name'
   +d == print debug output to stdout
   Default execution starts at function `main' or `file'

NOTE: The current byte code format was invented by me just to have a
   comprehensive C language interpreter. There are innumerable OTHER forms
   of byte codes which could just as easily be generated, e.g. extended html,
   extended RIP, Java etc. Just think up something and DO IT. Use oxccb.c and
   bterp.c as a guide.


