MikFire Posted June 2, 2006 Share Posted June 2, 2006 (edited) There is a website http://www.atariarchives.org/ that has free online e-book editions of old Atari programming guides that cover both the BASIC and assembly programming language for people that have no experience nor knowledge of either of the languages. Edited June 2, 2006 by MikFire Quote Link to comment Share on other sites More sharing options...
Cybergoth Posted June 2, 2006 Share Posted June 2, 2006 Welcome to the internet. Quote Link to comment Share on other sites More sharing options...
Happy_Dude Posted June 2, 2006 Share Posted June 2, 2006 Welcome to the internet. Quote Link to comment Share on other sites More sharing options...
MikFire Posted June 2, 2006 Author Share Posted June 2, 2006 I hope that website is of help. The books on that site do tell you how to program games with detailed information on how to do it, which is a must for those who like me know nothing about programming. Quote Link to comment Share on other sites More sharing options...
jbanes Posted June 2, 2006 Share Posted June 2, 2006 I hope that website is of help. The books on that site do tell you how to program games with detailed information on how to do it, which is a must for those who like me know nothing about programming. I think that Cybergoth's point is that the site is well-known around here, and is even listed on AtariAge's 2600 pages. So your post ends up being a bit redundant. Welcome to AtariAge, and you might want to lurk for awhile before you jump fully into it. Quote Link to comment Share on other sites More sharing options...
+Allan Posted June 3, 2006 Share Posted June 3, 2006 It's even hosted by AtariAge. Allan Quote Link to comment Share on other sites More sharing options...
MikFire Posted June 3, 2006 Author Share Posted June 3, 2006 I think that Cybergoth's point is that the site is well-known around here, and is even listed on AtariAge's 2600 pages. So your post ends up being a bit redundant. Welcome to AtariAge, and you might want to lurk for awhile before you jump fully into it. Oh, I was unaware that that page was listed on this site already. I decided to post that link since some people have requested a more beginners introduction into Atari programming. I did glance through and read some of the chapters of the books listed on that site and it cleared up some confusion I had on how the whole character design worked and thought those resources would be equally benefical to this programming community. Quote Link to comment Share on other sites More sharing options...
+Allan Posted June 3, 2006 Share Posted June 3, 2006 It is a great site and it never hurts to remind people that it's there for their use. Allan Quote Link to comment Share on other sites More sharing options...
nmoog Posted June 3, 2006 Share Posted June 3, 2006 I've been searching around for good information on 6502 programming for the 2600, and found sites like this. Most of the books give good explanations on how each instruction works. Now I'm gettin the hang of how everything works, I was wondering if anyone knows of any information showing perhaps some functions, or common programming patterns, or algorithms written for atari. For example, What would be the most elegant way to write a "switch" style statement (my code starts look verrrry spaghetti like) , or bubble sorts, or um, whatever... Are there any such resources with snippets of code like this? Thanks! Quote Link to comment Share on other sites More sharing options...
deathtrappomegranate Posted June 3, 2006 Share Posted June 3, 2006 http://www.atariage.com/forums/index.php?showtopic=47479 Quote Link to comment Share on other sites More sharing options...
nmoog Posted June 3, 2006 Share Posted June 3, 2006 I've been living on those tutorials recently! But I was looking for some more "general" algorithm stuff to study. like at the very bottom of this page: http://www.geocities.com/oneelkruns/asm1step.html there are examples of "a 16bit count down loop", "Deleting an entry from an unordered list" and "Simple 16-bit square root". I find examples like these really useful for applying knowledge of higher level languages to assembly. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.