Author | Comment |
Zachary940 Wraith
Posted: 21 May 2006 15:29 GMT Total Posts: 714 | I am trying to creat an app using basic bulder.After putting all the data in i get a file called Basic.hex I then use mirage to chang the HEX file in to an app. I end up getting this
[Edited by Zachary940 on 22-May-06 03:05]
--- It is much easier to suggest solutions when you know nothing about the problem. |
4ce_labs Dragoon
Posted: 22 May 2006 09:34 GMT Total Posts: 70 | use the ti flash debugger! get it @ www.ti.com/calc then open wapp sign and drag n' drop or PM me a download link and I'll do it! |
Lunchbox Carrier
Posted: 22 May 2006 15:08 GMT Total Posts: 2007 | You need to compile it with TASM before you use DevPac8x. Unless it's different for apps. And you don't really need the asm compilers I don't think. to put basic programs into an app, I believe all you need is basicbuilder. |
threefingeredguy Ghost
Posted: 22 May 2006 15:31 GMT Total Posts: 1189 | It IS different for apps. You need the binary file generated by Spencer's assembler (TASM does it terribly) and you need all the labels and all sorts of crap, than you use Wabbitsign (or Wappsign if you want suck) to make it an app. Creating an application is very different from creating a program, ask an experienced person about it.
For basic builder stuff though, 4ce_labs should know because he made a bb program.
--- Someone call for an exterminator? |
Zachary940 Wraith
Posted: 22 May 2006 18:04 GMT Total Posts: 714 | ok thanks I used wapsign and got the app to work. It took me a while to find the key file (what ever that does). But it works thanks agian
--- It is much easier to suggest solutions when you know nothing about the problem. |
Lunchbox Carrier
Posted: 23 May 2006 14:45 GMT Total Posts: 2007 | @3fg: Sounded to me like he was talking about basic builder, for which you don't need an asm compiler like I said. |
Zachary940 Wraith
Posted: 23 May 2006 15:47 GMT Total Posts: 714 | Yes I was using basicbullder and now that i know what wapsign does it is too easy to make an app.
[Edited by Zachary940 on 24-May-06 00:49]
--- It is much easier to suggest solutions when you know nothing about the problem. |
Zachary940 Wraith
Posted: 25 May 2006 13:05 GMT Total Posts: 714 | Ok the app is made only it runs realy slow. So slow that I am surprised it works. Does any one know y and what exactly does an app do to run its prgms. Does it unarchive everything in the app or what.
any way thanks for the help, Zachary Redmon (Zachary940)
[Edited by Zachary940 on 25-May-06 22:06]
--- It is much easier to suggest solutions when you know nothing about the problem. |
threefingeredguy Ghost
Posted: 25 May 2006 13:54 GMT Total Posts: 1189 | Basic Builder groups the programs and adds an ungrouper. So all it does is open the programs and run them, and delete. It is usually slower, but you also may have slow code :P.
--- Someone call for an exterminator? |
Lunchbox Carrier
Posted: 25 May 2006 22:03 GMT Total Posts: 2007 | It compresses too, though. Which is useful if you have at least 16385 bytes worth of proggies, but worthless otherwise (wastes space because an app is stored in blocks of 16384 bytes). |