Technical information

Operating Precautions for CPDW9X/NT-CDR-V85X, Y-GHS-MULTI-V800
TM
Customer Notification r20tu0003ed1812 50
No. a35
Compiler option –nomacro doesn’t work for all CPUs
Version Information
V3.5
Details
The compiler option nomacro is ignored with the option -cpu=?
Example:
test.s
-----------------------------------------------------------------------
-- program start
--
-----------------------------------------------------------------------
.text
.globl _main
_main:
mov 12,r7
mov 16,r7
movea 16,r0,r7
mov 32767,r7
movea 32767,r0,r7
mov 0x8000,r7
movhi hi(0x8000),r0,r7
mov 0x888000,r7
movhi hi(0x888000),r0,r7
mov 0x88888888,r7
movhi hi(0x88888888),r0,r7
movea lo(0x88888888),r1,r7
jmp [lp]
Command Line
ccv850e -nomacro -cpu=v850e test.s
Workaround
None.