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

Re: Miscellaneous Ideas
ti-84plus-jeroen  Account Info

I am thinking of making a program that, when you do [2nd], [+], reset, all, all memory, it says that everything is deleted, like normaly, but that nothing is deleted, is it possible to make a program like this, and can someone make this, I can program, but I'm not very good in programming, so, perhaps someone can make it for me? I would be very happy if someone can make this.

thx
(Yes, I know, my English isn't very good)

     27 January 2005, 17:23 GMT

Re: Miscellaneous Ideas
TI_Basic_Asm_13  Account Info

Hey i was just wondering if anyone out there would be interested in making an onboard TI compiler and writing their own language that when compiled becomes an Asm program that way every one can program on the go and still have great fast games

     6 February 2005, 01:48 GMT

Chat
Dooms_day Account Info

i need help with a chat program.

so far i ask for the string, then i send it. on the other calc, how could i recieve and then display the string?

     11 February 2005, 00:19 GMT


Re: Chat
Dooms_day Account Info

nvm, i found out on my own, tkns anyway

     11 February 2005, 20:24 GMT

HELP!!!
john234 Account Info

yo does anybody have any ideas for making a program that can send and recieve messages kinda like a chat thing (for the ti-83 plus)

     25 February 2005, 02:21 GMT

Assembly help
freddy Owen  Account Info

hey every one i was just wandering if some one can tell me a site that has all the opcodes that you put in the calc for assembly prog thx

     14 March 2005, 16:37 GMT

New compiler/language for z80 calcs (TI82 to TI86)
shkaboinka  Account Info
(Web Page)

I am SO close to finishing up my compiler and everything, but before I finish it I am looking for a little help with some assembly stuff.

brief description:
when handling expressions, I'd use register-A or HL for general stuff, and then maybe B or BC during higher-order operations (order of ops), but * / and % ops require more complicated asm routines that use up lots of operators and there are different ways to do them, and I don't know which registers are the best to save info in and what the costs of "destroying" their values could be; I am not an expert at assembly. I am questioning whether I should do that, or not allow expressions but allow single operations that take one value like += *= /= etc, or just not allow * / and % (a combo of asm macros/routines can be made to do it anyways)...either way I need help. I can be more specific and detailed if you want to help.

If you can help me out (or know anyone who can), my info is in the title-bar of this post

     19 March 2005, 20:36 GMT

re: Compiler (oops!)
shkaboinka  Account Info
(Web Page)

ONCE AGAIN it puts HighLevelz80 as the link, though I have told it a million times to change the link Antidisassemablage!

If you want to help with my compiler (see above post), the group page is http://groups.yahoo.com /Antidisassemblage/
(withouth the space after groups.yahoo.com/; I had to put it there because ticalc wont allow words longer than 40 characters)

     19 March 2005, 20:41 GMT

Need Programming Help!
Ian Rothchild  Account Info

I am trying to create a program and need help with it. I need a code for delete AppVars. If you can tell me programming code to do this, email me at Rothchild@gmail.com
Thank you.

     30 March 2005, 05:16 GMT

String Help
Eric Lobdell  Account Info

I am having trouble putting a variable stored in a character variable (A,B,C, etc..) into the middle of a string. The variable changes according to user entries.
I have tried using Str1+A+Str2 and anything else I can think of to change the variable into a string of its own or put it in the middle of the bigger string. Help!

     21 April 2005, 04:40 GMT

ASM tools
Trixter  Account Info

I have used a lot of ASM tools for basic programers and i have yet to find a ASM program that lets basic programers to hide unhide deleat lock unlock archive unarchive hidin programs, it would allso be nice to be abel to deleat apps appvars and groups.

     26 April 2005, 00:37 GMT

Usb hid driver
suzu  Account Info

I think another useful program is a usb hid driver so one can plug a usb keyboard into the usb port of his calc (if it has one)

     29 April 2005, 19:35 GMT

Re: Miscellaneous Ideas
SladeGoulet Account Info

I was wondering if anyone has made a program that would be able to overide the Ram clear option with a password or something. This would stop someone from clearing all your programs by just clearing the ram. Of course it would need to be able to be turned off somehow to allow the deletion of unsused programs. Someone please help!

     6 May 2005, 03:01 GMT

Two Questions...
john234 Account Info

got 2 questions...:

one how do you make a program that can lock, unlock and relock another program ?????????
that would have to be in BASIC for the TI-83+

and second: is anybody here experienced with visual basic scripts that could teach me some commands used: thank you:)

     6 May 2005, 23:33 GMT

Re: Miscellaneous Ideas
george linkington  Account Info
(Web Page)

I have made a basic program so that when a program ends it can display somthing other than Done. all you have to do is make the progrm execute after one has finished and it will not display Done.

     18 May 2005, 13:04 GMT

Re: Miscellaneous Ideas
James Pruitt  Account Info

Has anyone considered using pictures on the 84+ to store information? It could be used as an alternate to lists. E.g. say you wanted to store a message. on the 84p, A-? are keycodes 41-104. If you subtract 41 from both you get 0-63. Therefore, by using the screen pixels as a inary system, one could store 16 alphabetical scharacters perline. For 1024 characters in a string, it takes bout 1016 bytes stored as a string variable but if we use a picture and use each pixel as a binary bit, it only takes 768.

     26 May 2005, 01:34 GMT

Re: Miscellaneous Ideas
program Account Info
(Web Page)

How about an asm clock program/flash application for the ti's that don't have clocks.

     28 June 2005, 22:06 GMT

Re: Miscellaneous Ideas
CoolMaxtheprogrammer Account Info

Can someone make an App hider for the TI-83+ and 84+? It doesn't have to be done by changing the name of App, but by a keyhook. I would have made one if I knew ASM...

     1 July 2005, 23:55 GMT

Asm Tutorial
kludger  Account Info

hey i was wondering if there were any tutorials on how to program asm in hex on the calc, b/c i dont have a clac to comp link and not to mention i can only use a public access terminal b/c my comps trashed... if any one knows how top program in asm in hex on the calc please respond, thanx

     13 July 2005, 22:44 GMT

Encrypt...
kludger  Account Info

hey can some one post or direct me to where i can veiw the source for a TI-83+ encrytpion(needs to have a strong algorithym) program, for text, thanx...

     13 July 2005, 22:47 GMT

Assembly in Hex
kludger  Account Info
(Web Page)

hey I really need to learn how to program in asm but i have a huge problem, i don't have a computer that really works right and i dont have the calc to comp link, does anyone know how to program asm in hex, i can read hex as in converting it to decimal but thats about it, so i really need like a tutorial or sumptin that could teach me how to program asm in hex, it would be muchly appreciated, either reply to this or email me (perfered) kludger@al-qods.com
-thanx

     14 July 2005, 18:46 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