M32R HEW build MOT file

when i code LDI R0,#H'C0  my HEW will build the data is: F0 00 90 F0 00 C0(but i thinks it must be 60 C0).

and when i code LDI R0, #H'30 my HEW will build the data is correct: 60 30

i readly need use LDI for imm8 with 0xC0 data.

please help me slove this trouble/