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

C/C++/c for 83+
Nick_S  Account Info

why doesn't someone write a C,C++, or c complier for te 83+.I know people will say stuff about size.So why not after compilation disassemble the program and optimize it for size and speed at the assewmbly level.

     25 July 2003, 22:39 GMT

Re: C/C++/c for 83+
burntfuse  Account Info

Optimization is something that is VERY hard to do with software; a human has to do it. Why disassemble it afterwards? Why not just take the assembly code generated by the compiler? Anyways, I there's already a Z80 C compiler-I found the link in the message board for the "TIPower released" news item. It's called z88dk.

     26 July 2003, 00:45 GMT

Re: C/C++/c for 83+
burntfuse  Account Info

Actually, why not just use TIPower? It has a more calc-oriented C-like syntax, and can be found in the Windows Utilities.

     26 July 2003, 00:46 GMT


Re: C/C++/c for 83+
Leif Åstrand  Account Info

Optimzing the disassembled code will requre more time and effort than just writing the program in asm from the beginning.

     9 August 2003, 10:57 GMT

text editor
fredowl87  Account Info

I dont know if this has been done yet, but i think it would be a good idea:

A text editor that uses the graph size text, and has word wrapping. Word wrapping would be the key feature here. I think it would be quite difficult, but greatly appreciated.

Also, does anyone know how to access all the greek symbols and other characters? I havent been able to figure that out.

     11 August 2003, 15:33 GMT

I need help : \
Flame Boy  Account Info

I needed help and didnt know the right turn so here I go, I have the alien font now how do I install it so it works? or any font for that matter?

     11 August 2003, 22:02 GMT


Re: I need help : \
JohnC.  Account Info
(Web Page)

Which Calc?

     12 August 2003, 18:05 GMT


Re: Re: I need help : \
Flame Boy  Account Info

TI-83 Plus

calc

     12 August 2003, 22:29 GMT


Re: Re: Re: I need help : \
sicnarF oppiH_yaG  Account Info

You have to get a proggam called Omnicalc. You can get lower cased letters, use the FONTS, and much more. ask shkaboinka on how to get it. I got it from him.

     3 October 2003, 21:47 GMT


Re: text editor
burntfuse  Account Info

If you have an '86, you can use ATE by Jonah Cohen (in the Misc Assembly progs section). If you have an '83 or '83+, maybe someone could port it.....

     17 August 2003, 01:53 GMT

Re: Miscellaneous Ideas
burntfuse  Account Info

Why doesn't someone make a shell for the '83+ that displays and can run ALL programs, not just Ion, MirageOS, or TSE ones? I would write this myself, but I'm used to asm for the '86, and it'll take a bit to learn assembly for the '83+.

     17 August 2003, 01:51 GMT

Guess the # in 83+ ASM
q x  Account Info

How would/can one access the calcs' random number generator in TI-83+ assemlby Language code, I'd REEAAAALLYYYYYYYYYY--- like to know thx.

RSVP: By another post on this board or my e-mail, q_dmc12@yahoo.com , by the way, I'm Ben.

     20 August 2003, 18:42 GMT

Re: Miscellaneous Ideas
total_newbie
(Web Page)

Hi,

I'm totally new to Calc programming, but I would appreciate it if someone would clear this up for me...

Is it possible to have your calc hooked up through you cable, and send info to your computer?

I know that it's possible (obviously) to send stuff to your calc from your computer, but is it possible to send stuff to your computer from your calc?

I would like to know if it is possible to send data like this... I've got an idea for programming - you can use your calc to control certain functions on your computer.

Obviously you would need some software hooked on to your com port, but that shouldn't be the hard part.

So... can your calc send data to your computer?

Thanks

     22 August 2003, 01:10 GMT

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

no it is not possiable

     23 August 2003, 06:01 GMT

Re: Re: Miscellaneous Ideas
Leif Åstrand  Account Info

Yes, it is possible.

At least I have sent many backups of my calc's memory to the computer, and it's allways been working well. ;)

The link port supports two way communication, so it's just a matter of making software for the computer and the calc. You can find specifications about the link port in many assembly programming guides. The built-in basic language also has a command to send a number over the link cable.


/Leif

     23 August 2003, 10:11 GMT


Re: Re: Re: Miscellaneous Ideas
michael8161990  Account Info

did you select something from the calcutlator and the computer just recived it? or did you have the computer waiting

     28 August 2003, 19:15 GMT


Re: Re: Re: Re: Miscellaneous Ideas
burntfuse  Account Info

If you're using the Graphlink software, you get the calc ready by going back to the homescreen, then connect the cable, open the software, and select Receive Files from the Link menu.

     10 September 2003, 02:28 GMT


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

Sure-you get someone who can program in Visual Basic .NET and someone who can program in BASIC or assembly-augmented BASIC, and essentially instruct TI-Connect to transmit x and receive y, then put y or x in a certain folder for your Visual Basic program to use (in a very simple example). This could be used to synchronize files on calcs and computers (AMS and Windows, respectively) so that people or companies could avoid the expense and excess weight of laptops-just carry the calc around (meetings, stocking, field work) and upload the file from the calc, or modify the existing file on the computer.

     8 September 2003, 22:06 GMT

TRY ME - I will do [not quite] ANYTHING in BASIC
shkaboinka  Account Info
(Web Page)

I am SO bored & Out of Ideas for TI83+ BASIC and Java AWT; I challenge anyone to see what I can't do in TI83+ BASIC that is remotely possible; I can't get my "Egyptian War" to work correctly, & it's not my fault, the calc is just being stupid! (I am still exploring some features of the JSDK, but have it mostly down). I COULD make an all-out 3D wireframe editor like the one I'm making using the JSDK (java), but it would be REALLY REALLY SLOW, and take up at least of all the Memory. Go ahead and give me any challenge, but PLEASE: I do NOT WANT 2000 POSTS for me on the SAME THING. Also, don't expect me to make something like "Command & conquer" or expect something like that to work at any decent speed as a BASIC PROGRAM. (There is even a way around recursion (modules/procedures, calls whithin calls) called a STACK); Okay, I am ready for you people to ask me to do things that shouldn't be done in z80 BASIC...Hello?...does anybody every read this stuff?

     28 August 2003, 22:25 GMT

Re: TRY ME - I will do [not quite] ANYTHING in BASIC
ti_is_good_++
(Web Page)

Please...A CAS. The teachers don't associate 83+ with CAS yet.

     30 September 2003, 23:20 GMT


Re: Re: TRY ME - I will do [not quite] ANYTHING in BASIC
nicklaszlo Account Info
(Web Page)

TI-BASIC is a CAS.

     14 December 2003, 00:21 GMT


Re: Re: Re: TRY ME - I will do [not quite] ANYTHING in BASIC
ti_is_good_++  Account Info

Not Z80 BASIC.

     14 December 2003, 22:05 GMT

Re: TRY ME - I will do [not quite] ANYTHING in BASIC
nicklaszlo Account Info
(Web Page)

In theory, any program can be written itteratively instead of recursively.

     14 December 2003, 00:20 GMT

Re: TRY ME - I will do [not quite] ANYTHING in BASIC
nicklaszlo Account Info
(Web Page)

Make a program in basic that can controll light and sound devices.

     14 December 2003, 00:23 GMT


Re: TRY ME - I will do [not quite] ANYTHING in BASIC
Mythic Account Info

How about something to make use of the calculators LCD to display winamp song titles

     24 December 2003, 04:40 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