mortbopet / Ripes

A graphical processor simulator and assembly editor for the RISC-V ISA
https://ripes.me/
MIT License
2.57k stars 274 forks source link

Add a dynamic ISA reference #299

Closed raccog closed 10 months ago

raccog commented 1 year ago

Draft branch for #297.

Here's my plan on how to implement this feature:

Added a new tab for an ISA reference table.

SliderulesDemo0

raccog commented 1 year ago

Here's a demo of a tooltip that can show up when hovering over instructions in the VSRTL window. The tooltip shows the binary encoding of an add instruction.

SliderulesDemo1

raccog commented 10 months ago

Replacing this draft with #329.