Everything
4.4.4 Information

Table 4.6

Information

Number

Information

Type

Message

Description

M0592111

Change

String1 was converted into string2.

The token was converted.

M0592112

Change

Bit access of I/O register was converted into macro call.

Since the bit access method of SFRs differs between the CA78K0 and CC-RL, the method is changed to make access using a macro.

M0592113

Change

'String' has been changed to syntax of CC-RL.

Since the description format differs between the CA78K0 and CC-RL, the description format is changed to that of the CC-RL.

M0592121

Insert

Inserted macro definition for bit access of I/O register.

Since the bit access method of SFRs differs between the CA78K0 and CC-RL, the method is changed to make access using a macro.

M0592122

Insert

Inserted #pragma interrupt NO_VECT.

#pragma interrupt without the vector table specification was generated.

M0592123

Insert

Inserted string.

A description in accordance with the CC-RL format was added.

M0592124

Insert

Add inline function string for assembly.

An inline function for assembly was generated.

M0592125

Insert

Inserted #pragma rtos_interrupt NO_VECT.

#pragma rtos_interrupt without the vector table specification was generated.

M0592131

Delete

String was deleted.

The description format is not available in the CC-RL. The description was deleted.

M0592142

Info

The section can not be converted. Because there is no matched section.

The section could not be converted because there is no corresponding section in the CC-RL.

M0592143

Info

Delete "AT start address".

This was deleted because an address cannot be specified by #pragma section in the CC-RL.

M0592144

Info

The MACRO cannot be converted. Because there is no matched macro.

The macro could not be converted because there is no corresponding macro in the CC-RL.

M0592145

Info

The label detected in the assembly code. Please correct label to appropriate content.

Only local labels can be written in an assembly-language function in the CC-RL. Modify the label to have suitable contents.

M0592146

Info

The language specification is dependent on 78K0.

The code needs to be reviewed when the device is changed from 78K0 to RL78. The code should be manually modified.