*** Cluso's Propeller SD card Operating System v1.14 *** (08 October 2016) ------------------------------------------------------------------------------- clear ' Clear screen cmd --- ' Internal use (command interpreter) copy ' Copy a file del ' Delete a file diff ' Display file differences dir [mask] ' Display directory of files dircpm ' Display directory of files on CPM dnload ' Download code Ctl-F10/F11 w/o reset dumpfil ' Dump xxx file in hex+ascii dumphub ' Dump hub memory addr(hex) bytes(hex) dumpsob ' Dump SOB file (compiler file) dumptok ' Dump TOK file (compiler file) echo ' Echo the line of text eeprom [{-WL}{-WU}{-RL}{-RU}] ' EEPROM Read/Write Lower/Upper 32KB free ' Display FAT16/32 used/free space getcpm -T/B ' Get (copy) CPM file to FAT16/32 getfat ' Get (copy) FAT16/32 file to PC help ' Display help info lf ' Toggles LF on/off ls [mask] [A] ' Display directory of files mapcpm [ [-d]] ' Maps info about the CPM filesystem os --- ' PropOS binary file (runs PropOS) putcpm ' Put (copy) FAT16/32 file to CPM putfat ' Put (copy) FAT16/32 file from PC reboot ' Reboot the Propeller Chip ren ' Rename a file run ' Run a ".BIN" file (kills PropOS) testsd ' Tests the SD card (writes to SD) type [-Hn] ' Display the contents of a file used ' Display FAT16/32 used/free space ver ' Display info about PropOS ------------------------------------------------------------------------------- *** Compiler (spin/pasm) in 3 parts... lex [-Vn] ' Compiles xxx.spn to xxx.tok codegen [-Vn] ' Compiles xxx.spn/tok to xxx.sob link [-Vn] ' Compiles xxx.spn/tok/sob to xxx.bin ------------------------------------------------------------------------------- _OS .CMD ' Boots the OS BOOTxxxx.EEP ' May be programmed into EEPROM to boot PropOS (v1.10) ' - runs SD program "PROP_P1.BIN" else "_OS.CMD" xxxx = board/xtal/sdpin specific (refer to forum/website) ------------------------------------------------------------------------------- To RUN any Propeller Binary (replaces the OS completely)... SD:>RUN xxxxxxxx ' Runs xxxxxxxx.bin file ------------------------------------------------------------------------------- To RUN any ZiCog & CPM2.2 (requires RamBlade or equiv) (replaces the OS)... SD:>RUN z3_174fx ' Runs ZiCog RamBlade3 V174 binary A:>HALT ' Reboots the prop (from CPM prompt) -------------------------------------------------------------------------------