[net.sources] Problem in UNIX FORTH for VAXen -- prim.as

ellis@flairvax.UUCP (Michael Ellis) (06/26/84)

I've encountered one problem trying to build the VAX FORTH distributed
in this group recently -- namely in prim.as. `As' barfed as below:

>>	Assembler:
>>	"prim.as", line 333: Too few arguments

..on the line

	movw *$size,*$index	/* if seeking buffered file, reset buffer */

..which (I guess?) should really be:

	movw *$size,*$indx	/* if seeking buffered file, reset buffer */

If I'm wrong, please advise before a zillion netters have cloned my blunder.

-michael