ticalc.org
Basics Archives Community Services Programming
Hardware Help About Search Your Account
   Home :: Programming :: Program Ideas :: Miscellaneous Ideas
Miscellaneous Ideas

Post your ideas for new miscellaneous programs here, or build on ideas posted by other visitors.

  Reply to this item

Z80 interpreter
Nick_S  Account Info

I was wondering if someone could make a z80 interpreter(83+) for DEVELOPMENT purposes so it will tell you if something would crash your cac if you entered it wrong

     13 October 2003, 02:39 GMT


Re: Z80 interpreter
burntfuse  Account Info

You could use VTI.

     13 October 2003, 22:22 GMT


Re: Re: Z80 interpreter
Nick_S  Account Info

no i would want like an error menu like this

error:invalid instruction
>goto error
ignore and continue
quit

     24 June 2004, 05:41 GMT


Re: Re: Re: Z80 interpreter
Nick_S  Account Info

how come it deleetes th spaces on the left of text with no text before(example:" blah,blah,blah") as this is NOT a trailing space[there waso nly one space]

     24 June 2004, 05:43 GMT

Re: Miscellaneous Ideas
Halfmoon Account Info
(Web Page)

Urgh... I suppose my post in the most recent news item was off topic, but I do have a TI-83 Plus Assembly question! (not a program idea)...

How can you measure a certain number of seconds or milliseconds in a program, thus creating a kind of timer?

Thanks for your help!

     16 October 2003, 03:22 GMT

Re: Re: Miscellaneous Ideas
Halfmoon Account Info
(Web Page)

Heh, one more question...

Can anyone tell me where I should go to learn about using keyhooks (in TI-83+ Assembly) ?

Thanks!

     16 October 2003, 04:03 GMT


Re: Re: Miscellaneous Ideas
ti_is_good_++  Account Info
(Web Page)

Use an electronic timer along with trig functions. Loop the program so that its execution time will be measurable and make a clock based on dividing the total time by the number of loops. Then see how far off it is by making a clock using that and letting it execute for a few hours or days. You'll eat batteries, but the result will be a fairly accurate clock.

I did this for a science project once.

     17 October 2003, 06:33 GMT

Re: Miscellaneous Ideas
ti_is_good_++  Account Info
(Web Page)

Does anyone know how to archive desktop settings? The ID databases are maintained but not the rest-I keep it all very organized for ~2 days, then it crashes, which drives me up the wall and I was wondering whether AMS 2.07++ has been around long enough for people to figure out the addresses for the desktop settings.

Would it be easier just to code my own desktop and use autorun() to bypass TIOS entirely?

     17 October 2003, 06:28 GMT

Ti-89 direct typing
fullpage  Account Info

Does there exist a program for TI-89 that allows typing from calc directly to PC using the USB cable? If not, I recommend someone to try to make this. Can the USB cable be detected at bootup of the PC, so you can type in the PC BIOS?

     18 October 2003, 04:59 GMT

Re: Ti-89 direct typing
burntfuse  Account Info

There is a keyboard sold by TI for the 89...

     19 October 2003, 13:38 GMT


Re: Ti-89 direct typing
ViralX  Account Info
(Web Page)

To my knowledge this has not been done. But why would you want it?

In order to use such a thing, you'd need a PC and TI-calc program each to communicate with each other. This could be done, but would not have the kind of yield to merit the work.

And this method wouldn't work with PC BIOS. First of all, you need a motherboard that supports using USB keyboards at boot time. Second, you would have to make an adapter of some kind because the signals sent through the SilverLink would not be the ones you want. Third, you'd need to make a TI-calc program to send the right signals when you press the right keys.

Too much work. Just buy a keyboard. ;)

<Vx>

     7 November 2003, 22:32 GMT

Re: Miscellaneous Ideas
lego314159265358  Account Info

Sombody should rewrite the operating system and make it into a unix-like system. They'd have to be really careful though, because they have to put working link cable drivers in the very first version because there's no other way to get a new operating system on them that i know of.

     20 October 2003, 18:31 GMT

Re: Re: Miscellaneous Ideas
ti_is_good_++  Account Info
(Web Page)

Firstly, ViralX and my group are working on parts of an OS.

Second, in TI-Connect 1.3, there is a "Dumb OS [:)=TIOS] Transfer" in which there need be no OS on the system.

     23 October 2003, 18:17 GMT

Re: Re: Re: Miscellaneous Ideas
Keith Pierce  Account Info
(Web Page)

I am starting a new Progect called windows server 2003, and i need some ideas on what to put in it!
Any one got any!
When i am finished with this in basic and made everything perfet i will turn it to asm, and then maybe a app like mirageOs! SO i need to get ideas!
Thanks in advance

P.s I have a website and if you would like to be a beta tester or want to become a member jsut emial me at Jackson14715@epals.com

     26 October 2003, 17:42 GMT


Re: Re: Re: Re: Miscellaneous Ideas
ti_is_good_++  Account Info
(Web Page)

Server? Really, acually, *server*?

     28 October 2003, 21:15 GMT


Re: Re: Re: Re: Re: Miscellaneous Ideas
Keith Pierce  Account Info
(Web Page)

YES actually a server!

     30 October 2003, 17:36 GMT


Re: Re: Re: Re: Re: Re: Miscellaneous Ideas
ti_is_good_++  Account Info

Define 'server'.

     14 December 2003, 21:04 GMT

Re: Re: Re: Miscellaneous Ideas
lego314159265358  Account Info

how does it work?(the dumbos thingy)
is there actually real rom on the calc, stuff that cant change?

     6 November 2003, 13:40 GMT


Re: Re: Re: Re: Miscellaneous Ideas
ti_is_good_++  Account Info

There's a key combo to do that, found in Appendix D of the AMS manual.

     14 December 2003, 21:04 GMT


Re: Re: Re: Miscellaneous Ideas
ViralX  Account Info
(Web Page)

Actually, what was said about needing perfect drivers in the first release is completely true if you wanted to be able to upgrade the OS. There is a way around this, though.

SITUATION 1: You have a calc with TIOS and TIB reciever. You then send the new OS. The OS has an option (password protected, of course) to startup the boot code (same one as in the TIOS, so there's no conflicts). You then send TIOS again with TIB reciever and send the new, better OS.

SITUATION 2: You have a calc with TIOS and TIB reciever. You then send the new OS. The OS has perfectly working TIOS link protocol drivers and can accept keycoded and non-keycoded OSes. Now when you need to upgrade or switch OSes, just send the new one.

Either way you go, making sure you preserve the TIOS boot code is an essential factor.

<Vx>

     6 November 2003, 21:35 GMT


Re: Re: Miscellaneous Ideas
Matt M Account Info

that's dumb, what we really need is MEMORY! (Not FLASH, but RAM)

     1 November 2003, 00:30 GMT


Re: Re: Re: Miscellaneous Ideas
ti_is_good_++  Account Info
(Web Page)

OK...

AMS calc connected to SilverLink connected to female A to female A adapter connected to USB memory (with a driver on the calc to archive/unarchive and get/send.

Check the link to find USB memory.

     4 November 2003, 21:18 GMT

Re: Re: Re: Re: Miscellaneous Ideas
ti_is_good_++  Account Info
(Web Page)

Sorry about the last link. This one works.

     4 November 2003, 21:23 GMT


Re: Re: Re: Re: Re: Miscellaneous Ideas
ti_is_good_++  Account Info
(Web Page)

JHCIACB!!!

This works. Apparently it doesn't like http://.

     17 November 2003, 22:40 GMT


Re: Re: Re: Re: Re: Re: Miscellaneous Ideas
Jake Griffin  Account Info
(Web Page)

no, it just doesn't like https://...http:// is fine...

     16 April 2004, 17:52 GMT


Re: Re: Re: Re: Miscellaneous Ideas
ti_is_good_++  Account Info
(Web Page)

Just delete the first http://.

     17 November 2003, 22:41 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.

  Copyright © 1996-2012, the ticalc.org project. All rights reserved. | Contact Us | Disclaimer