This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Accessing DNUM on a 6472

I am using v6.1.12 of the compiler (I assume that number also applies to the assembler) and it refuses to accept DNUM as a register.

I am building with the -mv=6472 option which it accepts without comment, so it should understand the processor.

cl6x  -mv=6472 .\x.asm

".\x.asm", ERROR!   at line 23: [E0005] Operand #1 missing: register
                                                expected
                        mvc    DNUM,           b0

Any suggestions?

I have been forced to assemble that instruction by hand to make progress!