abstract.txt

来自「keil c51 UV3 最新版编译器的例子程序2。」· 文本 代码 · 共 21 行

TXT
21
字号
The DHRY program performs the dhrystone benchmarks on the 8051.

Dhrystone is a general-performance benchmark test originally
developed by Reinhold Weicker in 1984.  This benchmark is
used to measure and compare the performance of different
computers or, in this case, the efficiency of the code
generated for the same computer by different compilers.
The test reports general performance in dhrystones per second.

Like most benchmark programs, dhrystone consists of standard
code and concentrates on string handling.  It uses no
floating-point operations.  It is heavily influenced by
hardware and software design, compiler and linker options,
code optimizing, cache memory, wait states, and integer
data types.

The DHRY program is available in different targets:
  Simulator: Large Model:  DHRY example in LARGE model 
                           for Simulation
  Philips 80C51MX:         DHRY example in LARGE model
                           for the Philips 80C51MC

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?