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

General Discussion Board \ Calculator Discussion \ assembly programing

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

AuthorComment
ThePsychoKid18
Probe
Posted: 19 Apr 2003
21:51 GMT
Total Posts: 11
Hey I am a new programmer. I have been all over the net looking for a site that plain and simply tells you how to program in assembly. Would somene please explain to me how to program assembly?
I can program basic very well but i am just stumped at asm.
any help would be great.
zkostik
Carrier
avatar
Posted: 19 Apr 2003
22:07 GMT
Total Posts: 2486
Hey there,
That's sure nice to see someone interested in programming assembly. I'd recommend you some nice tutorial sites if you could tell me what calc you plan to program for. All calcs have different assembly language, therefore you need to decide which one you plan to program for.
Cheers!

---
09 F9 11 02 9D 74 E3 5B D8 41 56 C5 63 56 88 C0
ShockTroop
Goliath
Posted: 20 Apr 2003
04:33 GMT
Total Posts: 170
I might as well jump in because I'm interested in asm programming for the 83+. I've been to TI-Paradise, but the tutorial there seems to be outdated because there's a TASM that's newer than 3.01. Also, what's a good site to learn how to make apps?

[Edited by ShockTroop on 20-Apr-03 13:34]
allynfolksjr
Administrator
avatar
Posted: 20 Apr 2003
08:33 GMT
Total Posts: 1892
About flash programming, I was interested about that too, but I was unable to find a way to make them, w/o reading the 200 (or it seems like it's 200 pages) page SDK for the 83+. but then, more people are intereted in ASm anyway so not many people care about flash. (except for Ti, and then so they can try to sell em to us)
zkostik
Carrier
avatar
Posted: 20 Apr 2003
19:44 GMT
Total Posts: 2486
Hey, my asm fav sites are rather outdated but I've found that yahoo returns a very decent list with a right search query. I've found that "ti-83+ assembly tutorial" keyword gives a very nice list with good sites. If you're a lazy butt, you can just click [HERE] to search for the above mentioned keyword.Hope this helps you guys.

---
09 F9 11 02 9D 74 E3 5B D8 41 56 C5 63 56 88 C0
allynfolksjr
Administrator
avatar
Posted: 21 Apr 2003
16:49 GMT
Total Posts: 1892
Thx fo the the link, i'm a lazy butt.
ephesus
Probe
Posted: 12 May 2003
07:03 GMT
Total Posts: 5
Which calculator are you looking to develop for? If it's below the 89, it uses a zilog z80 processor, and you can find tutorials on http://ti83plus.acz.org for 83 hardware (and consequently 82 hardware) or http://ti86.acz.org for ti-86 hardware (and consequently ti-85 hardware). If you're looking for 89 and 92 hardware, go to http://ti89.acz.org for great tutorials, and definitely read jimmy mardell's excellent m68k development tutorials, definitely the best for learning m68k asm. Jimmy mardell also wrote the excellent z80 school, which will teach you the basics of z80 asm.

So, use jimmy mardell's tutorials to learn the semantics of the actual languages. Then use the Acz sites to learn how to apply the languages to actual hardware.

best of luck,
James

[btw] http://guide.ticalc.org is a z80 tutorial that is ripped almost entirely from jimmy mardell's and the Acz tutorials and put into a pretty little webpage. I didnt use them.. but i'd assume they work as well.

[Edited by ephesus on 12-May-03 16:29]
zkostik
Carrier
avatar
Posted: 12 May 2003
16:34 GMT
Total Posts: 2486
Hey there James,
Thanks for the info, its very appreciated. And yeah, I've gotta agree that Jimmy Mardell's tuts are ones of the best. Just curious, are you a programmer yourself (if so, what calc)?

---
09 F9 11 02 9D 74 E3 5B D8 41 56 C5 63 56 88 C0
ephesus
Probe
Posted: 14 May 2003
12:10 GMT
Total Posts: 5
I'm definitely a programmer, but I gave up calc coding when I graduated from high school. I used to be in a group called the "assembly coders zenith" ;) I wrote that quirky little 83plus central at http://ti83plus.acz.org . I just checked, my old site is still up at http://james.acz.org too.

I was an 86 specialist actually, but I did some 85, 83plus, and 89 coding as well. I generally stick to slightly faster computers these days ;-) but i was thinking about making something for the 86 again. I vowed to finish an rpg for it before i die hehe

[Edited by ephesus on 14-May-03 21:11]
zkostik
Carrier
avatar
Posted: 14 May 2003
23:17 GMT
Total Posts: 2486
lol! i don't think good calc programmers program for calcs not coz they think that calcs are suport computers but because its more challenging to write a program for a calc due to its vast limitations. as with myself, i never felt like leaving faster computers after my programming in 83 basic. :)
giid rog is always nice, cept not many of us have an 86.

---
09 F9 11 02 9D 74 E3 5B D8 41 56 C5 63 56 88 C0
Digital
Guardian
avatar
Posted: 15 May 2003
07:17 GMT
Total Posts: 1051
Hey Z, thanks to you my new oxymoron is "vast limitations"! :-)
zkostik
Carrier
avatar
Posted: 15 May 2003
11:00 GMT
Total Posts: 2486
lol [sunglass] --> and that's my buddy [drunk]

[Edited by zkostik on 15-May-03 20:02]

---
09 F9 11 02 9D 74 E3 5B D8 41 56 C5 63 56 88 C0
ephesus
Probe
Posted: 15 May 2003
11:59 GMT
Total Posts: 5
yes, exactly, that was why i got into calc coding in the first place, because of the limitations. The calc community has turned into a bunch of whining little kids though, it's not like the glory days back in 98-99 ;) For a while some of us moved to the gameboy, but that fell through and now the only calc coder i talk to is Dux Gregis.
he (as well as I) are quite into linux, and related programming. C'est la vie. All I know, is that i *am* going to finish an RPG on the 86 before I die, it's just a matter of time. I'll always have mad love for the 86 ;)
Plus, i always wanted to make a game that took up 90% of the calc's memory hehe
Digital
Guardian
avatar
Posted: 15 May 2003
12:49 GMT
Total Posts: 1051
It actually a good platform to learn programming because you have to learn how to optimize if you want something decent. Z, you might want a news article about the need for a programmer (remember our e-mail discussion). Since the people that come here are more or less dedicated to the site and there are some good programmers I think it might be worth a try. I speak more about this under the SC forum.
zkostik
Carrier
avatar
Posted: 15 May 2003
21:14 GMT
Total Posts: 2486
oh yes, yes i almost forgot that one. i'll make a small ad on our front page (not a news though) which will inform our visitors that we're seeking a coder for 89 C project. you'll see it added tomorrow. i'm too tired now :). --gone to bed...

---
09 F9 11 02 9D 74 E3 5B D8 41 56 C5 63 56 88 C0





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