there isn't an easy conversion, no. I'd recommend you dig through it and write the resulting c source.
Thanks, Tyler Littlefield Web: tysdomain.com email: [email protected] My programs don't have bugs, they're called randomly added features. ----- Original Message ----- From: Paul To: [email protected] Sent: Thursday, March 05, 2009 8:34 AM Subject: [c-prog] Converting MINI-BASIC to C? Is there an easy way to convert MINI-BASIC on over to C/C++? MINI-BASIC is a Tiny BASIC interpreter written in assembly language (MASM). It has 26 variables and 1 array (denoted by an @(I) symbol). It uses simple BASIC commands such as PRINT, GOTO, GOSUB, IF and RUN. The Yahoo Group for MINI-BASIC is here: http://tech.groups.yahoo.com/group/minibasic/ Paul [Non-text portions of this message have been removed]
