(C) 1998 AROS - The Amiga Research OS
NAME
#include <proto/graphics.h>
void CMove (ucl , reg , value)
LOCATION
In GfxBase at offset 62
SYNOPSIS
struct UCopList * ucl
void * reg
WORD value
FUNCTION
Add a copper move instruction to the given user copper list. The copper is told to move a value to register reg. If you are using CMOVE() a call to CMove() and CBump() will be made.
INPUTS
ucl
pointer to a UCopList structure
reg
hardware register
value
16 bit value to be moved to the hardware register
RESULT
EXAMPLE
SEE ALSO
CINIT CWAIT CEND graphics/copper.h
NOTES
BUGS
INTERNALS
HISTORY