You want to check that the compiler encoded your instruction…
You want to check that the compiler encoded your instructions correctly. The RISC-V instruction you want to encode is: blt s1,t2,-1234 What are the binary fields of the instruction that will be stored into the instruction memory. NOTE: Your answer should be a combination of 1s and/or 0s ONLY! Make sure to enter the correct number of digits. Example to enter the value 3 into 6 bits: 000011 Opcode: [opcode] function 3: [funct3] rs1: [rs1] rs2: [rs2] imm(12:1): [imm]
Read Details