[OpenBIOS] b?branch
Programmingkid
programmingkidx at gmail.com
Sun Dec 31 16:27:54 CET 2017
> On Dec 31, 2017, at 9:03 AM, Jd Lyons <lyons_dj at yahoo.com> wrote:
>
>
>
>> On Dec 31, 2017, at 9:01 AM, Jd Lyons <lyons_dj at yahoo.com> wrote:
>>
>> Looks like the >space word is also in the node.fs for SLOF:
>>
>> : >space node>space @ ;
>> : >space? node>space? @ ;
>>
>
> Yet, I can’t seem to find where the global word my-space is defined in Openbios?
It is located here: openbios/forth/device/package.fs
It is defined like this:
: my-space ( -- phys.hi )
?my-self >in.device-node @
>dn.probe-addr @
;
More information about the OpenBIOS
mailing list