This is an archived, read-only copy of the United-TI subforum , including posts and topic from May 2003 to April 2012. If you would like to discuss any of the topics in this forum, you can visit Cemetech's z80 & ez80 Assembly subforum. Some of these topics may also be directly-linked to active Cemetech topics. If you are a Cemetech member with a linked United-TI account, you can link United-TI topics here with your current Cemetech topics.

This forum is locked: you cannot post, reply to, or edit topics. Z80 & 68k Assembly => z80 & ez80 Assembly
United-TI Archives -> Z80 & 68k Assembly
 
    » Goto page Previous  1, 2, 3, 4, 5, 6, 7, 8  Next
» View previous topic :: View next topic  
Author Message
Arcane Wizard
`semi-hippie`


Super Elite (Last Title)


Joined: 02 Jun 2003
Posts: 8993

Posted: 04 Dec 2003 10:38:29 am    Post subject:

What would be the best step after reading CoBB's tutorial on Z80 ASM programming to get a basic grip on graphics/anything else needed to make a complete game/program? (I'd prefer a tutorial that, like CoBB's tutorial, doesn't just learn you how to use a particular library of routines, and nothing more)
Back to top
Arcane Wizard
`semi-hippie`


Super Elite (Last Title)


Joined: 02 Jun 2003
Posts: 8993

Posted: 06 Dec 2003 04:21:10 am    Post subject:

Hello, anybody here? Sad
Back to top
Job the GameQuitter


Member


Joined: 04 Jun 2003
Posts: 102

Posted: 07 Dec 2003 09:50:10 am    Post subject:

The 28 days tutotorial covers just about everything the 83+ has to offer.
Back to top
Arcane Wizard
`semi-hippie`


Super Elite (Last Title)


Joined: 02 Jun 2003
Posts: 8993

Posted: 07 Dec 2003 11:48:12 am    Post subject:

But I don't have a plus, so won't a lot of the (b)calls and memory addresses be different or simply inexistent?
Back to top
Jeffrey


Member


Joined: 12 Jun 2003
Posts: 212

Posted: 07 Dec 2003 05:53:49 pm    Post subject:

Isnt ASM guru for TI-83? I dont like it, but maybe it will suit you.
Back to top
sgm


Calc Guru


Joined: 04 Sep 2003
Posts: 1265

Posted: 08 Dec 2003 01:03:05 pm    Post subject:

Arcane Wizard wrote:
But I don't have a plus, so won't a lot of the (b)calls and memory addresses be different or simply inexistent?

Well, since you're referencing all the memory addresses and system entry points through equates, all you need is to use the TI-83 include file and put maybe:

#define b_call(xxx) call xxx

And it should be fine. Watch out for the VAT and TI-83+-specific things though.
Back to top
sgm


Calc Guru


Joined: 04 Sep 2003
Posts: 1265

Posted: 08 Dec 2003 01:04:02 pm    Post subject:

Job the GameQuitter wrote:
The 28 days tutotorial covers just about everything  the 83+ has to offer.

From an ASAP point of view. When you do applications, there's a whole mess o' useless trash you can waste your time with.
Back to top
shadowing
Powered by 64


Calc Guru


Joined: 06 Jan 2004
Posts: 1002

Posted: 06 Jan 2004 07:52:37 pm    Post subject:

For those dudes, who have abandoned this topic, I'm a newb. However, my suggesion for some newbs like me is to first just read jeffrey chai's ti83+ asm tutorial them read learning asm in 28 days. Very Happy
Back to top
DarkerLine
ceci n'est pas une |


Super Elite (Last Title)


Joined: 04 Nov 2003
Posts: 8328

Posted: 26 Jan 2004 03:18:42 pm    Post subject:

What is the best 68k tutorial?
Back to top
Adm.Wiggin
aka Tianon


Know-It-All


Joined: 02 Jun 2003
Posts: 1874

Posted: 26 Jan 2004 05:03:18 pm    Post subject:

Have you looked on ticalc.org for good tuts.? they seem to have some ok stuff usually, but then again, there is a whole load of useless crap on there too.
Back to top
DarkerLine
ceci n'est pas une |


Super Elite (Last Title)


Joined: 04 Nov 2003
Posts: 8328

Posted: 27 Jan 2004 12:57:55 pm    Post subject:

Adm.Wiggin wrote:
Have you looked on ticalc.org for good tuts.?  they seem to have some ok stuff usually, but then again, there is a whole load of useless crap on there too.

I couldn't find any tutorials on ticalc.org, the only thing I found was how to stop the user from using the on key to break in completely Basic programs.
Back to top
sgm


Calc Guru


Joined: 04 Sep 2003
Posts: 1265

Posted: 27 Jan 2004 03:46:11 pm    Post subject:

Sir Robin wrote:
What is the best 68k tutorial?

They all suck (especially the old Technoplaza one).

Maybe I should write one for fun. My English teacher tells me I need to practise writing outside of school.
Back to top
shadowing
Powered by 64


Calc Guru


Joined: 06 Jan 2004
Posts: 1002

Posted: 27 Jan 2004 06:07:35 pm    Post subject:

Don't know much about 68 K so I'll agreee with nobody and say I don't know.
Back to top
DarkerLine
ceci n'est pas une |


Super Elite (Last Title)


Joined: 04 Nov 2003
Posts: 8328

Posted: 28 Jan 2004 09:58:23 am    Post subject:

shadowing wrote:
Don't know much about 68 K so I'll agreee with nobody and say I don't know.

very useful post I will be able to get hundreds of excellent tutorials from.
Back to top
shadowing
Powered by 64


Calc Guru


Joined: 06 Jan 2004
Posts: 1002

Posted: 28 Jan 2004 06:18:44 pm    Post subject:

Stop being sarcastic. I found a websit that might know. 68k tutorials.
Back to top
sgm


Calc Guru


Joined: 04 Sep 2003
Posts: 1265

Posted: 28 Jan 2004 07:21:09 pm    Post subject:

That's just the programmer's manual, so just a description of the opcodes available. It's good if you already know the ins and outs of another kind of assembly, but a tutorial...

Okay, if you are really desperate:

New Technoplaza Lessons
Not much to go with.

Old Technoplaza Lessons
These were written by a real winner:

Quote:
Please consider switching to TIGCC. C is superior to assembly in almost every respect. Why challenge that? You will notice little if any difference in speed between C and assembly programs, so the benefits FAR outweigh the costs. Trust me, switch to TIGCC. Let my new series of lessons help you in this. C is very easy, trust me.


Quote:
Update (June 28, 2001): This was the final lesson in this series of assembly lessons due to the warning given at the beginning. If you wish to continue with assembly, you will need to learn it on your own. I recommend switching to C programming, as it is much easier than assembly.


Kevin Kofler's Tutorial
Pretty okay. But it really only describes about setting up programming on a calculator, no real info on problem solving.


Last edited by Guest on 28 Jan 2004 07:40:17 pm; edited 1 time in total
Back to top
shadowing
Powered by 64


Calc Guru


Joined: 06 Jan 2004
Posts: 1002

Posted: 28 Jan 2004 07:24:18 pm    Post subject:

I hope that someone would write a tutorial. Maybe there's a book on it. You never know.
Back to top
Jedd
1980 Pong World Champion


Elite


Joined: 18 Nov 2003
Posts: 823

Posted: 28 Jan 2004 09:22:26 pm    Post subject:

Here's my dream for a book:

Making the Switch
TI BASIC to Z80ASM
By Someone Really Clever

I think we need someone to write a review aimed specifically at those who want to move on from Basic to Asm. Explain the similarities and differences in lamen (sp?) terms so that anyone can understand. The team to write the book should consist of 50% pro Asm programmers and 50% Basic programmers. During the writing of the book, the Basic programmers would learn how to program Asm and give suggestions about how you can better explain something and answer the common questions.
When you understand something really well, like a lot of Asm tutorial writers, it's difficult for normal people to understand. If anyone wants to do something great for the betterment of humanity, here's your chance.
Back to top
DarkerLine
ceci n'est pas une |


Super Elite (Last Title)


Joined: 04 Nov 2003
Posts: 8328

Posted: 29 Jan 2004 10:01:12 am    Post subject:

Similarities: almost none.
Differences: a lot. If you want to learn asm, the best advice is to forget all you know about basic and start over.

Does that help?
Back to top
shadowing
Powered by 64


Calc Guru


Joined: 06 Jan 2004
Posts: 1002

Posted: 29 Jan 2004 04:59:05 pm    Post subject:

I don't think it does. I'm still in a stage where asm is almost similar to basic. Although I know it's not, I think that. Maybe United TI should write this tutorial.
Back to top
Display posts from previous:   
Register to Join the Conversation
Have your own thoughts to add to this or any other topic? Want to ask a question, offer a suggestion, share your own programs and projects, upload a file to the file archives, get help with calculator and computer programming, or simply chat with like-minded coders and tech and calculator enthusiasts via the site-wide AJAX SAX widget? Registration for a free Cemetech account only takes a minute.

» Go to Registration page
    » Goto page Previous  1, 2, 3, 4, 5, 6, 7, 8  Next
» View previous topic :: View next topic  
Page 2 of 8 » All times are UTC - 5 Hours

 

Advertisement