Fujitsu SOFTUNE F2 MC-16 User Manual page 143

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
*
70: {
71:
72:
73:
*
74:
*
75:
76:
*
77:
.
78: }
Displays execution status of each source line.
. :
* :
Blank : Line which the code had not been generated or is outside
● 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
int
i;
struct table *value[16];
for (i=0; i<16; i++)
value[i] = &target[i];
sort_val(value, 16L);
No executing
Executing
the scope of the coverage measurement
\main:
LINK
PUSHW
for (i=0; i<16; i++)
MOVN
MOVW
MOVW
CMPW
BGE
value[i] = &target[i];
MOVW
LSLW
MOVW
MOVEA
ADDW
MOV
MULUW
ADDW
Displays execution status of each machine command line.
. :
No executing
Executing
* :
Blank : Instruction outside the scope of the coverage measurement
CHAPTER 2 DEPENDENCE FUNCTIONS
#22
RW0
A,#0
@RW3-02,A
A,@RW3-02
A,#0010
F902B5
A,@RW3-02
A
RW0,A
A,@RW3-22
RW0,A
A,#14
A,@RW3-02
A,#01A0
129

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Softune workbench

Table of Contents