
Chapter 2. Development Environment and Procedures
35
[ 5 ] Outputting a mapfile
Select the Mapfile check box of the Linking Options in the Set Options dialog box and build a
user program, and the mapfile as shown below will be outputted. The mapfile will be given the
same name as the project file and annexed with an extension .MAP.
COMMON SYMBOL
C% 2400
WORK SYMBOL
A
B
W$
2900
2901
2A00
REGISTER SYMBOL
R$
2E00
FUNCTION SYMBOL
AAA
003B
OBJECT INFORMATION
offset size
PRC
REG
PRD
0000
0035
0064
0035
002F
0047
PRD INFORMATION
offset size [ Filename]
test.obj
Function.obj
[ Total]
0000
0038
0047
0038
000F
•
••
•
Map for common variable
Map for common variableMap for common variable
Map for common variables
ss
s
Shows the symbols of common variables in the Interpreter which are arranged according
to their types together with their pointing addresses. An array variable has a suffix of
parentheses ( ). If no common variables are used, this item will not be outputted.
•
••
•
Map for work variable
Map for work variableMap for work variable
Map for work variables
ss
s
Shows the symbols of work variables in the Interpreter which are arranged according to
their types together with their pointing addresses. An array variable has a suffix of
parentheses ( ). If no work variables are used, this item will not be outputted.
•
••
•
Map for register variable
Map for register variableMap for register variable
Map for register variables
ss
s
Shows the symbols of register variables in the Interpreter which are arranged according to
their types together with their pointing addresses. An array variable has a suffix of
parentheses ( ). If no register variables are used, this item will not be outputted.
Map for common variables
Map for work variables
Map for register variables
Ma
for use
-defined function
Map for variables and object codes
Details of object codes
Comentarios a estos manuales