EasyManua.ls Logo

Apple IIe - Page 123

Apple IIe
320 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
LOMEM:
Apple
BASIC
Reference Guide
123
Applesoft
•Integer
The
LOMEM
statement
defines
the
address
of
the
lowest
memory
location
available
for
BASIC.
Configuration
LOMEM:
number
number
is
a
numeric
constant
or
numeric
expression. The value
of
number
should
be
the
lowest
available
memory
address. This
value
must
lie
between
-65535
to
65535 (-32767
to
32767
in
Integer
BASIC).
The
current
value
of
LOMEM
.can
be
displayed
by
entering
PRINT
PEEK
(106)
*256 +PEEK
(105)
.
If
LOMEM
is
set
higher
than
the
HIMEM
an
error
will
occur
.
LOMEM
cannot
be
set
lower
than
2048.
LOMEM
can
only
be
used
in
the
immediate
mode
in
Integer
BASIC.
It
cannot
be
used
within
a
program.
LOMEM
cannot
be
set
lower
than
its
current
value.
LOMEM
can
only
be
increased.
LOMEM
will
be
reset
by
the
NEW
or
DEL
commands
or
by
adding
or
changing
a line.
Example
10
F =
PEEK(106)
*
256
+
PEEK(105)
20
PRINT
"LOMEM
IS";F
30
LOMEM:3000
40
F =
PEEK(106)
*
256
+
PEEK(105)
50
PRINT
"LOMEM
IS
NOW"
; F
60
END

Other manuals for Apple IIe

Related product manuals