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

Of interest
miscellaneousprogrammer Account Info

I have been thinking of how to create a program that...
Every time somebody links, as long as they are linked, the people linking, unless they have the right program, cannot access their link menu, and the program is sent to the other person.
Though this sounds like a virus of sorts, and it probably is, I need this program as part of some research I'm doing.
Of course, it could be used to impress friends, so please, in the rare event that somobody actually does what I suggest and doesn't just say "Oh, I think I know HOW to do it, but I can't program in asm", please do not make the way to dissable it TOO obvious.
Thanks... maybe

     18 September 2004, 20:32 GMT

Re: Miscellaneous Ideas
ti_is_good_++  Account Info

I have been trying to make an Open menu using FLib. This is currently not working. Does anybody have any tips or source?

     19 September 2004, 04:51 GMT

help me please respond quickly
intory1  Account Info

what is asm that everyone is talking about how do i program in asm?

is it a calc app program or a pc file

whatever it is tell me and or where to find it

ty

     25 September 2004, 05:22 GMT

ASM is simple really...
Darwin695  Account Info

ASM is programming in hard processor code... that is each one line pneumonic in an ASM program corresponds to one instruction on the calculator processor. ASM is different between TI-83, and TI-89's, so if you want more specefic help you should reply with what platform (83 or 89) you are using.

     24 November 2004, 05:30 GMT


Re: ASM is simple really...
James Stone  Account Info

i also need help with this on a ti 83 + email me at astone035@msn.com

     5 December 2004, 02:41 GMT


Re: help me please respond quickly
pachacco2  Account Info

a side note (sorry if this is too negative) if you don't know what ASM is, don't bother. until you have fully mastered BASIC it'll be impossible. if you doubt this, here's a simple ASM string:

#define B_CALL(xxxx) rst 28h \ .dw xxxx
#define B_JUMP(xxxx) call 50h \ .dw xxxx
_clrlcdfull =4540h
_homeup =4558h
.org 9D95h
B_CALL(_homeup)
B_CALL(_clrlcdfull)
ret
END

^that clears the screen^
complex? indeed. again- don't bother

     22 January 2005, 01:22 GMT

Re: Miscellaneous Ideas
SingingGuy  Account Info

TI-84+ ROM image? Does such a thing exist? None of the programs here have any way of obtaining a ROM image from a TI-84+, and it'd be a fantastically useful thing to have... Or any other alternative?

Thanks!

     2 October 2004, 00:46 GMT


Re: Re: Miscellaneous Ideas
Stijn van Drongelen Account Info

I think you should take a look at the TI-83+'s link protocol (since that should be very similar to that of the 84+) and make a link program (for PC) that can obtain those images yourself.

     21 January 2005, 08:21 GMT

VTI Rom Expander
jvdthwip Account Info

I found a rom editor for Super Mario World (SNES), and it had a Rom expander, so that if you edit so many things, that you run out of mem, it just blows up the rom with empty space and uses it from there.

Couldn't the same be applied to a TI rom?...
Maybe give a TI-83 plus rom 5 megs of ROM and 1 meg of ram...
(for use on the VTI only, of course, but it would still be neat)

People could then develop massive games for use only on VTI... or you could develop MUCH more easily. Just a thought.

     5 October 2004, 01:29 GMT


Re: VTI Rom Expander
Stijn van Drongelen Account Info

... no way.

The chips in the 83+ only support 32 pages of ROM and 2 pages of RAM, which is equal to 512 kB ROM + 32 kB RAM.

The 83+ SE has more chips and therefore more pages: 64 pages of ROM and (I thougt) 4 pages of RAM: 1 MB ROM + 64 kB RAM.

And if you think that program magically changes the amount or capacity of the chips: welcome to the real world.

     21 January 2005, 08:27 GMT


Re: Re: VTI Rom Expander
Stijn van Drongelen Account Info

Sorry, misread some things. Still, I doubt that VTI can crash in that way that it allocates new memory to have 5+1 MB of memory.

It's also impossible to use over 4 MB in a TI-83+'s addressing system. (256 pages * 4*16^3 bytes)

     21 January 2005, 08:31 GMT

Re: Miscellaneous Ideas
Alchemist Account Info

Hello, I just bought a brand new TI-89T calculator, and it is PERFECT except for one thing.... I miss my Scitools app from my 83+. This is such a big problem for me that i'm actually considering carrying both of them around just so I can do sigfigs and unit conversions. There's not a whole lot of software like that (and of that quality) for the 89 yet. If I had SciTools on my 89T it would be PERFECT. So....

How hard would it be to port SciTools to the 89T?

Is there anyone out there who would do it, or teach me how to do it (if it can be done w/ little experience)?

     12 October 2004, 19:16 GMT

text editor for ti89
elbel86  Account Info

I was wondering if there is a good text editor for the ti-89. Some features I would like to see are:

Word wrap
Viewable in diffent font sizes
Text effects like bold, italics, underline
Maybe different fonts
And most importantly: the ability to open a text document by typing its name (and only its name) at the home screen

If someone could whip one up, or point me to one, it would be a good thing.

     17 October 2004, 03:24 GMT

calculator jokes
e^2  Account Info

me and a friend of mine have made several miscellaneous calculator jokes. also we cannot work out how to upload the programs. could somone explain how to do this. if we are told how to do this then we could upload some of them

     18 October 2004, 00:24 GMT


Re: calculator jokes
pachacco2  Account Info

to upload calculator programs (i'm assuming they're on your calculator and going to your computer, but it works the same either way) you need a link cord (a free silver one comes with the TI-83+SE) and TIConnect (or a similar program, but this one is available free at www.texasinstruments.com). basically you just plug in your calculator, run the program, and then you can directly drag/drop the programs. it's not too difficult.

     22 January 2005, 01:26 GMT

Re: Miscellaneous Ideas
smartgenius1  Account Info

Does anyone know of a program for the ti-89 that runs programs when you turn it on? (just like the startup folder on windows) If not, could anyone make one? I would really like to be able to run a program like that.

     18 October 2004, 20:34 GMT

Re: Miscellaneous Ideas
Michael Ghidiu Account Info

Most people probably already know this, but to get rid of that awful "Done" when a program ends just put on the last line right before it ends Output(1,1,""

     20 October 2004, 22:31 GMT


Re: Re: Miscellaneous Ideas
Stijn van Drongelen Account Info

Put two double quotes ("") at the last line of the program. If the last line returns a value (or is a value itself), the TI-OS will display the value in stead of "Done.", which is in this case an empty string.

"Done." is actually a return code (command is executed successfully), but not a value and therefore it's translated to "Done.".

     21 January 2005, 08:35 GMT

The CRAP interpretter
shkaboinka  Account Info
(Web Page)

I got bored last night, so I made the world's crappiest programming language interpretter; I called it prgmCRAP...though it is a BASIC program (most of the reason it's crap), it has something that BASIC does not have; subroutines!

here is how it works; you store your program in L1, then run prgmCRAP, and it runs your program. Each statement works by having a number represent each command, all of which then take inputs; here they are:

0: Stop the program
1: Return from subroutine otherwise Stop
2: Jump to some index in the program
3: call a subroutine (jump to some index, then come back to this spot when it returns)
4: Load a variable with a value
5: Load a variable with the value of another variable
6: Add a value to a variable (var = var+value)
7: Add a variable to a variable
8: Multiply a variable by a value
9: Multiply a variable by a variable
10: "IF" variable to value (if a given condition is false, skip a given amount of the program)
11: "IF" variable to variable

I have not said the input order for everything, and I wont yet...numberic values are as is (to subtract, use a negative value; to divide, multiply 1/value); String values follow this format: size,char,char..etc, where all the usable chars are stored in order in Str0...I will be more specific when I upload it

Any ideas for this? I know it's stupid, but whatever; just the idea that you can make an interpretter in BASIC, and even one that allows something BASIC doesn't even have!

I have to still add these things in: Disp, Pause, ClrHome, Input, Getkey, ClrDraw, and more; more than one form of each will be used

     10 November 2004, 14:30 GMT

Re: The CRAP interpretter
Stijn van Drongelen Account Info

I like the idea, keep going :)

I don't have any ideas for you though...

     21 January 2005, 08:38 GMT


Re: The CRAP interpretter
jc78244  Account Info
(Web Page)

This sounds like machine code. Look up the assembly commands for one of the calculators to get ideas of which commands to add.

     22 March 2005, 20:34 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