/sys
Jump to navigation
Jump to search
"/sys" is the system disk in Mini Micro. It contains the following files and folders:
| Name | Description |
|---|---|
| data | a folder of data used by some of the demo programs |
| demo | a folder of small(ish) demo programs |
| help | a folder of data used by the help command
|
| lib | a folder of utility modules intended for use with import |
| pics | a folder of images, mostly intended for use as Sprite images or TileDisplay tiles |
| sounds | a folder of digitized sounds |
| startup.ms | the system startup script, which defines various global methods like help and clear
|
| tips.txt | defines the tips shown at startup (or by the tip command)
|
The contents of the sys disk are open-source, and may be found on GitHub.