Skip to content
  • Connor Abbott's avatar
    add some load/store instructions · ac411541
    Connor Abbott authored
    To handle these properly, we need to start decoding the header, since
    the register to load/store from is encoded in the header. We still need
    to decode the dependency information in the header, but at least the
    bits are in the struct.
    ac411541