3. Instruction Set
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
L
L
L
H
Hi-byte Lo-byte
H
H
Hi-byte Lo-byte
L
L
L
H
Hi-byte Lo-byte
H
H
K6: When n = 4, transform 8-bit ASCII data (higher 4 bits, lower 4 bits) into HEX data in the
following rule: (ASCII value to be transformed includes 0 ~ 9 (0x30~0x39), A ~ F (0x41~0x46),
and a ~ f (0x61~0x66).)
Hi-byte Lo-byte
Hi-byte Lo-byte
Hi-byte Lo-byte
Hi-byte Lo-byte
K7: When n = 4, transform 8-bit ASCII data (lower 4 bits, higher 4 bits) into HEX data in the
following rule:
Hi-byte Lo-byte
Hi-byte Lo-byte
Hi-byte Lo-byte
Hi-byte Lo-byte