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.
Messages - ACagliano
Pages: 1 ... 40 41 [42] 43 44 ... 62
616
« on: September 02, 2010, 02:14:33 pm »
It's partially working. But not entirely. But its working to the point where i know the concept is right, just the technicals are wrong. Its displaying part of the string correctly, when I go to recall, then starts getting garbage, then crashes.
617
« on: September 02, 2010, 01:53:03 pm »
Am I correct in assuming that I could simply use Axe's length( command to get the size of the string?
618
« on: September 02, 2010, 01:19:16 pm »
lets say im using axe to move a string from Str1A to an appvar. How do i find out how many bytes the string is? This is a typical text string, not limited to hex or numbers, but can range from 0 to Z.
And, any issues with separating things with commas in that string? If yes, how should I separate them?
And, has Quigbo resolved the interrupt issue yet? The one where the Lbl was inconsistent with Goto?
if you use asm to create a custom interrupt routine and keep that routine enabled when you exit to the TI-OS, should it continue to operate?
619
« on: September 01, 2010, 08:43:49 pm »
BrandonW's Fake application will let you simulate a full memory reset, RAM reset, Archive reset, or anything else you can do from the 2nd+Mem+7 menu. http://www.brandonw.net/calculators/fake/
Excellent. I will use that. But I am still interested in the above, if anyone is interested enough to try.
620
« on: September 01, 2010, 08:32:33 pm »
I was merely wondering because alot of teachers check the calc for apps. I was looking for some hook or something, that would, when apps is pressed alone, throws a blank apps menu, but when apps is pressed with any other key, it outputs the real menu. i really dont need it hidden from mem menu.
621
« on: September 01, 2010, 06:32:33 pm »
Has someone figured out how to hide applications from the APPS and MEM menus, without undesirable consequences?
622
« on: September 01, 2010, 04:44:36 pm »
Well, there are two.
1. Based on first 2 bytes is good.
2. Simply returns pointers to all PROGRAM files on the calc.
**Actually, a routine that simply returns a STRING from #2 would be fine, not separate pointers.
623
« on: September 01, 2010, 04:39:39 pm »
**Copy(GDB1,Str1,9
should be
Copy(GDB1,A,9 ; A is your pointer to the appvar, not Str1.
624
« on: September 01, 2010, 04:34:22 pm »
And, how do you stop it from like intercepting a new OS or something like that?
625
« on: September 01, 2010, 01:24:28 pm »
Another one of my programs that I'm working on requires the name of a received program. I know I've asked this before, but I'll put it again.
Hook--> every time link activity COMPLETES (if possible, during or before if easier), output the name of incoming variable to Str1 (or any arbitrary Str, so long as I know which one).
626
« on: September 01, 2010, 10:26:47 am »
Is there a way, not immediately, but in the future, for you to include a command that does that?
627
« on: August 31, 2010, 11:19:22 am »
Is there a way in Axe to somehow return a pointer to a variable, not based on a search by name, but instead by a search by certain criteria, like part of a name, or bytes within a file? If not, could we think about including that?
628
« on: August 31, 2010, 11:05:56 am »
Thank you both. I'll play around an see what I can do.
629
« on: August 30, 2010, 01:27:04 pm »
Here's what I have so far. You input the file name (MUST INCLUDE THE TOKEN) and it gives you a byte-by-byte of the variable.
630
« on: August 30, 2010, 12:59:57 pm »
But what I'm asking is how should the data look. What would the "rows of that image" look like?
Pages: 1 ... 40 41 [42] 43 44 ... 62
|