Append copper move instruction to user copper list.
Source position: agraphics.pas line 2104
procedure CMove( |
CopList: PUCopList; |
Reg: Pointer; |
Value: LongInt |
); |
CopList |
|
A pointer to a UCopList structure |
Reg |
|
Hardware register |
Value |
|
16 bit value to be moved to the hardware register |
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.