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

CMove

Append copper move instruction to user copper list.

Declaration

Source position: agraphics.pas line 2116

procedure CMove(

  CopList: PUCopList;

  Reg: Pointer;

  Value: LongInt

);

Arguments

CopList

  

A pointer to a UCopList structure

Reg

  

Hardware register

Value

  

16 bit value to be moved to the hardware register

Description

Add a copper move instruction to the given user copper list. The copper is told to move a value to register reg. If you are using CMOVE() a call to CMove() and CBump() will be made.


Documentation generated on: 2017-01-10