Action
Will generate label info in the report.
Syntax
$MAP
Remarks
The $MAP directive will put an entry for each line number with the address into the report file. This info can be used for debugging purposes with other tools.
See also
NONE
ASM
NONE
Example
$MAP
The report file will now contain the following section :
Code map
--------------------------------------------------------------------------------
Line Address(hex)
--------------------------------------------------------------------------------
1 0
9 36
26 39
30 3B
31 3E
32 48
33 4B
36 50
37 56
42 5B
43 6C
44 7D
45 80
46 81