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

Pages: 1 ... 311 312 [313] 314 315 ... 317
4681
TI-BASIC / Re: Application booting just after turning on
« on: November 11, 2010, 10:08:29 am »
Peut-être vous avez besoin de faire Str4? Avant vous utilisez la programme pour le premier fois:
"Xeda→Str4
(Correctez ma grammaire si vous voulez)

Maybe you need to make Str4? Before the first time you use the program:
"Xeda→Str4
(Correct my grammar if you would like)

4682
News / Re: Casio Prizm - Color graphic calculator
« on: November 11, 2010, 09:37:47 am »
Je le veux! Il peut être programmé, oui? Et oui, qui les utilise pour les maths?

I want it! It can be programmed, right? And yes, who uses them for math?

(sorry I'm still learning French)
(désolé, j'apprende le français)

4683
ASM / Re: Swapping Pages during Program...
« on: November 10, 2010, 10:33:18 pm »
Well, I was actually going to store all of the random calls and hooks I have made into the app for when I make programs. This way they can be used by all of my programs. I do not fully understand all of the stuff I need for apps, also. Plus, I would prefer to test code in RAM and make modifications that way instead of constantly loading and deleting apps. Thanks for the info, too. I am pretty confident now that I cn go ahead and experiment a little more.

4684
ASM / Re: Swapping Pages during Program...
« on: November 10, 2010, 10:08:50 pm »
Okay, so I want to put a bunch of data into an app so that it can be in a fixed spot of archive memory. Could I then, say, put a program or two into that app and call them using a RAM based program? (while I am still learning how to make an actual app)
I plan to put that special exiting b_call as the first line, so the rest of the program will start at 4083.

4685
ASM / Re: Swapping Pages during Program...
« on: November 10, 2010, 09:59:06 pm »
Oh, I know how to do all that, I was just wondering if I could still use things like b_calls and stuff. I have been working with the flash for a few months now, but I never figured out what that page does.

Sorry for not specifying.

4686
General Calculator Help / Re: RAM loss?
« on: November 10, 2010, 02:25:11 pm »
You can pretty much have only the level unarchived. That is a really good game, too.

4687
Correlation / Re: New Project Aimed at Ti-Basic Programmers
« on: November 10, 2010, 01:50:00 pm »
Hey, not to spam or anything, but I have made a program (SpriteLib) which lets you edit the font a little and use the display routines I even included an example (try example 2) to show what it can do. It is an ASM program and it sets the font hook to work during BASIC program execution and for the hex digits. Example 1 has more maps, but was created early on without the full use of all of the functions...

http://www.ticalc.org/pub/83plus/asm/graphics/spritelib.zip

4688
Other Calculators / Re: k
« on: November 10, 2010, 01:42:17 pm »
Yeah, you are a really cool admin. And you seem to have a pretty solid understanding of things. If you ever do get around to trying to learn Assembly again, I am sure the people here would love to help and we can answer questions. It is pretty active currently, so we just need to hope it stays that way. Plus, if you understand how to use bite editing features and hex and whatnot, you are already well prepared for assembly.

4689
TI-BASIC / Re: Friendly window in Horiz mode
« on: November 10, 2010, 01:29:32 pm »
Yeah, something like that isn't extreme enough for assembly, but I included it just in case. If you were making use of a library that included ExecHex or something, the opcode would be more useful, but an actual program is a bit extreme, I agree.

4690
TI-BASIC / Re: Friendly window in Horiz mode
« on: November 10, 2010, 01:18:04 pm »
That I am not sure can be done in BASIC. I might be able to make a hex code to "undirty" the screen, but that seems like a little much. The code would not be very large, though, if it is what I am thinking.
Code: [Select]
FDCB0380C9

4691
TI-BASIC / Re: Friendly window in Horiz mode
« on: November 10, 2010, 01:14:55 pm »
And you want a way to change the size without redrawing the line?

4692
TI-BASIC / Re: Friendly window in Horiz mode
« on: November 10, 2010, 01:10:17 pm »
It always flickers when you change window sizes, doesn't it? There is a flag set to mark the screen as "dirty" whenever equations are edited or window size is modified, I believe.

And it is slightly smaller that way...

4693
TI-BASIC / Re: Friendly window in Horiz mode
« on: November 10, 2010, 01:03:25 pm »
Do you want each pixel to be 1 unit? If so, you can do this:
Code: [Select]
0→Xmin
0→Ymin
1→dY
1→dX
(The dX is delta x where delta is the triangle thing. Same goes for dY)

If you do this in full screen mode, but then you want to have the same effect in split mode, just do the
Code: [Select]
1→dY
1→dX
thing again and you will be fine.

4694
ASM / Swapping Pages during Program...
« on: November 10, 2010, 12:34:41 pm »
Okay, I have another APP related question. I have another random project that I am working on and I wanted to store all of the data in an APP, but have it called and executed by an assembly program. If I load it into 4000h, what problems will I have while the program is running? I still don't know what that page does, I only know that I swap that page to copy archived data to RAM sometimes.

4695
ASM / Re: WikiTI
« on: November 09, 2010, 11:15:30 pm »
Wait a minute, can I access the second boot page? I can practically read hex...

Pages: 1 ... 311 312 [313] 314 315 ... 317