Fujitsu SOFTUNE F2 MC-16 User Manual page 205

Software for developing programs for the f2 mc-16 family of microprocessors / microcontrollers
Hide thumbs Also See for SOFTUNE F2 MC-16:
Table of Contents

Advertisement

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

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Softune workbench

Table of Contents