CALL XY
This page was last modified 10:49, 18 May 2020 by Mars2000you. Based on work by Gdx.

Contents

Effect

Changes the graphic accumulator coordinates.

Syntax

CALL XY (<X-Coordinate>,<Y-Coordinate>)

Parameters

<X-Coordinate> is a value between 0 and the width value of current graphic screen mode. This corresponds system variable GRPACX (0FCB7h).

<Y-Coordinate> is a value between 0 and the height value of current graphic screen mode. This corresponds to system variable GRPACY (0FCB9h).

Related to

CALL KPRINT, CALL KPUT

Compatibility

DM-System2 BASIC