Go to file
2022-07-31 11:59:13 -04:00
License.md Created License.md 2022-07-27 14:34:30 -04:00
mbc4.bas Dropped max string size to 32k to eliminate buffer overflow in case dim section 2022-07-31 11:59:13 -04:00
mbc4.cc Dropped max string size to 32k to eliminate buffer overflow in case dim section 2022-07-31 11:59:13 -04:00
README.md Initial commit 2022-07-27 14:25:04 -04:00
runtime.bas Dropped max string size to 32k to eliminate buffer overflow in case dim section 2022-07-31 11:59:13 -04:00
std_macros.bas Initial Code Commit 2022-07-28 14:29:51 -04:00
std_prototypes.bas Dropped max string size to 32k to eliminate buffer overflow in case dim section 2022-07-31 11:59:13 -04:00

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.