[OpenBIOS] Dictionary size limit per device instance

Segher Boessenkool segher at kernel.crashing.org
Thu Aug 23 18:59:37 CEST 2007


> As for seeing "here" from FCode:
>
> defer my_here
>  '  noop to my_here
> " here" $find if  to my_here  then
>
> ( you might need a  "drop"  after  the "if"; I forgot whether  $find
> returns just the XT or
> the "immediate" indicator, too...)
>
> Then you can rock'n'roll with  my_here  to show you where you are...

: my-here  " here" eval ;

Slower at run time (searching the dictionary every time), but this
is debug code right :-)


Segher




More information about the OpenBIOS mailing list