gforth
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Undocumented primitives


From: Anton Ertl
Subject: Re: Undocumented primitives
Date: Sun, 25 Jul 2021 19:49:43 +0200
User-agent: NeoMutt/20170113 (1.7.2)

On Sun, Jul 25, 2021 at 06:00:04AM +0000, David Kuehling wrote:
> Hi,
> 
> I recently noticed a warning for my words DLSHIFT and DRSHIFT already
> beeing defined in Gforth.  I had re-implemented both words in plain
> forth, as they were not mentioned in the manual.
> 
> Now looking into "prim" from the Gforth sources, I can find even more
> undocumented primitives that I may have accidentally re-implemented here
> and there:
> 
> ror / rol / dror / drol / arshift / darshift / mux / select / inc# /
> 'cell/' / cell- / fourth / third

Thanks.  I'll document those that we want to support forever
(undocumented words may vanish at any time).

INC# is just an internal word (and you cannot use it interactively).

- anton



reply via email to

[Prev in Thread] Current Thread [Next in Thread]