diff --git a/README.MD b/README.MD index 5622e33..7ac8bc6 100644 --- a/README.MD +++ b/README.MD @@ -1,2 +1,12 @@ # SIBO-PLAYGROUND ## A playground for developing SIBO applications, primarily focussed toward the Series 3 Classic, and the Workabout MX + + +### Utils +#### tsc +Provides a shell script that provides the ablity to run psion's tsc compiler from *nix + +Requires: +emu2 +Psion SIBO C SDK and TopSpeed set up in a directory, named SIBOSDK and TS +FreeDOS, or MS-DOS, COMMAND.COM in a directory named DOS diff --git a/utils/tsc b/utils/tsc new file mode 100755 index 0000000..99b3845 --- /dev/null +++ b/utils/tsc @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +EMU2_DRIVE_C=$HOME/.bin/psion-sibo-sdk EMU2_DRIVE_D=`pwd` EMU2_DEFAULT_DRIVE=D $HOME/.bin/emu2 $HOME/.bin/psion-sibo-sdk/TS/SYS/TSC.EXE $1 $2 -- 'PATH=%PATH%;C:\DOS;C:\TS\INCLUDE;C:\TS\SYS;C:\TS\LIB;C:\SIBOSDK\SYS;'