Download Print this page

HEIDENHAIN MANUALplus 620 Technical Manual page 1665

Hide thumbs Also See for MANUALplus 620:

Advertisement

Word processing
with the LOAD
command
January 2012
Syntax:
L (LOAD)
Operands:
B, W, D, K
Action:
Load the value of the addressed operand, or of a constant, into the word
accumulator. If necessary, the accumulator is supplemented with the correct
algebraic sign. In contrast to logical operations, you must always begin a
sequence of word gating operations with an L command. You cannot replace
the L command with a logical gating instruction.
Example:
Gate a constant and byte B5 with AND, and assign the result to byte B8.
Initial state:
Constant
54
= 36 (hex)
Byte
B5
= 2A (hex)
Output
B8
= ?
Function
Load the constant into the
word accumulator.
Gate the contents of the
word accumulator and
byte B5 with AND.
Assign the gating result to
byte B8.
8.15 Command Set
STL
Accumulator
content
L K+54
36
A B5
= B8
Operand content
2A
22
1665

Advertisement

loading