conda #1 Posted May 28, 2004 Does anyone have any 6502 Assembly language examples for any of the following: 1. Player/Missile graphics 2. Screen drawing 3. Screen page flipping 4. Scrolling Anything would help really. Thanks Quote Share this post Link to post Share on other sites
Christopher Tumber #2 Posted May 30, 2004 Read the 2600 Programming For Newbies forum. Quote Share this post Link to post Share on other sites
+kisrael #3 Posted May 30, 2004 Check out 2600 101: http://alienbill.com/2600/101/ as well as the up and coming 2600 cookbook: http://alienbill.com/2600/cookbook/ Quote Share this post Link to post Share on other sites
Tom #4 Posted May 30, 2004 3. Screen page flipping you aren't talking about the 2600, are you ? Quote Share this post Link to post Share on other sites
+kisrael #5 Posted May 30, 2004 3. Screen page flipping you aren't talking about the 2600, are you ? Yeah, that's a good point...if he means the 2600, fuhgeedaboutit, but if he's talking about atari 8 bits or other 8 bits, 6502 references are still useful. Quote Share this post Link to post Share on other sites
conda #6 Posted June 1, 2004 Yeah, I meant for the Atari 800/800xl. Sorry. Any samples for those? Thanks. Quote Share this post Link to post Share on other sites
Nukey Shay #7 Posted June 1, 2004 http://www.atarimagazines.com/ http://www.atariarchives.org/ Have you looked at those? Tons of programs and demos. For example...here's a page-flipping tutorial: http://www.atarimagazines.com/v2n10/Pageflipping.html ...and a fine scrolling tutorial: http://www.atarimagazines.com/v4n5/finescroll.html Just type what you are looking for in the search bar. Quote Share this post Link to post Share on other sites
conda #8 Posted June 2, 2004 Thanks for the info, I'm going to dig around there for a while. Quote Share this post Link to post Share on other sites
Tom #9 Posted June 2, 2004 and here are some neat 6502 resources (also check out the source code section): http://www.6502.org/tutorials Quote Share this post Link to post Share on other sites