VDU 29

From BeebWiki
Revision as of 02:37, 6 June 2009 by Beardo (talk) (names)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Move the graphics origin.

VDU 29
Syntax VDU 29,<numeric>;<numeric>;
Character stream (hex) 1D <Xlow> <Xhigh> <Ylow> <Yhigh>
Description Redefines the graphics origin for all subsequent graphics commands.

Description

The graphics cursor is not affected by VDU29. Use VDU 29,0;0; to reset the graphics origin.