mortbopet / Ripes

A graphical processor simulator and assembly editor for the RISC-V ISA

Home Page:https://ripes.me/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ECall to read input from stdin

tn4799 opened this issue · comments

commented

Hello.
I've noticed that there are no ecalls to read input from stdin / the console. Did i miss something or is there no implementation for that? And if there is no ecall for reading input may you consider implementing ecalls for reading strings and numbers from stdin?

Have a nice day.

This should definitely be there - try the consoleReading.s example which uses the '63' ecall (see Help->System calls inside Ripes).