• Yukihiro "Matz" Matsumoto's avatar
    Revert "Remove `OP_EXT[123]` from operands." · 99dbcec8
    Yukihiro "Matz" Matsumoto authored
    This reverts commit fd10c723.
    
    I thought it was OK to restrict index value within 1 byte, but in some
    cases index value could be 16 bits (2 bytes). I had several ideas to
    address the issue, but reverting `fd10c723` is the easiest way. The
    biggest reason is `mruby/c` still supports `OP_EXT[123]`, so that they
    don't need any additional work.
    99dbcec8
opcode.md 10.3 KB