PAGEPA.

A pseudo-variable controlling the starting address of the current user program area. It addresses the area where a program is (or will be) stored.

PAGE=&3100
PRINT ~PAGE
PAGE=TOP+&100: REM Move to start of next page.

PAGE is automatically initialised by BBC BASIC (Z80) to the address of the lowest available page (256-byte aligned region) in RAM, but you may change it.

With care, several programs can be left around in RAM without the need for saving them.

USE WITH CARE.

Syntax

Associated Keywords