A166 User's Guide

DSB Assembler Statement

Arguments
label〚:〛〛 DSB expression
Description

The DSB statement reserves the specified number of bytes in the current memory space. label is a symbol that is assigned the current memory address. expression is the number of bytes to reserve.

This statement reserves space and increments the location counter by the number of bytes reserved.

See Also

DBIT, DS, DSD, DSW

Example
COUNT:  DSB      10
TIME:   DSB      8