Another bug in Princeton Forth v2.0

William L. Sebok wls at astrovax.UUCP
Fri Aug 10 12:56:31 AEST 1984


On line 2 of screen 19:

ICODE W@  S -) S -) ) MVZWL  END-CODE

should be:

ICODE W@  S -) S )+ ) MVZWL  END-CODE

That is interesting, considering that the vax doesn't even have an autodecrement
deferred addressing mode .

This was one of the "type independent" addressing words that was added at the
last moment.  The error was a simple typo.
-- 
Bill Sebok			Princeton University, Astrophysics
{allegra,akgua,burl,cbosgd,decvax,ihnp4,noao,princeton,vax135}!astrovax!wls



More information about the Comp.sources.unix mailing list