MEMORY CHECK: BAS IC
To check the number of free bytes of program memory
in Aquarius BASIC:
At the BASIC prompt, type “PRINT FRE(x)”
(without the double quotes) and press RTN.
If your 32K Memory cartridge is functioning
correctly, your results should resemble the
screenshot, with
- 31044
free bytes shown.
Note that, due to a bug in BASIC, the amount of
free memory is shown as a negative number.
This does not indicate a problem with your 32K
Memory cartridge.
MEMORY CHECK: LOGO
To check the number of free bytes of workspace
memory in Aquarius LOGO:
At the “?” prompt, enter the “FREE” command
(without the double quotes) and press RTN.
If your 32K Memory cartridge is functioning
correctly, your results should resemble the
screenshot, with
25672
free bytes shown.
Note that the amount of available workspace
changes as you create and erase variables, and
add, change, and delete procedures. See the
Aquarius LOGO manual for more details.