oxccb.txt
来自「OXCC is a multipass, interpreting C comp」· 文本 代码 · 共 23 行
TXT
23 行
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.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?