📄 oxccb.txt
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -