http://calcg.org/newlogo2.png Not Logged in.
Login | Register

General Discussion Board \ Calculator Discussion \ LETS TALK ABOUT PRGRAMING

Click here to log in (you must be logged in to post comments).

AuthorComment
snoop48
Probe
Posted: 30 Mar 2004
20:12 GMT
Total Posts: 10

can u teach me the basics in programing?
allynfolksjr
Administrator
avatar
Posted: 30 Mar 2004
20:15 GMT
Total Posts: 1892
There are numerous forums in this site to address your needs, try the z80 programming forum and the dysfunction forum.
snoop48
Probe
Posted: 30 Mar 2004
20:22 GMT
Total Posts: 10

do u know much about programing?



[Edited by snoop48 on 31-Mar-04 06:22]
allynfolksjr
Administrator
avatar
Posted: 30 Mar 2004
20:37 GMT
Total Posts: 1892
I do, but I'm a really bad explainer.
zkostik
Carrier
avatar
Posted: 30 Mar 2004
20:38 GMT
Total Posts: 2486
first of all, what language are you interested in, basic or assembly? second, do you have any programming background already? answer those and i'll try to suggest you some good tutorial places. there have also been quite a few tutorial site links posted on this forum, you may want to run a search as well.

---
09 F9 11 02 9D 74 E3 5B D8 41 56 C5 63 56 88 C0
allynfolksjr
Administrator
avatar
Posted: 30 Mar 2004
20:40 GMT
Total Posts: 1892
I was going to mention in a post edit that you should look at your manual that came from your calc. It can provide lots of resources, especially on BASIC programming...
snoop48
Probe
Posted: 30 Mar 2004
20:57 GMT
Total Posts: 10

Z i just want basic right now if thats frist.
and i have no prgramming ex.
spiral
Wraith
Posted: 30 Mar 2004
21:34 GMT
Total Posts: 958
When writing in all caps, it's generally a good idea to use spell check, it's like shouting out to somebody in real life and then saying a different name.

The manual of a calculator is very good instructor of how to code in basic, even without programming experience.
ShockTroop
Goliath
Posted: 31 Mar 2004
14:01 GMT
Total Posts: 170
Try the Programming forums.
zkostik
Carrier
avatar
Posted: 31 Mar 2004
17:04 GMT
Total Posts: 2486
I'd also suggest you start with a calculator manual. It'll provide you with easy step by step guide to write your first basic programs and will also take you a little more advanced programs like a Guess game. You can access the online version of the manual HERE.
Once you get the hang of the basics, you might want to head to THIS site, it's called Basic Guru and will provide you with more advanced tutorials and examples.
Please try those. People on this forum will help answering your questions ONCE you learn some ti basic. It is however not likely that anyone will write code for you. But like I said, we'll be happy to point you in the right directions but you'll have to learn yourself. Alright?

---
09 F9 11 02 9D 74 E3 5B D8 41 56 C5 63 56 88 C0
Ray Kremer
Ultralisk
Posted: 31 Mar 2004
23:21 GMT
Total Posts: 310
Read this:
http://home.covad.net/~regaltool/tifaq/?p1.htm#1.1
snoop48
Probe
Posted: 1 Apr 2004
14:39 GMT
Total Posts: 10

Allright I have read most of the programing part of the manual is there any other chapters n the manual that are good for programmers to know?

My main objective is to make a menu game right now.
Digital
Guardian
avatar
Posted: 1 Apr 2004
18:03 GMT
Total Posts: 1051
the very back, or near there where every command and its perameters are shown and demonstrated.
snoop48
Probe
Posted: 1 Apr 2004
18:22 GMT
Total Posts: 10

Ok, another Q what is the diff between an assimble program and a basic?

stranded
Marine
Posted: 1 Apr 2004
20:16 GMT
Total Posts: 39

THIS is snoop48s new name
spiral
Wraith
Posted: 1 Apr 2004
22:34 GMT
Total Posts: 958
thanks for beating it in several times.
stranded
Marine
Posted: 1 Apr 2004
23:06 GMT
Total Posts: 39

What?
Ray Kremer
Ultralisk
Posted: 1 Apr 2004
23:07 GMT
Total Posts: 310
>is there any other chapters n the manual that are good for
>programmers to know?

All of it.

>what is the diff between an assimble program and a basic?

http://home.covad.net/~regaltool/tifaq/?glossary.htm#assembly
http://home.covad.net/~regaltool/tifaq/?glossary.htm#tibasic
stranded
Marine
Posted: 2 Apr 2004
00:00 GMT
Total Posts: 39

Hey ray can u make those sites links for me?
Digital
Guardian
avatar
Posted: 2 Apr 2004
08:18 GMT
Total Posts: 1051
spiral, seriously, you need to chill.
Ray Kremer
Ultralisk
Posted: 2 Apr 2004
20:44 GMT
Total Posts: 310
> Hey ray can u make those sites links for me?

What, it's too hard for you to copy and paste them into the address line of your browser?
Lunchbox
Carrier
avatar
Posted: 4 Apr 2004
17:42 GMT
Total Posts: 2007
haha, too hard to copy and paste :img20:
Stranded, let me point out to you a few of the major differences between Assembly programming and TI-BASIC programming:
1. Assembly programs are edited/written on the computer, whereas BASIC programs are written/edited on your calculator.
2. Assembly programs are written in assembly programming language and BASIC programs are written in TI-BASIC programming language.
3. Assembly programs run faster and can do more and better things.
4. Assembly language is waaaaaay harder to learn
Your brain before programming in assembly: :)
Your brain while programming in assembly: :dead:

EDIT: LERN TWO SPEL!!!

[Edited by Lunchbox on 05-Apr-04 02:43]
stranded
Marine
Posted: 9 Apr 2004
10:58 GMT
Total Posts: 39

Can any one give me a walk though on the basics in menu games?
Barrett
Administrator
avatar
Posted: 9 Apr 2004
11:28 GMT
Total Posts: 1676
the best way to learn how to program is to first look at the basics of the basic language, which you have already done. Now it's time for you to practice. Just start making a program and see what it does. If you can't make it work, download another basic program to your calculator that does a similar thing and look at it in the program editor on your calculator. Look and see what functions and stuff they used to make something happen. Then change something in their program and see what the effect is.

Just keep programming and eventually something will have to work.

that's the best way to learn. Now if you need a reference, then go to a tutorial or something, but you can't memorize the guide book (not until after you've programmed a lot, otherwise it's hard to understand what it's talking about) -- you have to know what you need.

[Edited by Barrett on 09-Apr-04 20:28]

---
-Barrett A
stranded
Marine
Posted: 9 Apr 2004
16:44 GMT
Total Posts: 39

Thanks Barrett, all i need now is a cable to the comp. I have another question, is galactia a basic or assmble game. What about MARIO?

Some day i would like to be a good programer and give yall games.
stranded
Marine
Posted: 9 Apr 2004
16:46 GMT
Total Posts: 39

i am sry if i ask to many questoins. It would help if you could tel me where i can read a tutorial. sry for posting that twice.
Barrett
Administrator
avatar
Posted: 9 Apr 2004
16:53 GMT
Total Posts: 1676
if you go to the page the program is on it will have a "Category" bar on the top... just under it it will either say "Assembly" or "BASIC" (or "Flash").

If you go to TI's website and look around (products-ti connect-download-"Are you looking for TI Graph Link software?) you can download TI-Graph Link, which is the previous connectivity software used to connect to calculators.... there is a program editor in it that you can view programs on before you get your TI-Connect cable (and software, you cannot use graph link with a USB cable).

---
-Barrett A
Barrett
Administrator
avatar
Posted: 9 Apr 2004
16:54 GMT
Total Posts: 1676
lol... or you can click on that link.... nice one Z... didn't know you added that link.

---
-Barrett A
Lunchbox
Carrier
avatar
Posted: 9 Apr 2004
21:51 GMT
Total Posts: 2007
2 more rules for distinguishing BASIC programs from assembly:
1. if it runs fast, it's most likely in assembly :)
2. if you can edit it on your calc, its BASIC.
stranded
Marine
Posted: 10 Apr 2004
11:46 GMT
Total Posts: 39

I see... I am makeing a basic menu game. And how can i check the language(all of the commande lines to make the program) of the program with out downloading it on to my calculator. Or can I?
Barrett
Administrator
avatar
Posted: 10 Apr 2004
11:57 GMT
Total Posts: 1676
read the 3rd comment above yours.

---
-Barrett A
stranded
Marine
Posted: 10 Apr 2004
13:44 GMT
Total Posts: 39
I know about the differnce between the two im on anouther topic now.

Can i see the command lines of a program from this website?

And how do you get an avitar?

[Edited by stranded on 10-Apr-04 22:46]
Barrett
Administrator
avatar
Posted: 10 Apr 2004
13:56 GMT
Total Posts: 1676
again, read the entire comment.

---
-Barrett A
stranded
Marine
Posted: 10 Apr 2004
17:22 GMT
Total Posts: 39

What version should i download? Is 2.20 ok?
Barrett
Administrator
avatar
Posted: 10 Apr 2004
18:09 GMT
Total Posts: 1676
click here -> TI Graph Link

follow the links. Download the English version. Download whichever version is the latest.

[Edited by Barrett on 11-Apr-04 03:11]

---
-Barrett A
stranded
Marine
Posted: 12 Apr 2004
20:33 GMT
Total Posts: 39

I need to be a member there?
Barrett
Administrator
avatar
Posted: 12 Apr 2004
22:19 GMT
Total Posts: 1676
well stranded, if it asks you to sign in and create an account, then you should do it.

I'm not trying to be mean or anything, but a lot of these questions you're asking can be easily answered by looking around a bit more.

That said I'm still more than happy to answer your questions, it would just be faster and easier for yourself if you figured a few things out on your own.

---
-Barrett A
stranded
Marine
Posted: 13 Apr 2004
13:51 GMT
Total Posts: 39

Heh, ok sorry but I am really excited about this programing thing.
I found a really great site. It explains BASIC programming that starters can understand easly. The web site is

http://odin.prohosting.com/mjs2k/tutorials/index.htm

This will likely be most helpful to starters then have no programing exp. But there is also information about higher level programing such as ASSEMBLE.

Now that I read part 1 and 2 of BASIC programing i am starting on my own adventure game.(Menu Game)
Lunchbox
Carrier
avatar
Posted: 13 Apr 2004
14:20 GMT
Total Posts: 2007
A couple of things:
1.don't post the same thing on two different topics stranded, it is extraneous and uneccessary.
2.It's assembly (Y on the end, not E). not that it matters, it just makes you sound a little wierd if you say assemble instead of assembly
3.TI-BASIC is always all in caps, while assembly doesn't have to be.
4.You might want to read all parts of that tutorial before you jump into making a game...usually helps to finish learning something before you do it, but it's great you're excited.
5.When you make your game, make sure it has tons of options, it is bug-free, and a little bit of graphics wouldn't hurt either ;).
stranded
Marine
Posted: 13 Apr 2004
15:16 GMT
Total Posts: 39

ok, thanks lets cont. this chat in the topic basic programing.
JcCorp
Probe
Posted: 23 Apr 2004
07:00 GMT
Total Posts:

Edit
is there any way that i can easily turn basic programs into Assembly?
and do i need any special programs to make an assembly program? :puke_a:
spiral
Wraith
Posted: 23 Apr 2004
23:27 GMT
Total Posts: 958
people tried to make programs to turn basic into assembly, but they never really worked.

you need devpac8x, tasm, some other software is optional. check out some tutorials on ticalc.
JcCorp
Probe
Posted: 24 Apr 2004
15:18 GMT
Total Posts:

Edit
k thnx ill try
JcCorp
Probe
Posted: 25 Apr 2004
05:19 GMT
Total Posts:

Edit
forget it. i took one look at the list of possible commands and freaked out :wow:. I'll stay with basic, thanks. Unless there's a way to make them into flash games... then maybe i'll try that.
JcCorp
Probe
Posted: 25 Apr 2004
05:25 GMT
Total Posts:

Edit
and by flash i mean turning the basic games into apps
stranded
Marine
Posted: 28 Apr 2004
18:05 GMT
Total Posts: 39
How well do you know BASIC programing? And are you working on any games latly?

[Edited by stranded on 30-Apr-04 01:35]





Portal | My Account | Register | Lost Password or Username | TOS | Disclaimer | Help | Site Search | File Archives Copyright © 2002-2019 CalcG.org