Hello guys,
is there a list of supported commands os SimpleShell() and their usage?
Tankyou in advance
Vittorio
SimpleShell()
Re: SimpleShell()
SimpleShell() has two commands: exit, which usually exits to romplayer and play which plays the file you have specified. For example "play r:hello.mp3" You can read the ROM sources main.c
More simple programs can be found from R: device. Like "dir" list files, "type" print contents of file, "echo" to print it's parameters "devices" show installed devices and memory tools "liblist", "peek" and "poke". And your best friend, "reboot" which you can give number as parameter and reset VS1010 to another runlevel.
More simple programs can be found from R: device. Like "dir" list files, "type" print contents of file, "echo" to print it's parameters "devices" show installed devices and memory tools "liblist", "peek" and "poke". And your best friend, "reboot" which you can give number as parameter and reset VS1010 to another runlevel.