Jump to content
IGNORED

atari 8 bit free ram to use ?


Thelen

Recommended Posts

well i'm just starting programming in assembler on the atari 8 bit computers(xl/xe), I have read much in the atariartchives books, and made little programs with a display list and some screen data etc.

 

but the problem is (maybe a little stupid) : i don't know what ram areas are free to use for me, to put character sets, p/m data, display data...could somebody give a little explain....

 

 

thanks, thelen

Link to comment
Share on other sites

Do a Google search for "Mapping the Atari".. this document goes through each memory address that is used. The 8-bit is a real mess with all the different OS stuff mixed in there. I can tell you the 5200 map, though:

 

                   5200 Memory and ROM layout



Range           Description



$0000-$0018     Zero page

$0019-$00FF     Zero page (available)

$0100-$01FF     Stack

$0200-$021B     Interrupt vectors

$021C-$3FFF     RAM (available)

$4000-$BFFC     ROM (available)

$BFFD-$BFFF     Title info and start vector

$C000-$C01F     GTIA

$D400-$D40F     ANTIC

$E800-$E80F     POKEY

$F800-$FBFF     System character set

$FC00-$FFFF     System ROM

 

calamari

Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...