3. Instruction Set

K2: With n = 2, transform 16-bit data (Hi-byte, Lo-byte) into 8-bit data in the following rule:

Hi-byte Lo-byte

cd e f

Hi-byte Lo-byte

c

d

e

f

K3: With n = 2, transform 16-bit data (Lo-byte, Hi-byte) into 8-bit data in the following rule:

Hi-byte Lo-byte

cd e f

Hi-byte Lo-byte

d

c

f

e

K4: With n = 3, transform 8-bit HEX data into ASCII data (higher 4 bits, lower 4 bits) in the following rule:

Hi-byte Lo-byte

c

d

e

Hi-byte Lo-byte

cH

cL

dH

dL

eH

eL

K5: With n = 3, transform 8-bit HEX data into ASCII data (lower 4 bits, higher 4 bits) in the following rule:

Hi-byte Lo-byte

c

d

e

Hi-byte Lo-byte

cL

cH

dL

dH

eL

eH

3 - 1 7 3

Page 289
Image 289
Delta DVP-ES2/EX2/SS2/SA2/SX2/SE manual E f