Skip to content

Paner99/riscv_asm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Risc-V Assembler

Assembler for rv32i written in C++. Converts a std::string into a std::vector containing the binary-instructions. Currently no error-detection is implemented, hence any error will be ignored!

supported:

  • rv32i
  • flags
  • word-data declaration

not supported:

  • cssr*-instructions
  • fence-instruction
  • linking
  • sections
  • all data declarations (.space, etc.)
  • alias-instructions (j, ret, etc.)

About

Simple Risc-V Assembler

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 94.8%
  • CMake 5.2%