From e5f67550607720c7c3dc63bff0e065242998e860 Mon Sep 17 00:00:00 2001 From: Airr Date: Wed, 27 Jul 2022 14:25:04 -0400 Subject: [PATCH] Initial commit --- README.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..205b599 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# MBC +MBC is a Basic to C/C++ translator, originally based on the BCX Windows translator by Kevin Diggins. It has successfully compiled using Clang++ and G++ on macOS/Linux 64bit OS's, and G++ on RaspberryPi.