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 ... 37 38 [39] 40 41 ... 62
571
« on: October 05, 2010, 09:56:56 am »
Feature Request:
TI-Basic has the ability to transfer control to another executable, then return when done. Axe should be able to do the same. Maybe, use the command Get( or something, where the command
Get(prgmAAA)
would cause the executable to transfer execution to the asm program AAA, then return to the main.
572
« on: October 05, 2010, 01:18:31 am »
Is it possible to, in a compiled Axe executable, transfer control to another asm program or compiled Axe program and then return, like you can in TI-Basic?
573
« on: October 05, 2010, 01:17:39 am »
Sorry. I keep forgetting the axe subforum.
574
« on: October 04, 2010, 07:29:16 pm »
Is it possible to, in a compiled Axe executable, transfer control to another asm program or compiled Axe program and then return, like you can in TI-Basic?
575
« on: October 03, 2010, 11:32:57 am »
So, if I want to read what is on the screen and store the data to an appvar, pointed to by P, I would do conj(L6,P,768) Right? And what should the bitmap command say when I do to display it from the appvar? conj(P,L6,768 Bitmap(X,Y,L6)
576
« on: October 03, 2010, 11:28:41 am »
I need to find the area of memory that contain the SCREEN display (KermM says its gbuf). Where is it in Axe? And how do I access it in Axe?
577
« on: October 02, 2010, 01:12:27 pm »
Ok. Two things.
1. How do you take the current screen image and convert it to a bitmap? And how is this done in Axe?
2. (off topic) I need an assembly routine that returns the battery level, on a scale of 1-4, into an Axe variable. I'm trying to create and enable an interrupt routine that stays active and always displays the number (1-4) in the lower right corner of the screen.
578
« on: October 01, 2010, 03:45:23 am »
ZTrumpet, I modified the max character line and the prompt. I hope that's ok with you. I've gotten enough done to update the version tag to 0.2 alpha. This will be shown in the next screenie. Here's a slightly more updated screenie. I had to remove the other one, as I have very limited storage on the freewebs server.
579
« on: September 30, 2010, 12:14:05 pm »
Yeah, the two periods trick does work. Why, though? Did Quigibo support that on purpose, or was that some sort of accidental feature?
Its in the User Guide. He recently added support for what he calls "Library Files", with a 2-period header that do not appear in the compile menu.
580
« on: September 29, 2010, 06:02:06 pm »
Is there a length limit on the input?
581
« on: September 29, 2010, 02:48:24 pm »
No, i was asking you if it was there.
582
« on: September 29, 2010, 02:44:46 pm »
Is it in Omnimaga's file archives (Downloads).
583
« on: September 29, 2010, 02:29:16 pm »
Nice. Is said routine in the Archives here.
584
« on: September 29, 2010, 02:25:51 pm »
Is it possible to make an Axe program have a custom DoorsCS7 icon. If not, can that be a feature of Axe Version 1.0.0, the ability to, when compiling, generate a custom DCS header.
585
« on: September 29, 2010, 02:23:00 pm »
Actually, what I need is an Input routine, not the one in Axe, cuz that one's buggy apparently. Can someone write an asm (or Axe) input routine for this, with the following specifications, if it isn't too much trouble:
1. Auto alpha-lock. 2. Once you've hit 8 characters, it stops typing and stops receiving input. 3. Waits for enter pressed before accepting 4. Press [del] key to backspace. 5. During input, displays "Enter file name" and "[Del] to backspace" on the bottom of the screen.
Thanks
Pages: 1 ... 37 38 [39] 40 41 ... 62
|