When making a compiler use the START command

Discuss whatever you want here--both QB and non-QB related. Anything from the DEF INT command to the meaning of life!

Moderators: Pete, Mods

Post Reply
TRANERAECK
Coder
Posts: 29
Joined: Thu Mar 24, 2011 3:08 am

When making a compiler use the START command

Post by TRANERAECK »

If you are making a compiler and use a library to do so check for the first two byte as a way to define the same commands quickbasic uses use my hexadecimal converter if you can finish it. USE START as it doesn't take any size of the file for use as memory stealing other than your dimensioned arrays and variables. Check this with FRE command and then compile with BC.EXE watch the compiler use how big the file is to memory because it had to store the code in an array or some type of variable. Remember that when you make a new compiler to store the file as .bak or just use the file as an opened file and convert aha the system is using the memory when you read the opened file must be someway around it. Happy to you who figure this out; wise would you be young jedi.
:twisted:
User avatar
Kiyotewolf
Veteran
Posts: 96
Joined: Tue Apr 01, 2008 11:38 pm

Post by Kiyotewolf »

Please post how you are using the START command.

START %1

or

START BC.EXE %1

or

whatever you ended up using.



~Kiyote!
Banana phone! We need more lemon pledge. * exploding fist of iced tea! * I see your psycho cat and counter with a duck that has a broken leg, in a cast.
Post Reply