FUJITSU SOFTUNE F2 MC-16 User Manual

Page 142

Advertising
background image

128

CHAPTER 2 DEPENDENCE FUNCTIONS

Displaying coverage rate of load module (specify /MODULE for the command qualifier)

Summary (Specify /GENERAL for command qualifier)

Details (Specify /DETAIL for command qualifier)

>SHOW COVERAGE/MODULE

sample.abs . . . . . . . . . . . . . . (84.03%)

+ - startup.asm . . . . . . . . . . . (90.43%)

+ - sample.c . . . . . . . . . . . . . (95.17%)

+ - samp.c . . . . . . . . . . . . . . (100.00%)

Displays the load modules and the coverage rate of each module.

>SHOW COVERAGE/GENERAL

(HEX)0X0 +1X0 +2X0

+---------------+---------------+------ ------

address 0123456789ABCDEF0123456789ABCDEF0123456 ... ABCDEF C0(%)

FF0000 **3*F*....... 32.0

Display the access status of every 16 addresses

.

: No access

1 to F : Display the number accessed in 16 addresses by the hexadecimal number.

*

: Access all of the 16 addresses.

>SHOW COVERAGE/DETAIL FF0000

address +0 +1 +2 +3 +4 +5 +6 +7 +8 +9 +A +B +C +D +E +F C0(%)

FF0000 - - - - - - - - - - - - - - - - 100.0

FF0010 - - - - - - - - - - - - - - - - 100.0

FF0020 . . . . - - - . . . . . . . . . 18.6

FF0030 - - - - - - - - - - - - - - - - 100.0

FF0040 - . - - - - - - - - - - - - - - 93.7

FF0050 - - - - - - - - - - - - - - - - 100.0

FF0060 . . . . . . . . . . . . . . . . 0.0

FF0070 . . . . . . . . . . . . . . . . 0.0

FF0080 . . . . . . . . . . . . . . . . 0.0

Display one line of a
coverage rate

Display the access status of every 1 address

.

: No access

-

: Access

Advertising