Compiler directive to specify starting internal memory location.
Syntax
$IRAMSTART = constant
Remarks
constant A constant with the starting value (0-255) See also $NOINIT $RAMSTART
Example $NOINIT $NOSP $IRAMSTART = &H60 'first usable memory location SP = 80 DIM I As Integer