Basic shell for RP6502 #91
jthwho
started this conversation in
Show and tell
Replies: 1 comment
-
|
thank You Jason :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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