Fujitsu F2 MC-16 Computer Accessories User Manual


 
191
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 access status of each source line.
. :
No Access
Accessed
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 LINK #22
* F90291 4F01 PUSHW RW0
sample.c$74 for (i=0; i<16; i++)
. F90293 D0 MOVN A,#0
. F90294 CBFE MOVW @RW3-02,A
. F90296 BBFE MOVW A,@RW3-02
. F90298 3B1000 CMPW A,#0010
. F9029B FB18 BGE F902B5
sample.c$75 value[i] = &target[i];
. F9029D BBFE MOVW A,@RW3-02
. F9029F 0C LSLW A
. F902A0 98 MOVW RW0,A
. F902A1 71F3DE MOVEA A,@RW3-22
. F902A4 7700 ADDW RW0,A
. F902A6 4214 MOV A,#14
. F902A8 7833FE MULUW A,@RW3-02
. F902AB 38A001 ADDW A,#01A0
Displays access status of each source line.
. :
No Access
Accessed
Blank: Instruction outside the scope of the coverage measurement
*: