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

New High Level Programming Language in Developement
shkaboinka  Account Info
(Web Page)

For those of you who don't know, a programming LANGUAGE just refers to what style of programming you are using i.e. Java, C++, Basic, Assembly...

I am running this project for the developement of a HIGH LEVEL PROGRAMMING LANGUAGE for the ti83+ / z80 calcs; It uses C++/Basic formats; It will be friendly to z80 BASIC programmers (people who program ON the calc), but capable of things offered by assembly and other languages; It will use similar commands and support rom calls and assembly commands.

(continued on next Post; KEEP READING)

     15 September 2003, 18:43 GMT

High Level Programming CONTINUED
shkaboinka  Account Info
(Web Page)

The program will compile code in this new language into assembly code (assembly can do almost anything / is base of all stuff)

Interested / learn more?
Go to http:// groups.yahoo.com/ groups/ HighLevelz80;
Questions/comments? email: shkaboinka@yahoo.com

     15 September 2003, 18:50 GMT

Re: High Level Programming CONTINUED
burntfuse  Account Info

Sounds cool-you should look at TIPower and z88dk-they do exactly what you're talking about (especially TIPower).

     16 September 2003, 21:52 GMT


Re: High Level Programming CONTINUED
sicnarF oppiH_yaG  Account Info

Hur Huck!!! I just FARTED

     2 October 2003, 05:42 GMT


Re: Re: High Level Programming CONTINUED
burntfuse  Account Info

....that supports my previous statement that you're disturbed.....or just EXTREMELY immature.....

     4 October 2003, 02:51 GMT

Virus files for TI calculators
shack  Account Info
(Web Page)

Some people should be shot. Why bother write a virus for a calculator? Seriously, it's only got 27KB of RAM!

     18 September 2003, 15:57 GMT


Re: Virus files for TI calculators
nicklaszlo Account Info
(Web Page)

Or worse: there's a rumor where I live that Mirage OS is a virus. I think one idiot just droped thier calculator too many times but didn't want to admit it.

     14 December 2003, 00:37 GMT

TiNuke83 for TI-83+ too
Minime72

I don't know very much about asm programming, but I have tried it a coulple times (both successfully and unsuccessfully). I don't know how to port programs that well either, besides changing commands and other sections of code. Which I don't know if I was successful or not because TiNuke83 is a link program and it is the weekend. I have a Ti-83 and 83+ and it doesn't work between versions of the calculator (I found this out when I tried to nuke an 83+ with my 83 at school (I made sure that the kid didn't care about his programs)! :) ). I was wondering if somebody could port TiNuke83 to the 83+. It uses the silent link capability and it is written by Anthony Baire <popov@mail.dotcom.fr> as it states in the readme. I know that it works on the 83 (it is pretty cool). Thanks!

     20 September 2003, 19:05 GMT

TI-83+ (z80) Basic Progammers...
shkaboinka  Account Info
(Web Page)

Since it bothers me that people can just not know
stuff that I know, because I have nothing better to
do, and because I like to teach people stuff...

ALL YOU BASIC PROGRAMMERS SUCK! no offense, I am also
a basic programmer...but I see so many programs that
could be done MUCH better (haven't seen ONE that I
couldn't improve)

So, if you want I can teach you basic programmers how
to program WELL and/or VERY Efficiently! I know some
of you think you know all the "tricks" and stuff...
but even people who think they can do all this stuff
well enough can learn plenty from me as far as Basic
programming; I can do things that shouldn't be done
in Basic

Hello? Pay attention to me! I'm so Bored!!!

     22 September 2003, 18:53 GMT


Re: TI-83+ (z80) Basic Progammers...
Minime72

I am a BASIC programmer, currently working on learning assembly. I didn't take much offense to your comment, though I thought it possibly offensive to some people.

By the way, I am no expert in English, but I did notice that you left quite a few puncuation marks. If you would like, I could teach some things about the English language.

     23 September 2003, 03:41 GMT

Re: Re: TI-83+ (z80) Basic Progammers...
burntfuse  Account Info

You're right, there was quite a lot of missing punctuation :D. For the person who posted the comment above yours-just look in the informational section of the archives-there are already possibly hundreds of "learn basic in 3 days" or "optimize your basic programming" documents. I downloaded one myself. Also, if you're really bored or half asleep, you shouldn't post to message boards-very strange things can come out (I know from experience).

     25 September 2003, 02:34 GMT


Re: Re: TI-83+ (z80) Basic Progammers...
Konrad Meyer  Account Info
(Web Page)

There is a GREAT guide to learning ASM... it is the only guide that i have ever understood in asm, and due to it i know code in asm. i dont give a piece of crap about my english. view above link for the info about the guide.
»konrad«

     18 October 2003, 00:47 GMT

Port program [Ti-89] to emulate other calcs.
Derek Bailey  Account Info

Many people in my school (Appleton Wisconsin) want me to give them calculator games for their 83+'s; but i only have a 89. I was considering writing a program, ASM TIGCC GNU assembled, which would either emulate another calculator altogether, or would allow the temporary storage of another calculator game file. I would like to find some other people who would like to help to write such a program. Email me at dbaileychess@hotmail.com

     23 September 2003, 04:26 GMT


Re: Port program [Ti-89] to emulate other calcs.
burntfuse  Account Info

Sounds very interesting....I guess that with the TI-89's expanded address range, it wouldn't be hard to reserve 32KB for an emulated RAM page 1 and 0 on the 86, or other areas on the 83+. Then the contents of the emulated $fc00-$ffff (memory-mapped display on the '86) could be copied to the real screen area....or even better, references to the screen could be redirected to the 89's screen. With the higher clock speed, it probably could be done in real time....I would really like to help, but I can only program in assembly for the Z80, and know ~0 C++ (besides having at least 5 other projects which I need to finish).

     28 September 2003, 17:19 GMT

Re: Re: Port program [Ti-89] to emulate other calcs.
ViralX  Account Info
(Web Page)

Too many projects and too little time; isn't that how it always is? (sigh)

<Vx>

     29 September 2003, 04:46 GMT


Re: Re: Re: Port program [Ti-89] to emulate other calcs.
burntfuse  Account Info

Yeah...it's that way with my hardware projects too....I have a robot that's been sitting around partially assembled for >6 months-sometime I'll get around to finishing it....after the tachometer, and the high water alarm, etc.

Still (when I finish my other calc software projects-meaning in a few years ;) ), I might try an '82 emulator for the '86. BTW, did you ever figure out exactly what was causing the Mega Man/Lotus incompatibility?

     4 October 2003, 02:54 GMT


Re: Re: Re: Re: Port program [Ti-89] to emulate other calcs.
ViralX  Account Info
(Web Page)

If you are talking about the Mega Man for a non-89 calculator, I haven't made it. Actually, I had the idea for Mega Man on the 89 a long time before the 86 version was put out, but never had the ambition to do anything until after the Mega Man 86 was released.

As for the problem; honestly, I don't have an 86 nor do I really even know what problem you are talking about.

     3 November 2003, 22:46 GMT


Re: Re: Re: Re: Re: Port program [Ti-89] to emulate other calcs.
burntfuse  Account Info

VERY sorry!!! I thought you were the author of Mega Man 86.

     5 November 2003, 01:43 GMT


Re: Re: Port program [Ti-89] to emulate other calcs.
ti_is_good_++
(Web Page)

C++ is essentially ASM Lite. If you know ASM you can learn C++ in ~2 days-it's only the terminology, you already know how to do it-and vice versa. Try Herb Schildt's 2nd Edition C++ text which can be found anywhere from tech bookstores to Borders.

     29 September 2003, 21:51 GMT


Re: Re: Re: Port program [Ti-89] to emulate other calcs.
burntfuse  Account Info

Thanks-I have a C++ book, just I don't have time with my thousands of other projects. :)

     4 October 2003, 19:48 GMT

Re: Miscellaneous Ideas
ti_is_good_++
(Web Page)

What are some commands people would like in BASIC (a new language)?

Additionally, let's assume this new language is compiled at scripting into hex, not like BASIC-more like VBScript.

     29 September 2003, 22:06 GMT


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

*or* a new language, that is.

     2 October 2003, 22:07 GMT


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

Please? Suggestions (not involving possible future locations for my project)?

     28 December 2003, 02: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