VDU 29

From BeebWiki
Revision as of 23:58, 28 August 2013 by WikiSysop (talk | contribs) (1 revision)
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.