📄 tproc.txt
字号:
TPROC.EXE
Tproc is a jump table creation tool that has code replication capacity for
each code block. At its simplest it produces code of the following type
without the error prone problems of manually typing the table and matching
labels.
It will normally produce a procedure that takes a single numeric argument
which indicates which block of code is executed. The numeric range would
normally be sequential to avoid redundant code that it not used in the
procedure. You have the option of adding additional arguments if your
jump table design requires it.
The tool is used to produce procedures that will branch to a very large
number of diferent labels without having to sequentially compare them to
get the correct value first.
;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -