Add ctor of MIPS instruction from string #589
Labels
1
Usually one-liner tasks, but may require some deep into infrastructure.
code
Enhances infrastructure or refines, Requires almost no knowledge in CPU microarchitecture.
good first issue
Good task to start with MIPT-MIPS development
S1 — ISA
To solve the issue, you need knowledge about MIPS or RISC-V ISA
Currently the only way to construct a MIPS instruction object is to decode it from 4 bytes. That's not convinient for tests (see #530), so the idea is to add a new constructor from stringed opcode:
The text was updated successfully, but these errors were encountered: