You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add opcodes for add, mul, sub, div, jmp instructions. Probably need to store them in some sort of class or a container (discussable)
Add class Instruction with decode in `Instructions.[h,cpp] method which can be applied to extract arguments and other info from instruction. Note that for different instruction this method should work differently
Write tests for decoding simple instructions
The text was updated successfully, but these errors were encountered:
We need information about instructions opcodes (https://riscv.org/wp-content/uploads/2017/05/riscv-spec-v2.2.pdf)
class Instruction
withdecode
in `Instructions.[h,cpp] method which can be applied to extract arguments and other info from instruction. Note that for different instruction this method should work differentlyThe text was updated successfully, but these errors were encountered: