.fill

.fill count [, value]

Outputs count bytes, with the value value. If value is not specified, 255 is substituted. For example, .fill 3, $BB is equivalent to .db $BB, $BB, $BB

.fillw

.fillw count [, value]

Performs the same operation as .fill except that it outputs words rather than bytes.