Re: Dynamic Superinstructions

Tomas Hlavaty <[email protected]> Tue, 13 Feb 2024 23:01:00 +0100
Newsgroups gmane.comp.lang.forth.gforth
Message-ID <[email protected]>
On Tue 13 Feb 2024 at 22:43, Anton Ertl <anton-eMTcDWn+JWX/RkxMZTRrOJdqbFPxfnh/@public.gmane.org> wrote:
> Only Gforth primitives are integrated into dynamic superinstructions.
> So you would have to define an additional word in prim, possibly using
> a gcc asm statement in the C part of the definition.  The code also
> needs to be position-independent.

understand, thank you for your reply