Show Posts

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 - Freyaday

Pages: 1 ... 168 169 [170] 171 172 173
2536
Axe / Re: What am I doing wrong here?
« on: February 27, 2011, 03:27:57 pm »
Oohh. That's what all the buisness is about adding something to program memory.

2537
TI-BASIC / Re: Undo
« on: February 27, 2011, 03:18:18 pm »
Pt-On/Off/Change, Line(On/Off), Fast Circle, Horizontal, Vertical. And no, that question hasn't been asked yet.

2538
Axe / Re: What am I doing wrong here?
« on: February 27, 2011, 03:12:17 pm »
Wait...what?

2539
TI-BASIC / Re: Undo
« on: February 27, 2011, 02:02:33 pm »
Exactly. Now we've come full circle.

2540
TI-BASIC / Re: Undo
« on: February 27, 2011, 01:06:26 pm »
Thankfully, I have one of the old calcs with 128KB mem. But a 95*63 Change counter is missing a crucial element: What commands changed that pixel.

2541
Axe / Re: What am I doing wrong here?
« on: February 27, 2011, 12:59:42 pm »
But because GDB0 is not an actual OS  variable, I can store to the end of it without fear, and then I have Axe create the AppVar for me.

2542
TI-BASIC / Re: Undo
« on: February 27, 2011, 02:10:01 am »
I'd go with the compromise, but it just doesn't feel right to me somehow. About the most complicated logic in the program is the logic dealing with the preview feature for lines, and I'd like to keep it that way.

2543
Axe / Re: What am I doing wrong here?
« on: February 27, 2011, 01:56:05 am »
My current method looks something like this (P is the start of the list)
for(Q,1,{P-2}
nib{Q*9+4->V
10*nib{Q*9+5}+nib{Q*9+6->X
10*nib{Q*9+7}+nib{Q*9+8->Y
...snip...
DispGraph
End
UnDirty GraphScreen machine code

Edit:
I just realized something: I don't need a dynamic AppVar. I just use Axe's GDB0 and keep track of how long it's getting, then create the AppVar at the very end.
*Sigh.*
Gloves.

2544
TI-BASIC / Re: Undo
« on: February 26, 2011, 08:44:18 pm »
That's exactly what I'm talking about.

2545
Axe / Re: What am I doing wrong here?
« on: February 26, 2011, 08:17:14 pm »
That's not what I was asking....What is the machine code doing?

2546
TI-BASIC / Re: Undo
« on: February 26, 2011, 08:06:17 pm »
Yes.

2547
TI-BASIC / Re: Undo
« on: February 26, 2011, 07:20:42 pm »
Yes.

2548
Axe / Re: What am I doing wrong here?
« on: February 26, 2011, 07:15:00 pm »
What's the Asm for?

2549
Axe / Re: What am I doing wrong here?
« on: February 26, 2011, 04:49:59 pm »
Remind me what L3 is in Axe? That is a right arrow, correct? It just shows up as a box on my screen. And will that overwrite the front? buffer?

2550
Axe / Re: What am I doing wrong here?
« on: February 26, 2011, 03:37:16 pm »
I'll get started on it. Does anyone know how to display the back buffer instead of the...front? buffer?

Pages: 1 ... 168 169 [170] 171 172 173