|
| DBIT Assembler Statement| Arguments | | | Description | The DBIT statement reserves the specified number of bits in a bit or ebit segment. label is a symbol that is assigned the current memory address. expression is the number of bits to reserve. This statement reserves space in the current memory space and increments the location counter by the number of bits reserved. | | See Also | DS, DSB, DSD, DSW | | Example |
A_FLAG: DBIT 1
B_FLAG: DBIT 1
|
|
|