 | A166 User's Guide |  |
|
|
| DBIT Assembler Statement| Arguments | | | Description | The DBIT statement reserves the specified number of bits in a bit section. label is a symbol that is assigned the current memory address. expression is the number of bits to reserve. If expression is not present, one bit is reserved. This statement reserves space in the current memory space and increments the location counter by the number of bits reserved. | | See Also | DF32, DF64, DS, DSB, DSD, DSW | | Example |
A_FLAG: DBIT 1
B_FLAG: DBIT 1
|
|
|