Darkhog Posted Friday at 07:36 AM Share Posted Friday at 07:36 AM I know there's an include and inline commands, but those seem to be only for ASM (at least according to the docs). Is there really no way to include another BB file in the main source (to have a modularity instead of having everything in a single long file)? Quote Link to comment Share on other sites More sharing options...
+Karl G Posted Friday at 11:50 PM Share Posted Friday at 11:50 PM That is correct. It would be a handy addition, though. Quote Link to comment Share on other sites More sharing options...
KevKelley Posted yesterday at 11:19 AM Share Posted yesterday at 11:19 AM Would it be possible to maybe assemble the parts of your program separately and then have a main file with all the includes? It may be an extra step but it could make for some cleaner programming? Quote Link to comment Share on other sites More sharing options...
+Karl G Posted 23 hours ago Share Posted 23 hours ago 2 hours ago, KevKelley said: Would it be possible to maybe assemble the parts of your program separately and then have a main file with all the includes? It may be an extra step but it could make for some cleaner programming? bB doesn't currently support includes for other bB files, only for ASM files. Quote Link to comment Share on other sites More sharing options...
KevKelley Posted 20 hours ago Share Posted 20 hours ago 3 hours ago, Karl G said: bB doesn't currently support includes for other bB files, only for ASM files. I meant if you wrote some bB code and got the assembly for it (doesn’t Visual Batari Basic have the ability to view the assembly for what you write?) Then save that in its own file to include. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.