linux build instructions

This commit is contained in:
David Lee 2024-07-24 14:19:27 -07:00
parent cc4f6bf4b9
commit 564f733fc4

8
Zedcor ZBasic v402/m.sh Normal file
View File

@ -0,0 +1,8 @@
echo "I can't figure out a way to compile from the command line."
echo "Enter this to build in ZBasic:"
echo " ntvdm -r:. -u ZBASIC SAMPLE.BAS"
echo " run*"
echo " SAMPLE.COM"
echo " system"
echo " ntvdm -c -p SAMPLE.COM"