diff --git a/Blocks/README.md b/Blocks/README.md index 9ad96a4..ca04f28 100644 --- a/Blocks/README.md +++ b/Blocks/README.md @@ -22,13 +22,15 @@ Move the cursor using Q, O, P and A as shown on the screen. To compile, use MESCC, "Mike's Enhanced Small C Compiler". See: http://www.floppysoftware.es/mescc.html?path=cpm_projects|mescc -I provide the files neccessary to compile Blocks, using: +In the directory ``mescc``, I provide the files neccessary to compile Blocks, using: CC BLOCKS CCOPT BLOCKS ZSM BLOCKS HEXTOCOM BLOCKS +Note that only the really neccessary files are provided - see the link above for the full MESCC compiler and source code! + ## License: GPL Version 2, see copying.txt - valid for MESCC and Blocks. diff --git a/Blocks/CC.COM b/Blocks/mescc/CC.COM similarity index 100% rename from Blocks/CC.COM rename to Blocks/mescc/CC.COM diff --git a/Blocks/CCOPT.COM b/Blocks/mescc/CCOPT.COM similarity index 100% rename from Blocks/CCOPT.COM rename to Blocks/mescc/CCOPT.COM diff --git a/Blocks/HEXTOCOM.COM b/Blocks/mescc/HEXTOCOM.COM similarity index 100% rename from Blocks/HEXTOCOM.COM rename to Blocks/mescc/HEXTOCOM.COM diff --git a/Blocks/ZSM.COM b/Blocks/mescc/ZSM.COM similarity index 100% rename from Blocks/ZSM.COM rename to Blocks/mescc/ZSM.COM diff --git a/Blocks/ctype.h b/Blocks/mescc/ctype.h similarity index 100% rename from Blocks/ctype.h rename to Blocks/mescc/ctype.h diff --git a/Blocks/mescc.h b/Blocks/mescc/mescc.h similarity index 100% rename from Blocks/mescc.h rename to Blocks/mescc/mescc.h diff --git a/Blocks/sprintf.h b/Blocks/mescc/sprintf.h similarity index 100% rename from Blocks/sprintf.h rename to Blocks/mescc/sprintf.h diff --git a/Blocks/string.h b/Blocks/mescc/string.h similarity index 100% rename from Blocks/string.h rename to Blocks/mescc/string.h diff --git a/Blocks/xprintf.h b/Blocks/mescc/xprintf.h similarity index 100% rename from Blocks/xprintf.h rename to Blocks/mescc/xprintf.h