Docs » Autodocs » graphics.library » CBump
CBump - increment user copper list pointer (bump to next position in list).
CBump( c ) a1 void CBump( struct UCopList * );
Increment pointer to space for next instruction in user copper list.
c - pointer to UCopList structure
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.
CINIT(), CWAIT(), CMOVE(), CEND(), <graphics/copper.h>
|