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

CMove

Append copper move instruction to user copper list.

Declaration

Source position: agraphics.pas line 2355

procedure CMove(

  CopList: PUCopList;

  DestOffset: LongInt;

  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