Specifications

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.
Map for common variables
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 variables
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 paren-
theses ( ). If no work variables are used, this item will not be outputted.
Map for register variables
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.
COMMON SYMBOL
C%
REGISTER SYMBOL
R$
FUNCTION SYMBOL
AAA
OBJECT INFORMATION
PRC
REG
PRD
PRD INFORMATION
[Filename]
test.obj
Function.obj
[Total]
WORK SYMBOL
A
B
W$
2400
Map for common variables
Map for work variables
Map for register variables
Map for user-defined function
Map for variables and object
codes
Details of object codes
2E00
003B
0000
offset size
0035
0064
0035
002F
0047
offset size
0000
0038
0038
000F
0047
2900
2901
2A00