Appendix D
Formatting and Data Conversion
120
m: number of words
O: octal format designator
n: the nth byte of the word
Digit n
Bit
15 14 13 12
11 10 9 8
7 6 5 4
3 2 1 0
1
---
---
---
x 8
0
2
---
---
x 8
1
x 8
0
3
---
x 8
2
x 8
1
x 8
0
4
x 8
3
x 8
2
x 8
1
x 8
0
Example:
4O2 ... Indicates four octal words of two digits each
B Format (mBn)
This format is used for binary numbers (0 to 1):
m: number of words
B: binary format designator
n: the nth bit of the word
Digit n
Bit
1
2
3
4
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
__
5
6
7
8
9
10
11
12
13
14
15
0
15
14
13
12
11
10
09
08
07
06
05
04
03
02
01
00
x2
15
x2
14
x2
13
x2
12
x2
11
x2
10
x2
9
x2
8
x2
7
x2
6
x2
5
x2
4
x2
3
x2
2
x2
1
x2
0
Содержание C500-ASC04
Страница 1: ...C500 ASC04 ASCII Unit Operation Manual Revised February 2001 ...
Страница 5: ...iv ...
Страница 7: ...vi ...