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

Pages: 1 ... 101 102 [103] 104 105 ... 194
1531
TI-BASIC / Length of Strings
« on: December 12, 2010, 03:49:31 pm »
How big are strings on a Ti-83+ allowed to get?

1532
Correlation / Re: Correlation Screenshots
« on: December 12, 2010, 11:27:44 am »
I'll do my best not to miss a question :)

@Deep Thought  The tokens will not be replaced

@Builderboy A patcher is a good idea, but many people will want to use Output as well as Ln, Text as well as e^.  I'll have to think about that one.

@DJ You will indeed be able to do that.  That's probably my next step

1533
Correlation / Re: Correlation Screenshots
« on: December 11, 2010, 11:50:11 pm »
Here's another screenshot, which uses eight ln( statements to replace the 8 Output( statements.  Even with the optimizations I have yet to make, this ran faster than 8 Output statements, and looks nicer too!

1534
ASM / DelAllocFPS without B_CALLs
« on: December 11, 2010, 11:44:58 pm »
I'm trying to avoid the use of B_CALL routines whenever possible.  In Correlation, I have the following:

ld hl, 2
B_CALL _DelAllocFPS
res numOP1,(iy+ParsFlag2)

or 1
ret


What are the steps I need to take to replace this with a non-b_call function?  I don't need code, just what to do.

1535
Correlation / Re: Correlation Screenshots
« on: December 11, 2010, 08:05:51 pm »
Ah ok. So we use those to display custom fonts and then we can use Output( and Text( normally if we want to?

Exactly! :D

1536
Correlation / Re: Correlation Screenshots
« on: December 11, 2010, 07:49:00 pm »
So to use Correlation we have to use ln( or is that just one of the options for a certain font type or what?

Ln( let's you display a custom 6x8 font like Output( does.  e^( lets you display a custom sized font as an equivalent to Text(

1537
Correlation / Re: Correlation Screenshots
« on: December 11, 2010, 07:07:03 pm »
Nice, could you remind me if word-wrapping was supported by the way? I forgot.

Word-wrapping will be supported for ln(, the Correlation equivalent of Output.

Oh, so just like in BASIC. Awesome :D Will it be like Output( in the sense that it appears "above" everything else and doesn't really affect the row Disp  gets displayed on?

EDIT: Hot_Dog, you just passed your 1337th post.

Hopefully it won't affect the row Disp gets displayed on.  For Asm programmers, I use penCol and penRow, does that affect where Disp goes?

1538
Correlation / Re: Correlation Screenshots
« on: December 11, 2010, 11:44:13 am »
Nice, could you remind me if word-wrapping was supported by the way? I forgot.

Word-wrapping will be supported for ln(, the Correlation equivalent of Output.

1539
Correlation / Re: Correlation: A New Project Aimed at Ti-Basic Programmers
« on: December 11, 2010, 12:13:57 am »
I'm glad to hear about some progress :) I was actually about to ask about how this was coming. Good luck on getting things working correctly and all.

My goal--just a goal mind you--is to have this ready to test by January.  The major headache portion is over and done.

1540
Correlation / Re: Correlation: A New Project Aimed at Ti-Basic Programmers
« on: December 10, 2010, 04:33:32 pm »
Wow!  thats looks great!  are there any known bugs?

There are so many bugs that if they were all fixed, the program would be 20% done.  Basically, I can't list them all. 

However, I will say that there's a "Syntax Error" from the parser after the ln( statement is done executing.  Something I can fix, but need to do.  Also, the routine doesn't yet clip sprites, and ln( doesn't correctly display in a 16 x 8 grid yet.

1541
Looks like in my hurry I forgot to pack my ASM tutorials to make the final changes.  I'm tired of waiting to put the files on ticalc.org and host them here, so I'm just going to look through the files, place the mistakes in the "Changes that couldn't make it" .txt file and leave it at that.

1542
Other Calculators / Re: SirCmpwn's Projects
« on: December 10, 2010, 02:22:20 pm »
We need to have some kind of "I'm so sorry this has happened" point system. SirCpwn would have +40 for 40 people feeling upset that this has happened to him

1543
Correlation / Re: Correlation Screenshots
« on: December 10, 2010, 02:14:23 pm »

1544
Correlation / Re: Correlation: A New Project Aimed at Ti-Basic Programmers
« on: December 10, 2010, 02:04:53 pm »
Here's a new screenshot: A first look at Output using ln(

Note that the run indicator won't be there in the future, but I had to pause the program to test it.

The program is only 10% done, but this is definitely the end of the step 2.

1545
Other Calculators / Re: SirCmpwn's Projects
« on: December 10, 2010, 12:36:53 am »
Every single one of my projects is on hold indefinitely.  You all have my parents to thank.

Sorry about that :(

Pages: 1 ... 101 102 [103] 104 105 ... 194