Jump to content
IGNORED

Ram


samishal

Recommended Posts

Only in extended basic. Can't do it with TI BASIC.

 

In XB just type SIZE

 

You can get an approximation in TI BASIC like this:

 

32000 A=0

32001 A=A+8

32002 GOSUB 32001

 

Run it with RUN 32000

 

When you get an error, do a PRINT A

 

There's the *approximate* amount of memory remaining.

 

(the above from memory from something I read in TI*MES in about 1989!)

  • Like 1
Link to comment
Share on other sites

Be aware though that TI BASIC can only use VDP RAM. It knows nothing about the 32K expansion.

 

Extended BASIC can use VDP RAM for variable storage, and 24K of the 32K for program storage. The remaining 8K or the 32K is used for assembly routine storage.

 

 

Only in extended basic. Can't do it with TI BASIC.

 

In XB just type SIZE

 

You can get an approximation in TI BASIC like this:

 

32000 A=0

32001 A=A+8

32002 GOSUB 32001

 

Run it with RUN 32000

 

When you get an error, do a PRINT A

 

There's the *approximate* amount of memory remaining.

 

(the above from memory from something I read in TI*MES in about 1989!)

Link to comment
Share on other sites

  • 1 month later...

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