Topic: DMD0014

Help File Version: 2.9.4.37

MOVEBIT - Move Single Bit


The Move Single Bit (MOVEBIT) instruction is used to copy the value of a single bit location to a single bit destination location.

 

 


Parameters:

Note: Use the F9 key to open the Default Element Selection Tool (the Element Picker or the Element Browser) or use the Down-Arrow key (Auto-Complete) on any parameter field to see a complete list of the memory locations that are valid for that parameter of the instruction.

 

Source specifies the bit memory location to be copied. This can be a constant value of 0 or 1, or any readable bit location.

 

Destination specifies the bit memory location where the value will be copied to. This can be any writable bit location.

 


See Also:

INIT - Initialize Data

 

MAPIO - Map Inputs and Outputs

 

MEMCLEAR - Clear Memory Range

 

MEMCOPY - Copy Memory Range

 

MOVE - Move Value

 

MOVEBIT - Move Single Bit

 

MOVER - Move Range of Values

 

REFWRITE - Write Value Indirectly

 

RSTR - Reset Range

 

SETNUMR - Set Numeric Range

 

SETR - Set Range

 

STRCOPY - Copy String

 

STRCOPYR - Copy a Range of Strings

 


Rung Example: