Basic shell for RP6502 #91
jthwho
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've started work on a basic shell that can call a list of func(int argc, char *argv[]) style functions. It started as a quality of life thing for me as I'm working on some custom VGA stuff, but I figured others might find it useful. Probably a good place for some basic file management stuff once we've got dirent functions.
You can find it here: https://github.com/jthwho/rp6502-shell
Jason
Beta Was this translation helpful? Give feedback.
All reactions