Action
Generates info in the report file with hexadecimal address of each source line.
Syntax
$MAP
Remarks
For debugging it can be useful to know at which address a source line begins.
See also
NONE
Example
$MAP
Print "Hello"
Print "Test"
Will generate the following section in the report file :
Code map
-----------------------------------------------------------
Line Address(hex)
-----------------------------------------------------------
2 52
3 69
5 80