Binary File Items
- Last UpdatedAug 29, 2024
- 1 minute read
|
B[n]:e/b or B[n]/m |
n represents the file number and is optional. If not specified, it is assumed to be 3 (three). If specified, the file number must be 3 or 9 - 255 decimal. |
|
e specifies the element (word) number within the Binary file. It must be 0 - 255 decimal. |
|
|
b specifies the bit number within the word. In the first form (where :e is present), the bit number must be 0 - 15 decimal. |
|
|
m also represents the bit number. However, in the second form, no word numbers are specified and the bit number may be 0 - 4095. |
Examples:
B:33
B:6/4 (same bit as B/100)
B3/4095 (same bit as B:255/15)