FILL - Fill Memory:

[label]	FILL	expression,expression

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.



Example:
	fill	10,$44	* Fill 10 bytes with value $44



See also:

Compatibility:
CASM X
CCASM  
OS-9 RMA  
Edt/Asm III  
Edtasm6309  
Disk Edtasm+  
Edtasm+  
Macro-80C