Syntax

FILL size, value

Description

The FILL directive generates size bytes of value into the current section and adjusts the location counter accordingly.

Example
FILL 5, ' '

This generates five spaces into the current section.