This option specifies the work area for the RRM/DMM function.
[Specification format]
- | Interpretation when omitted |
The work area for the RRM/DMM function is not allocated.
[Detailed description]
- | Specify the start address for the work area for the RRM/DMM function as address. |
- | Four bytes from the start address become the work area for the RRM/DMM function. |
- | The start address of the RRM is set to addresses 0x2 and 0x3 which are allocated by the -debug_monitor option. |
- | The area of addresses 0x2 and 0x3 which is also the vector table gives priority to the following specifications.
-rrm option > -debug_monitor option > Assembly source file specification > -vectn option > -vect option |
[Example of use]
- | To specify four bytes from address 0xFFDE0 as the work area for the RRM/DMM function, describe as: |
>rlink a.obj b.obj -device=dr5f10y14.dvf -debug_monitor=2FC00-2FFF -rrm=FFDE0
|
[Remark]
- | This option will be invalid in any one of the following cases. |
- | If the -form={object|relocate|library} option or -strip option is specified |
- | If the -device option is specified but the CPU is not an 8-bit CPU |
- | If the -debug_monitor option is not specified |