?? bterp.txt
字號:
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.
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -