mortbopet / Ripes

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

printf in cli mode #266

Open gits00 opened 1 year ago

gits00 commented 1 year ago

Hello, I can see that printf in code works in GUI mode but not in CLI mode. Is there any way it can be done in CLI mode or is it unsupported? Thanks,

mortbopet commented 1 year ago

This should ideally already be supported here.

However, i do see that when running an example on Windows, nothing appears. Linux seems to be working as expected...