issues
search
project-starch
/
capstone-spec
Capstone-RISC-V ISA Reference
https://capstone.kisp-lab.org/
2
stars
0
forks
source link
Unexcepted behavior when giving same operands in capstone load/store instructions
#31
Closed
Mingkai-Li
closed
1 year ago
Mingkai-Li
commented
1 year ago
In LDC when
rs1 = rd
In STC when
rs1 = rs2
For both integer encoding mode and capability encoding mode
lb
/
lbu
/
lh
/
lhu
/
lw
/
lwu
/
ld
with capstone semantics are not affated by this bug
rs1 = rd
rs1 = rs2
lb
/lbu
/lh
/lhu
/lw
/lwu
/ld
with capstone semantics are not affated by this bug