AntonLydike / riscemu

RISC-V emulator in python
MIT License
48 stars 14 forks source link

Make `RiscemuMain` support non-file inputs #24

Open AntonLydike opened 1 year ago

AntonLydike commented 1 year ago

I'm planning to revamp the way code inputs are handled. I'll probably create a class called Input that provides an interface for retrieving a filename and contents in a consistent manner that allows for both file and string input.