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!