šHca.geocities.com/JLABELLE@rogers.com/nsasm/docs/r2037.htmlca.geocities.com/JLABELLE_rogers.com/nsasm/docs/r2037.htmldelayedxnÕJ’’’’’’’’’’’’’’’’’’’’Ȑƒ¹OKtext/htmlPS“'¹’’’’b‰.HTue, 07 Dec 2004 00:49:40 GMT=Mozilla/4.5 (compatible; HTTrack 3.0x; Windows 98)en, *nÕJ¹.fw

.fw

Name

.fw --  fills one or more 16 bit words of memory with a values

Syntax

.fw size fill value

Description

This directives allocate a block of memory which is size words in length. Size must be absolute and defined during pass 1.

Fill specifies the value to which each word in the block is set. This value may be absolute or relocatable, but may not be complex.

If this directive is given a label it refers to the address of the first byte of data and is assigned word type.

This directive is only valid within ROM type sections.

Only one line of data will appear on the output listing.

Example

	TOP:	.fw 	20,X'fff	; 20 words filled with X'fff