1636
TI Z80 / [Project] Auto-Organize Program
« on: November 13, 2010, 09:06:44 pm »
AutOrganize Version: 0.6
Description: this program will organize your axe programs by block method.
Features:
* Organizes your axe program. (see screeny)
* Ignores spaces in your code for better organization. (see screeny)
* Exact size on output program that is needed. (see screeny Cool )
* copies notes evend if they have if or while etc. in it.
* Does not add spaces to notes.
* Spaces within notes are not deleted
Wishlist:
* Choose the program to organize (it currently must be called a1xtest)
* Reject nonAxe programs.
* Warn you if not enough ram. Will also inform you of the amount of ram needed. (about to finish)
* Have the new program replace the old unorganized one.
*if/while etc. statements in a string are ignored
Warning: this is still an early version so bugs may occur although only one has been found.
Bugs:
* Example Output(1,1,"hi i am james")
-will become Output(1,1,"hiiamjames")
Credits:
DJ Omnimaga: For hosting this wonderful site.
Builderboy: Assistance in program size. Also inspired this project with his auto-optimization program.
FinaleTI: Linking me to code for free ram left.
Note: sorry i have been a little short tempered latly. I have been on a ton of deadlines between my computer and school work.
Organize=compiled
a1xtest=test program
V Old V
Description: this program will organize your axe programs by block method.
Features:
* Organizes your axe program. (see screeny)
* Ignores spaces in your code for better organization. (see screeny)
* Exact size on output program that is needed. (see screeny Cool )
* copies notes evend if they have if or while etc. in it.
* Does not add spaces to notes.
* Spaces within notes are not deleted
Wishlist:
* Choose the program to organize (it currently must be called a1xtest)
* Reject nonAxe programs.
* Warn you if not enough ram. Will also inform you of the amount of ram needed. (about to finish)
* Have the new program replace the old unorganized one.
*if/while etc. statements in a string are ignored
Warning: this is still an early version so bugs may occur although only one has been found.
Bugs:
* Example Output(1,1,"hi i am james")
-will become Output(1,1,"hiiamjames")
Credits:
DJ Omnimaga: For hosting this wonderful site.
Builderboy: Assistance in program size. Also inspired this project with his auto-optimization program.
FinaleTI: Linking me to code for free ram left.
Note: sorry i have been a little short tempered latly. I have been on a ton of deadlines between my computer and school work.
Organize=compiled
a1xtest=test program
V Old V
Spoiler For Spoiler: