[OpenBIOS] Adding words to the dictionary

Blue Swirl blauwirbel at gmail.com
Fri Jan 8 18:58:09 CET 2010


On Fri, Jan 8, 2010 at 3:43 AM, G 3 <programmingkidx at gmail.com> wrote:
> How would I add a word to the forth dictionary?

With C it looks like this:

    PUSH(0);
    fword("active-package!");
    bind_func("pgmap@", pgmap_fetch);



More information about the OpenBIOS mailing list