Response to TI-89 Assembly Petition
Posted by Kirk on 2 April 1999, 00:16 GMT
Thank you for expressing your interest in the TI-89 assembly language documentation. We are excited about this capability going forward and we are pleased to share with you some extra information about what is happening during the rest of this year. We apologize for the delayed release of documentation regarding the TI-89 (and TI-92 Plus module) "exec" command. Part of that is due to us being very busy on major changes in the calculator to make it a more open system. This new system code upgrade will be free to owners of TI-89s and TI-92 Plus modules in Fall 1999 and will include the new system capability for having downloadable applications. Both the TI-89 and the TI-92 Plus modules have very large Flash ROMs that will allow significant application development. Since this is requiring such significant internal changes to the system, a fully developed Software Development Kit (SDK) and documentation will not be available until at least December 1999. We do have a plan for some short-term documentation. Today, (3/31/99) on the TI web site (at http://www.ti.com/calc/docs/asm/8992p.htm) we are releasing a small document specific to the "Exec" command on the TI-89 and TI-92 Plus module. On May 1, 1999 we will be posting on the TI web site a partial list of system calls and their parameters. Development tools and documentation for the new system is planned to be available in December 1999. For those of you interested in writing software for the TI-83 Plus calculator, we have a team working on the system documentation and development tools leading to a TI-83 Plus SDK release around September 1999. Before that we are starting a beta SDK program starting in June 1999. In order to be considered for one of the limited initial copies, please respond to calc-sdk-beta@list.ti.com by May 1, 1999.
|
|
|
The comments below are written by ticalc.org visitors. Their views are not necessarily those of ticalc.org, and ticalc.org takes no responsibility for their content.
|
|
Re: Response to TI-89 Assembly Petition
|
why?
|
why all of a sudden is ticalc the last of the big 3 sites to report such important news? I mean, even ACZ and DimTI had this before ticalc..
|
|
2 April 1999, 01:20 GMT
|
|
Re: Response to TI-89 Assembly Petition
|
Outrider
|
Hmm..a bit off the topic, but has anyone noticed that the solve() function acts a little strange on the TI-89? When I solve a system with equations like (2x+1)/(3y-7)=4z the calc sort of freezes up and takes forever to get the solution. However, if I simplify all the equations so that there aren't any variables in the denominator: 2x+1=4z*(3y-7), it solves it almost instantly. Anyone know why that is?
|
|
2 April 1999, 02:59 GMT
|
|
|
|
|
|
|
|
Re: Re: Re: Response to TI-89 Assembly Petition
|
Scott Noveck (SMN)
(Web Page)
|
Symbolic equations take a lot of memory, even for simple functions that you can do mentally. As a general rule, the more you simplify the equation, the easier it will be on the calculator. It also helps to split it into parts -- try storing the numerator in a, the denominator in b, and typing solve(a/b=4z,z) -- it will be much faster.
It's not DoorsOS or Plusshell that's the culprit, it's the memory used by the games. The more free RAM you have, the faster the calculations will run - that's a given on any of the calculators, but most obvious on the 89/92(+) because they have symbolic manipulation.
-Scott Noveck (SMN)
smn@calc.org
Lead Programmer:
Pokemon 89 - Zelda 89
http://ccia.calc.org
|
|
2 April 1999, 18:31 GMT
|
|
Re: Response to TI-89 Assembly Petition
|
mr. x
(Web Page)
|
What is a SDK anyway?
|
|
2 April 1999, 05:17 GMT
|
|
Re: Response to TI-89 Assembly Petition
|
kty
|
That's great, we got informations... BUT i think this is not enough:
We got only ROM_CALL, we don't have their parameters. We don't have any hardware info, and WORSE, some of the info they give us are WRONG.... For exemple they said that their is not relocation table for the EXEC function... BUT there is one; At the end of the file but without the extension F3 used foor asm format...
They are waiting too long...
Kty
|
|
2 April 1999, 12:47 GMT
|
|
1 2
You can change the number of comments per page in Account Preferences.
|