Brass Core Plugins

fill

Writes a specified number of bytes into the output at the current location.

Syntax

.fill amount [, value]

Remarks

If value is not specified, the current empty fill value is used instead.

Example

; Output 100 space characters.
.fill 100, ' '

See Also