[Overview][Constants][Types][Procedures and functions][Variables][Index] Reference for unit 'agraphics' (#aros)

CBump

Increment user copper list pointer (bump to next position in list).

Declaration

Source position: agraphics.pas line 2115

procedure CBump(

  CopList: PUCopList

);

Arguments

CopList

  

A pointer to UCopList structure

Description

Increment pointer to space for next instruction in user copper list.

Note:

CBump is usually invoked for the programmer as part of the helper functions CWAIT or CMOVE.

See also

CINIT

  

Initialize user copperlist to accept intermediate user copper instructions.

CWAIT

  

Append copper wait instruction to user copper list.

CMOVE

  

Append copper move instruction to user copper list.

CEND

  

Terminate user copper list.


Documentation generated on: 2017-01-10