Docs » Autodocs » graphics.library » CMOVE
CMOVE -- append copper move instruction to user copper list.
CMOVE( c , a , v ) CMove( c , a , v ) a1 d0 d1 CBump( c ) a1 void CMove( struct UCopList *, void *, WORD );
Add instruction to move value v to hardware register a.
c - pointer to UCopList structure a - hardware register v - 16 bit value to be written
This is actually a macro that calls CMove(c,&a,v) and then calls CBump(c) to bump the local pointer to the next instruction. Watch out for macro side affects.
CINIT(), CWAIT(), CEND(), <graphics/copper.h>
|