S
D
(1) When hexadecimal digit 1 of the source is copied to
hexadecimal digit 1 of the destination:
n: H 1 0 1
S
D
(2) When hexadecimal digit 3 of the source is copied to
hexadecimal digit 0 of the destination:
n: H 0 0 3
S
D
(3) When multiple hexadecimal digits (hexadecimal digits 2 and 3)
of the source are copied to multiple hexadecimal digits
(hexadecimal digits 2 and 3) of the destination:
n: H 2 1 2
S
D
n: H 2 1 0
(4) When multiple hexadecimal digits (hexadecimal digits 0 and 1)
of the source are copied to multiple hexadecimal digits
(hexadecimal digits 2 and 3) of the destination:
S
D
n: H 1 3 0
(5) When 4 hexadecimal digits (hexadecimal digits 0 to 3)
of the source are copied to 4 hexadecimal digits
(hexadecimal digits 0 to 3) of the destination:
Source: Starting hexadecimal digit 1
Copies 1 hexadecimal digit (4 bits)
Destination: Starting hexadecimal digit 1
Source: Starting hexadecimal digit 3
Copies 1 hexadecimal digit (4 bits)
Destination: Starting hexadecimal digit 0
Source: Starting hexadecimal digit 2
Copies 2 hexadecimal digits (8 bits)
Destination: Starting hexadecimal digit 2
Source: Starting hexadecimal digit 0
Copies 2 hexadecimal digits (8 bits)
Destination: Starting hexadecimal digit 2
Source: Starting hexadecimal digit 0
Copies 4 hexadecimal digits (16 bits)
Destination: Starting hexadecimal digit 1