QBasic is to high level a language to decompile from machine. There are a million different ways to do the same thing in QB, and the decompiler has no way of knowing what methoud was used. In fact, somthing as simple as an IF block would be decompiled as:
If Condition Then Goto B
A:
Goto D
If...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.