OXCCB.DOC `oxccb' is a backend which converts .anf code to .byt code which can be interpreted by `bterp'. It can be run standalone and is also called by `oxcc' if the -Gb option is enabled. Specifications for .anf files are in `oxanf.h' and `anf.doc'. Specifications for .byt files are in `oxbytes.h'. The format of a .byt file is a.out with a couple of extensions. The programmer may store .byt files in a .cff archive. Usage: oxccb [-odsDL] [infile...] -o outfile == name of output file -dn == print debug output 1-4 to stdout -D == only print debug output -s == strip declarations and line numbers -L == generate listing only (to .lst) -? == print this message Default input file is `code.anf'. Default output file is specified by the input.