The FILL directive causes the assembler to initialize an area of memory with a
constant value. If a label is present it is assigned the address of the first
constant value generated. The first expression signifies the one byte value to
be placed in the memory and the second expression indicates the total number of
successive bytes to be initialized. The first expression must evaluate to the
range 0-255. Expressions cannot contain forward references or undefined
symbols.