60
Instruction Functions Section 2-2
ASCII TO HEX
HEX
@HEX
162
Output
Required
508
COLUMN TO
LINE
LINE
@LINE
063
Output
Required
512
LINE TO
COLUMN
COLM
@COLM
064
Output
Required
514
Instruction
Mnemonic
Code
Symbol/Operand Function Location
Execution
condition
Page
HEX(162)
S
Di
D
S: 1st source
word
Di: Digit
designator
D: Destination
word
C: 0021
Number of digits (n+1)
Right (0)Left (1)
Di
First digit to write
First byte to convert
Converts up to 4 bytes of ASCII data in the source word to their
hexadecimal equivalents and writes these digits in the specified
destination word.
LINE(063)
S
N
D
S: 1st source
word
N: Bit number
D: Destination
word
0
0 0 0 1 1 1 1 0 001 0 0 0 01
15 00
S
N
1 1 0 1 0 0 1 0 011 1 0 0 01
S+1
0 0 0 1 1 0 1 1 001 0 0 1 11
S+2
.
.
.
.
.
.
. . .
.
.
.
0 1 1 0 0 0 0 1 100 0 1 0 10
S+15
1 0 0 0 0 0 1 1 000 0 0 1 11
S+3
0 1 1
D
1
15 00
.
.
.
Bit Bit
Bit Bit
Converts a column of bits from a 16-word range (the same bit number
in 16 consecutive words) to the 16 bits of the destination word.
COLM(064)
S
D
N
S: Source word
D: 1st destination
word
N: Bit number
0
0 0 0 0 1 1 1 0 001 0 0 0 01
15 00
D
Bi
1 1 0 1 0 0 1 0 011 1 0 0 01
D+1
0 0 0 1 1 0 1 1 001 0 0 1 11
D+2
.
0 1 1 1 0 0 0 1 100 0 1 0 10
D+15
1 0 0 0 0 0 1 1 000 0 0 1 11
D+3
0 1 1
S
1
15 00
. . . . . .
.
.
.
.
.
.
.
.
.
.
.
.
Converts the 16 bits of the source word to a column of bits in a
16-word range of destination words (the same bit number in 16
consecutive words).
Bit Bit
Bit Bit