Difference between revisions of "OSWORD &0D"

From BeebWiki
Jump to: navigation, search
m (Formatted title.)
m (.)
 
(One intermediate revision by the same user not shown)
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..1=previous X coordinate
Line 8: Line 8:
  
 
==See Also==
 
==See Also==
 +
* [[PLOT]]
 +
* [[VDU 25]]
 
* http://mdfs.net/Docs/Comp/BBC/Oswords
 
* http://mdfs.net/Docs/Comp/BBC/Oswords
  
 
[[User:Jgharston|Jgharston]] 12:55, 26 May 2009 (UTC)
 
[[User:Jgharston|Jgharston]] 12:55, 26 May 2009 (UTC)

Latest revision as of 19:06, 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)