CMove( c , a , v )
LONG CMove( struct UCopList *, void *, WORD );
Include a instruction to move value v to hardware register a in the user copper list. You should also call
CBump(c) afterwards to increment the user copper list instruction pointer, or use the
CMOVE macro in first place.
A boolean success indicator. Returns non-zero if there was still room in the user copper list to include the move, FALSE if the user copper list is full.
Versions prior to V47 did not provide a return code, though may have failed.