$RAMSIZE

Top  Previous  Next

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

$RAMSTART

 

 

Example

$ROMSTART = &H4000

$RAMSTART = 0

$RAMSIZE = &H1000

DIM x AS XRAM Byte        'specify XRAM to store variable in XRAM