Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 423 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 423 Bytes

Roman Numeral conversion in RISC-V assembler

Scot W. Stevenson [email protected]

This RV32 program converts Roman numerals and numbers to Arabic numbers. It is based on the RARS 1.6 Assembler and Runtime Simulator at https://github.com/TheThirdOne/rars. It follows the subtractive notation where IV is 4, though additive Roman numbers will be converted as well.