--- gforth/stuff.fs 2005/11/05 23:26:49 1.46 +++ gforth/stuff.fs 2006/01/28 17:55:32 1.48 @@ -1,6 +1,6 @@ \ miscelleneous words -\ Copyright (C) 1996,1997,1998,2000,2003,2004 Free Software Foundation, Inc. +\ Copyright (C) 1996,1997,1998,2000,2003,2004,2005 Free Software Foundation, Inc. \ This file is part of Gforth. @@ -333,3 +333,10 @@ interpret/compile: what's ( interpretati emit loop ; +\ w@ and l@ + +[ifdef] uw@ +' uw@ alias w@ ( addr -- u ) +' ul@ alias l@ ( addr -- u ) +\ ' sw@ alias