Page 1 of 1

When making a compiler use the START command

Posted: Mon Apr 04, 2011 3:25 pm
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:

Posted: Thu Apr 07, 2011 3:51 am
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!