Fill
Table of Contents

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

Syntax

.fill amount [, value]

Uses

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

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

See Also

block

Unless otherwise stated, the content of this page is licensed under GNU Free Documentation License.