This option specifies that an object for the specified core is generated.
[Specification format]
- | Interpretation when omitted |
If the -Xcommon option is specified, an object for G3M is generated.
[Detailed description]
- | This option specifies that an object for core core is generated. |
- | The items that can be specified as core are shown below.
An abort error will occur if any other item is specified. |
g3m
|
Generates an object for G3M.
|
g3k
|
Generates an object for G3K.
|
g3mh
|
Generates an object for G3MH.
|
g3kh
|
Generates an object for G3KH.
|
- | An error will occur if core is omitted. |
[Example of use]
- | To generate an object for G3M, describe as: |
>asrh -Xcpu=g3m -c -Xcommon=rh850 main.asm
|