Fujitsu SOFTUNE User Manual page 71

Fr family softune workbench
Table of Contents

Advertisement

- Displays per source line (Specify /SOURCE for the command qualifier)
>SHOW COVERAGE/SOURCE main
sample.c
*
66: void
*
67: {
68:
69:
70:
*
71:
.
72:
73:
.
74:
.
75: }
- Displays per machine instruction (Specify /INSTRUCTION for the command qualifier)
>SHOW COVERAGE/INSTRUCTION 000803EE
sample.c$66 void
*
000803EE
*
000803EE 1781
*
000803F0 0F12
sample.c$71
.
000803F2 C00C
.
000803F4 3FFC
.
000803F6 2FF0
.
000803F8 C10C
.
000803FA AAC0
.
000803FC EB15
.
000803FE 9F820003C1E8
sample.c$72
.
00080404 2FF0
.
00080406 B420
.
00080408 2FF1
.
0008040A C14C
.
0008040C AFC1
.
0008040E B75C
main()
int
i;
struct table *value[16];
for (i=0; i<16; i++)
value[i] = &target[i];
sort_val(value, 16L);
The execution situation of each source line is displayed.
. :
No execution
* :
Execution
Blank : Line which the code had not been generated or
is outside the scope of the coverage measurement
main()
\main:
for (i=0; i<16; i++)
value[i] = &target[i];
The execution situation at each chance instruction is displayed.
. :
No execution
* :
Execution
Blank :
Instruction outside the scope of the coverage measurement
CHAPTER2 Dependence Functions
ST
RP,@-R15
ENTER
#048
LDI:8
#00,R12
ST
R12,@(R14,-4)
LD
@(R14,-4),R0
LDI:8
#10,R12
CMP
R12,R0
BGE
00080428
LDI:32 #0003C1E8,R2
LD
@(R14,-4),R0
LSL
#2,R0
LD
@(R14,-4),R1
LDI:8
#14,R12
MUL
R12,R1
MOV
MDL,R12
61

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Softune workbench

Table of Contents