.DCB

A directive that reserves the area of memory and initiates it with the specified value.

Syntax:

[<label>[:]]     .DCB expr [ , expr ]

Example:

buf:    .DCB $20.$FF