Action
Specifies the size of the external RAM memory.
Syntax
$RAMSIZE = [&H] size
Remarks
Size |
Size of external RAM memory chip. |
size : Constant.
See also
Example
$ROMSTART = &H4000
$RAMSTART = 0
$RAMSIZE = &H1000
DIM x AS XRAM Byte 'specify XRAM to store variable in XRAM