Metadata-Version: 2.1
Name: riscvm
Version: 0.1.0
Summary: risc-v machine
Home-page: https://github.com/eecsmap/risv
Author: Wenyang Duan
Author-email: wenyang.duan@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# risc-v machine

usage
-----

```
python3 riscv32i.py
python3 riscv32i.py test.txt
cat test.txt | python3 riscv32i.py
pytest
```

Just put the instruction in hex format, with or without prefix '0x'


