Table of Contents

VPEEK

X16

Defined in X16.BAS.

The VPEEK() function returns the value stored in a VRAM address.

Function header

FUNCTION VPEEK AS BYTE (addr AS LONG) SHARED STATIC

Example

INCLUDE "x16.bas"
PRINT VPEEK($1B000)

See also