Skip to content

fix sw imm 2x problem, and fix jalr rs1 and rd mixup problem#14

Open
108062138 wants to merge 3 commits into
celebi-pkg:mainfrom
108062138:main
Open

fix sw imm 2x problem, and fix jalr rs1 and rd mixup problem#14
108062138 wants to merge 3 commits into
celebi-pkg:mainfrom
108062138:main

Conversation

@108062138

@108062138 108062138 commented Sep 19, 2025

Copy link
Copy Markdown

for sw part, the imm in sw original generates two times larger than expected. So, I rewrite the sw imm slice operation.
for jalr part, I extend the jalr into two format by modifying the handle specific inst in parser
jalr rd, rs1, offset
jalr rd, offset(rs1)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant