34
•
••
•
Symbol table for common variable
Symbol table for common variableSymbol table for common variable
Symbol table for common variables
ss
s
Lists common variables arranged according to their types. An array variable has a suffix of
parentheses ( ).
•
••
•
Symbol table for work variable
Symbol table for work variableSymbol table for work variable
Symbol table for work variables
ss
s
Lists work variables and dummy arguments arranged according to their types. An array
variable has a suffix of parentheses ( ).
•
••
•
Symbol table for register variable
Symbol table for register variableSymbol table for register variable
Symbol table for register variables
ss
s
Lists register variables arranged according to their types. An array variable has a suffix of
parentheses ( ).
•
••
•
Symbol table for labels
Symbol table for labelsSymbol table for labels
Symbol table for labels
Lists labels arranged in alphabetic order.
•
••
•
Symbol table for user
Symbol table for userSymbol table for user
Symbol table for user-
--
-defined function
defined functiondefined function
defined functions
ss
s
Lists user-defined functions arranged according to their types (i.e. integer, real, and string
types).
Each of common variables, work variables, and register variables can be divided into the
fol-lowing types:
Non-array integer type
Array integer type
Non-array real type
Array real type
Non-array string type
Array string type
Cross reference
Cross referenceCross reference
Cross reference
Select the X (Cross) reference check box and run the Compiler, and the following information
will be outputted:
•
••
•
For common variable
For common variableFor common variable
For common variables
ss
s
Outputs line numbers where common variables are defined and referred to.
•
••
•
For work variable
For work variableFor work variable
For work variables
ss
s
Outputs line numbers where work variables and dummy arguments are referred to.
•
••
•
For register variable
For register variableFor register variable
For register variables
ss
s
Outputs line numbers where register variables are defined and referred to.
•
••
•
For labels
For labelsFor labels
For labels
Outputs line numbers where labels are defined and referred to.
•
••
•
For user
For userFor user
For user-
--
-defined function
defined functiondefined function
defined functions
ss
s
Outputs line numbers where user-defined functions are defined and referred to.
Komentarze do niniejszej Instrukcji