<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 2018-Mar-19 18:09 , James Lyons via
      OpenBIOS wrote:<br>
    </div>
    <blockquote type="cite"
      cite="mid:B07CF1EA-9B40-49F3-A8A1-5B86D12BE972@yahoo.com">[...]<br>
      " agp/@10" open-dev to my-self
      <br>
      load hd:12,\ppc\4600.rom
      <br>
      800000 1 byte-load
      <br>
      <br>
      That all returns ok, but the FCode doesn't seem to execute.
      <br>
      <br>
      Also, I had to strip the PCI Header from the ROM to get the load
      command to work.
    </blockquote>
    <br>
    Did the load bring the FCode in? You don't want to strip out the PCI
    header, you want to chase the pointer in the PCI header to where the
    FCode starts, and make the byte-load command take that address
    (e.g., in the above, given the file you sent, you'd start at
    800040).<br>
    <br>
    The file you sent does seem to have FCode at offset 40; the "start1"
    is an f1, so it's starting the way it should.<br>
    <br>
  </body>
</html>