Unit 'agraphics' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#amunits]

CMove

Append copper move instruction to user copper list.

Declaration

Source position: agraphics.pas line 2292

procedure CMove(

  copList: pUCopList;

  destination: POINTER;

  data: LongInt

);

Arguments

copList

  

A pointer to a UCopList structure

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: 2021-07-30