Append copper move instruction to user copper list.
Source position: agraphics.pas line 2307
procedure CMOVE1( |
c: PUCopList; |
a: Pointer; |
b: LongInt |
); |
Add instruction to move value v to hardware register a. This is actually a wrapper function that calls CMove(c,@a,v) and then calls CBump(c) to bump the local pointer to the next instruction.
|
Initialize user copperlist to accept intermediate user copper instructions. |
|
|
Append copper move instruction to user copper list. |
|
|
Terminate user copper list. |
|
|
Increment user copper list pointer (bump to next position in list). |