Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site flairvax.UUCP Path: utzoo!watmath!clyde!burl!ulysses!mhuxl!ihnp4!zehntel!dual!amd70!decwrl!flairvax!ellis From: ellis@flairvax.UUCP (Michael Ellis) Newsgroups: net.sources Subject: Problem in UNIX FORTH for VAXen -- prim.as Message-ID: <574@flairvax.UUCP> Date: Tue, 26-Jun-84 13:26:26 EDT Article-I.D.: flairvax.574 Posted: Tue Jun 26 13:26:26 1984 Date-Received: Thu, 28-Jun-84 05:15:09 EDT Organization: Fairchild AI Lab, Palo Alto, CA Lines: 18 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