pouët.net

Atari 8-bit programming info?

category: code [glöplog]
 
Yeah, maybe my google-skills suck, but I haven't been able to find even a simple memory map, or the basic info on memory layouts for different screen modes, or how to set them up etc.
I usually start my coding on a new platform, by something like (C64 code):

Code: ldx #$00 loop: txa sta $0400,x dex bne loop


you know, just to get the ball rolling...
I'm guessing something similar on an atari 8-bitter would be equally easy, if I just were able to find that memory-map!
added on the 2010-07-18 20:09:16 by Sdw Sdw
Mapping the Atari

Tons of other cool books here
added on the 2010-07-18 20:19:22 by すすれ すすれ
BTW, Atari BASIC can be turned off if you hold OPTION while booting
added on the 2010-07-18 20:19:50 by すすれ すすれ
Nice to seem somebody trying to get into Atari coding! You might like my Atari programming IDE. It also includes MADS, which is the most powerful assembler. It come with tons of examples and sample code.

Check out http://www.wudsn.com. For any question regarding the Atari you can also contact me directly.

Cheers, JAC!
added on the 2010-07-18 22:10:24 by JAC! JAC!
for more questions you can find the active Atari 8 bit community at the atariage.com forums.
added on the 2010-07-19 09:22:31 by Oswald Oswald

login