Append copper move instruction to user copper list.
Source position: agraphics.pas line 2042
procedure CMove( |
CopList: PUCopList; |
Destination: Pointer; |
Data: LongInt |
); |
CopList |
|
A pointer to a UCopList structure |
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.