Miscellaneous Ideas
|
Post your ideas for new miscellaneous programs here, or build on ideas posted by other visitors.
|
|
Reply to this item
|
Re: Miscellaneous Ideas
|
twithchytweaker00
(Web Page)
|
I was Wondering if anybody here had a robotics class:
cause i need a couple programs that can add vectors using trig..
thanx
<tweaker>
oh yeah does any body here play outwar on the .net?
if you do goto my web page and please click on the thug builder it will help
|
|
13 December 2003, 00:36 GMT
|
|
Port PedroM to the TI-83+.
|
nicklaszlo
(Web Page)
|
Let's make a port or clone of PedroM for the TI-83+ so that more people can use it. (Correction: You make a port. I don't know ASM.)
First order of buisness: Break the OS update signing system.
|
|
14 December 2003, 01:52 GMT
|
|
Re: Miscellaneous Ideas
|
nicklaszlo
(Web Page)
|
A version of VTI that can boot off a flopy on a PC would be nice. That way, people could take VTI to places where the computer administrators are parinoid about hacking. It could use the DOS system that anyone with windows can make, and then copy the VTI files onto. It could use an open operating system, such as Linux or Open DOS. It could have it's own Kernel.
I've noticed the VTI web site has been non-existant for a long time now.
|
|
14 December 2003, 02:01 GMT
|
|
concerning VTI
|
Tonythetiger
|
i may just be very out of the loop...
but does VTI offer ROMS via the USB type of ti computer cable? all of the options are for com ports or something.. i may just be clueless which happends alot too. is there a prog out there to make this work????
|
|
15 December 2003, 20:57 GMT
|
|
ASSEMBLY PROGRAMMING
|
shkaboinka
(Web Page)
|
What I want to know is this: how do you assembly programmers know
what memory to use for data/variables? Is there a way to see
what is available at one time? Or is there a way to have the
calc worry about it. HOW DO YOU ASM PROGRAMMERS KEEP TRACK OF
OR USE DYNAMIC DATA/VARIABLES?
|
|
18 December 2003, 16:18 GMT
|
|
|
|
|
¤
|
burntfuse
|
First, for knowing where to put variables, you can use certain areas which are unused by the OS or you can overwrite without damaging anything, like $ca00 on the '86. OR, THE EASIEST but least efficient way, you can insert a "(label): .db 0" into your code, and then you can store values to the address at (label) and retrieve them easily as with any normal memory location. You can put a second, or even third ".db 0" if you need more than 1 byte, or ".dw 0" if you want to reserve 2 bytes with one statement.
As for dynamic variables, we just make sure that there's enough space for the maximum length it could be (I assume you mean dynamic in LENGTH....).
|
|
25 December 2003, 02:35 GMT
|
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40
You can change the number of comments per page in Account Preferences.
|