Skip to content
Snippets Groups Projects
  • LoopDawg's avatar
    Remapper: handle embedded opcode in OpSpecConstantOp · 65c2eed6
    LoopDawg authored
    OpSpecConstantOp contains an embedded opcode which is given as a literal
    argument to the OpSpecConstantOp.  The subsequent arguments are as the
    embedded op would expect, which may be a mixture of IDs and literals.  This
    adds support for that to the remapper binary parser.  Upon seeing such an
    embedded op, the parser flips over to parsing the argument list as
    appropriate for that opcode.
    
    Fixes #882.
    65c2eed6