This function displays map information.
[Specification format]
debugger.Map.Information()
|
[Argument(s)]
None
[Return value]
List of map information (see the MapInfo class for detail)
[Detailed description]
- | This function displays map information. |
number: start-address end-address access-size memory-type
|
[Example of use]
>>>debugger.Map.Information()
1: 0x00000000 0x0005FFFF 32 (Internal ROM area)
2: 0x00060000 0x03FF6FFF 8 (Non map area)
3: 0x03FF7000 0x03FFEFFF 32 (Internal RAM area)
4: 0x03FFF000 0x03FFFFFF 8 (SFR)
>>>
|