scarv / xcrypto

XCrypto: a cryptographic ISE for RISC-V
MIT License
90 stars 10 forks source link

xc.ins; xc.ext encoded wrong #53

Closed phthinh closed 5 years ago

phthinh commented 5 years ago

There are bugs in the instructions xc.ins and xc.ext: assembly ____ complied opcode ____ disassembly xc.ins c1, c4, 0, 8 401a28ab ___ xc.ins c1, c4, 0, 4 xc.ext c2, c5, 0, 8 _ 403aa92b _____ xc.ext c2, c5, 0, 4