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

CMOVE1

Append copper move instruction to user copper list.

Declaration

Source position: agraphics.pas line 2319

procedure CMOVE1(

  c: PUCopList;

  a: Pointer;

  b: LongInt

);

Description

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.

See also

CINIT

  

Initialize user copperlist to accept intermediate user copper instructions.

CMOVE

  

Append copper move instruction to user copper list.

CEND

  

Terminate user copper list.

CBUMP

  

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


Documentation generated on: 2017-01-10