Jump to content
IGNORED

Turbo BASIC XL memory map?


Recommended Posts

Hi!

49 minutes ago, tschak909 said:

#atari8bit #FujiNet Does anyone have a definitive memory map of Turbo BASIC XL? My N: Handler seems to be conflicting with Turbo BASIC XL under some DOSes, and I need to see if I can improve this.

See the code at https://github.com/dmsc/turbo-dis/blob/master/turbo-mads.asm

 

Basically, you have the loader first (not used after load is finished):

- Loader font: $5C00 to $5FFF

- Splash screen code: $2100 to $2193

- RAM under ROM Loader: $6000 to $617F

 

And the code:

- Low code:    $2080 to $3628

- Interpreter stack: $2100 to $21FF

- FP temporaries: $22CA to $22FF

- High code 1: $C000 to $CBF5

- High code 2: $D800 to $DFF9

- High code 3: $E400 to $FFFF

 

As always, the interpreter uses memory from $3629 upwards to store the BASIC program, and $580 as the input buffer.

 

Have Fun!

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...