mortbopet / Ripes

A graphical processor simulator and assembly editor for the RISC-V ISA
https://ripes.me/
MIT License
2.49k stars 270 forks source link

Using CLI without UI #341

Closed PedroLSF closed 6 months ago

PedroLSF commented 7 months ago

Good afternoon

I am developing work that intends to use Ripes through the CLI to test third-party codes, the idea is to execute the code along with a set of inputs, but the environment in which this will be implemented does not support UI/Graphical Interface.

I saw that you have been developing the CLI recently, can you tell me if this is possible?