mortbopet / Ripes

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

simulate command line arguments (argc, argv) #259

Open cyrilmhansen opened 1 year ago

cyrilmhansen commented 1 year ago

My understanding is that this means initializing the stack with the arguments and provide a minimal UI for it. This could be useful to perform unit testing on ASM functions.