<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">On 2017-Dec-29 02:01 , Jd Lyons wrote:<br>
    </div>
    <blockquote type="cite"
      cite="mid:4E77D30D-91C4-418C-9D27-DB59CAE7C613@yahoo.com">
      <pre wrap="">
“ <i class="moz-txt-slash"><span class="moz-txt-tag">/</span>pci<span class="moz-txt-tag">/</span></i>@2” open-dev to my-self

Not sure how I can get the value of my-self at the time of the exception?</pre>
    </blockquote>
    <br>
    Well, for a first pass, let's take a look at them before the FCode
    runs. After the above line, say<br>
    <br>
    my-self .<br>
    my-parent .<br>
    my-space .<br>
    <br>
    my-self and my-parent should be similar pointers into the forth
    dictionary, where the framework has allocated data for the instances
    of the video card node and the pci node (respectively).<br>
    <br>
    my-space should be the high-order bits of the PCI address space,
    probably 0x1000 since this is device 2.<br>
    <br>
  </body>
</html>