1 02/13/84 bit_offset_
2
3
4 Entry points in bit_offset_:
5 List is generated by the help command
6
7
8 :Entry: bit_offset_: 02/13/84 bit_offset_
9
10 Function: returns the bit offset relative to the base of the segment
11 of the bit located by the supplied pointer value.
12
13
14 Syntax:
15 declare bit_offset_ entry ptr returns fixed bin 24 reducible;
16 bit_offset = bit_offset_ pointer_value;
17
18
19 Arguments:
20 pointer_value
21 is a pointer whose bit offset is to be determined. Input
22 bit_offset
23 is the bit offset of the supplied pointer. Output
24
25
26 Notes: The first bit in a segment has a bit offset of zero.