Skip to content

[Feature Request] Add RV64I architecture support for 64-bit RISC-V instruction decoding #25

@CAICAIIs

Description

@CAICAIIs

Problem
Hard-coded Xlen::X32 in lib.rs:18-25 blocks 64-bit decoding.

Goals

  • UI toggle for RV32I / RV64I
  • Decode all RV64I instructions (ADDIW, SLLIW …)
  • Handle 6-bit shift immediates

Tasks

  • Make disassemble arch-aware
  • Finish decoder (process32.rs:248-261)
  • Add arch selector in UI
  • 64-bit immediate & shift handling
  • Tests & docs

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions