Difference between revisions of "OSWORD &0D"

From BeebWiki
Jump to: navigation, search
m (Formatted title.)
m (Tidied up.)
Line 1: Line 1:
 
[[Category:OSWORD]]
 
[[Category:OSWORD]]
{{PageTitle|OSWORD &0D (13): Read last two graphics positions}}
+
{{PageTitle|OSWORD &0D (13): Read graphics coordinates}}
 
  On exit:
 
  On exit:
   XY+0..1=previous X coordinate
+
   XY+0..1previous X coordinate
   XY+2..3=previous Y coordinate
+
   XY+2..3previous Y coordinate
   XY+4..5=current X coordinate
+
   XY+4..5current X coordinate
   XY+6..7=current Y coordinate.
+
   XY+6..7current Y coordinate.
  
 
==See Also==
 
==See Also==

Revision as of 18:48, 7 January 2023

OSWORD &0D (13): Read graphics coordinates
On exit:
 XY+0..1:  previous X coordinate
 XY+2..3:  previous Y coordinate
 XY+4..5:  current X coordinate
 XY+6..7:  current Y coordinate.

See Also

Jgharston 12:55, 26 May 2009 (UTC)