Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 346 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 346 Bytes

RISC-V-asm.jl

This is a small project done in collaboration with @AndreiDuma. It's a helper tool for his very cool Master's thesis.

Usage:

  1. Open a julia REPL
  2. julia> include("src/instructions.jl")
  3. julia> encode(parse("add s10, s10, a0")...)