HEIDENHAIN iTNC 530 HSCI Technical Manual page 1776

Hide thumbs Also See for iTNC 530 HSCI:
Table of Contents

Advertisement

Word processing
with the AND
command
1776
A (AND)
Syntax:
B, W, D, K
Operands:
Action:
Gate the contents of the word accumulator and the operand with AND. In
accordance with the different data widths of the operands (B = 8 bits; W = 16
bits; D = K = 32 bits), 8, 16 or 32 bits, respectively, are influenced in the
accumulator. Thus, bit 0 of the accumulator is gated with bit 0 of the operand,
bit 1 of the accumulator with bit 1 of the operand, etc. The iTNC saves the
result of the operation in the word accumulator.
Example:
Gate the contents of byte B5 and byte B6 with AND, and assign the result to
byte B8.
Initial state:
Byte
B5
= 2A (hex)
Byte
B6
= 36 (hex)
Byte
B8
= ?
Function
Load byte B6 into the
word accumulator.
Gate the contents of the
word accumulator and
byte B5 with AND.
Assign the gating result to
byte B8.
STL
Accumulator
content
L B6
2A
A B5
22
= B8
22
HEIDENHAIN Technical Manual iTNC 530 HSCI
Operand content
2A
36
22

Advertisement

Table of Contents
loading

Table of Contents