Append copper wait instruction to user copper list.
Source position: agraphics.pas line 2308
procedure CWAIT1( |
c: PUCopList; |
a: SmallInt; |
b: SmallInt |
); |
Add instruction to wait for vertical beam position v and horizontal position h to this intermediate copper list. This is actually a wrapper function that calls CWait(c,v,h) and then calls CBump(c) to bump the local pointer to the next instruction.
|
Append copper wait instruction to user copper list. |
|
|
Append copper move instruction to user copper list. |
|
|
Terminate user copper list. |
|
|
Increment user copper list pointer (bump to next position in list). |