CBump( c )
void CBump( struct UCopList * );
Increment pointer to space for next instruction in user copper list.
User copper list pointer is incremented to next position. Pointer is repositioned to next user copperlist instruction block if the current block is full.
- Note:
-
CBump is usually invoked for the programmer as part of the macro definitions CWAIT or CMOVE.
This function does not return a failure indicator in case the user copper list overruns and there is no free memory to allocate an extension. Instead, the next
CMove() or
CWait() will then indicate failure.