1951
tiDE / Re: tiDE Team
« on: November 01, 2010, 07:10:53 pm »Very similar. If you know Java, you should be able to easily learn C#.I do in fact know Java though. What is TFS and is it in the free version?
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to. 1951
tiDE / Re: tiDE Team« on: November 01, 2010, 07:10:53 pm »Very similar. If you know Java, you should be able to easily learn C#.I do in fact know Java though. What is TFS and is it in the free version? 1952
ASM / Re: App Help« on: October 31, 2010, 10:29:16 pm »But I would think that that was built into the system routine that handles the hooks, right? It isn't crashing or anything anymore, it just isn't letting me use the int( command so I am inclined to believe that my problem now is with how I mishandled the hooks or the data.Or with your code. (That isn't commented) What exactly are you trying to make the int( do? 1953
ASM / Re: App Help« on: October 31, 2010, 10:13:38 pm »
IIRC, you have to use that bcall in order to jump back to the OS. So, if it was on the app page, I would assume so.
1954
General Calculator Help / Re: Exporting/signing apps?« on: October 31, 2010, 10:12:14 pm »
the reason I said -f is it compiles while ignoring errors. yeah, the -k -t is unnecessary, but I figured it couldn't hurt. Also, it shows him how to use prompts with 010A.key and so on.
1955
General Calculator Help / Re: Exporting/signing apps?« on: October 31, 2010, 09:22:58 pm »
basically, the size byte field is wrong. Run the second command again, but add a -r option.
Then, run the second command again, but a -f instead of a -r, and a "TWHG2.8xk" instead of "TWHG.8xk" and zip both those files up with the original "TWHGEdit.8xk" file and attach them. EDIT: make sure the -r and the -f are case sensitive. 1956
ASM / Re: App Help« on: October 31, 2010, 09:00:23 pm »
Wow, we are just mortals compared to that. Impressive. Now, I'm confused as to why you djnz'd to $41C4 when that is in the middle of a command? 41CD is probably what you wanted. Hence, why hex programming is dangerous.
Now, I have never ever seen DJNZ like that. That is insane. I can't even follow the code. BTW, another reason why no hex is good. comments! Don't know what's wrong right now, though. Thanks for that disassembly FloppusMaximus. 1957
General Calculator Help / Re: Exporting/signing apps?« on: October 31, 2010, 08:55:02 pm »
Cool, so first type "rabbitsign.exe -c TWHGEdit.8xk". It should say there is no certificate.
If there isn't one, do this: "rabbitsign.exe -k 0104.key -t 8xk -o TWHG.8xk TWHGEdit.8xk" That should work. 1958
General Calculator Help / Re: Exporting/signing apps?« on: October 31, 2010, 08:48:41 pm »
what is the app name and file?
EDIT: This is so I can help you with the commands. 1959
General Calculator Help / Re: Exporting/signing apps?« on: October 31, 2010, 05:47:26 pm »
what do you mean it doesn't sign it? Does it give an error, or will it not send?
1960
TI-BASIC / Re: Quadratic Formula« on: October 31, 2010, 04:25:05 pm »
Please post the program.
1961
TI-BASIC / Re: Quadratic Formula« on: October 31, 2010, 04:17:53 pm »
BB? Try B^2. Also, what error? syntax? what does it highlight on the goto?
1962
ASM / Re: App Help« on: October 31, 2010, 03:34:08 pm »Hooks are designed to run from apps, there is no problem there.I thought the page had to be swapped in and everything. Not sure, then. I can't tell from his hex code either. 1963
ASM / Re: App Help« on: October 31, 2010, 03:26:51 pm »
well, it makes it hard to do. First off, store your hook in some safe place like appbackupscreen(Well, not there since everyone uses it, but you get the idea.) Then, give that location to the installer and exit the app. The problem I think you are having is the fact that the program might be calling the correct location, but the app page isn't swapped in. Also, you need the location and length to copy the hook. (ldir is the instruction. don't know about hex. I think it is copy bc bytes from hl to de.) Then, give the location of the hook or whatever the installer needs.
1964
Miscellaneous / Re: Dragon Cave discussion« on: October 31, 2010, 03:15:13 pm »
Right now, it looks dragcave.net is down anyway, so they will probably upgrade servers soon.
1965
ASM / Re: App Help« on: October 31, 2010, 03:10:24 pm »
Where are you storing the hook? Seriously, this is why we like asm code and not hex. How is it easier?
|
|