Fujitsu F2 MC-16 Computer Accessories User Manual


 
60
CHAPTER 2 DEPENDENCE FUNCTIONS
Displays per source line (specify /SOURCE for the command qualifier)
Displays per machine instruction (specify /INSTRUCTION for the command qualifier)
>SHOW COVERAGE/SOURCE main
* 70: {
71: int i;
72: struct table *value[16];
73:
* 74: for (i=0; i<16; i++)
* 75: value[i] = &target[i];
76:
* 77:
sort_val(value, 16L);
. 78: }
Displays execution status of each source line.
. :
No executing
*
:
Executing
Blank :
Line which the code had not been generated or is outside
the scope of the coverage measurement
>SHOW COVERAGE/INSTRUCTION F9028F
sample.c$70 {
* F9028F \main:
* F9028F 0822
* F90291 4F01
sample.c$74 for (i=0; i<16; i++)
. F90293 D0
. F90294 CBFE
. F90296 BBFE
. F90298 3B1000
. F9029B FB18
sample.c$75 value[i] = &target[i];
. F9029D BBFE MOVW
. F9029F 0C
. F902A0 98
. F902A1 71F3DE
. F902A4 7700
. F902A6 4214
. F902A8 7833FE
. F902AB 38A001
Displays execution status of each machine command line.
. :
No executing
*
:
Executing
Blank :
Instruction outside the scope of the coverage measurement
LINK
PUSHW
MOVN
MOVW
MOVW
CMPW
BGE
LSLW
MOVW
MOVEA
ADDW
MOV
MULUW
ADDW
#22
RW0
A,#0
@RW3-02,A
A,@RW3-02
A,#0010
F902B5
A
RW0,A
A,@RW3-22
RW0,A
A,#14
A,@RW3-02
A,#01A0
A,@RW3-02