Difference between revisions of "OSWORD &09"

From BeebWiki
Jump to: navigation, search
m (1 revision)
m (.)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
[[Category:OSWORD]]
 
[[Category:OSWORD]]
OSWORD &09 ( 9 ) - Read screen pixel value Acorn MOS 1.20
+
{{PageTitle|OSWORD &09 (9): Read screen pixel value}}
 
 
 
  On entry:
 
  On entry:
 
   XY+0..1=X coordinate
 
   XY+0..1=X coordinate
Line 7: Line 6:
 
  On exit:
 
  On exit:
 
   XY?4=pixel value, or &FF if the point was off screen or
 
   XY?4=pixel value, or &FF if the point was off screen or
  non-graphics screen mode.
+
      non-graphics screen mode.
  
 
==See Also==
 
==See Also==

Latest revision as of 19:01, 7 January 2023

OSWORD &09 (9): Read screen pixel value
On entry:
 XY+0..1=X coordinate
 XY+2..3=Y coordinate
On exit:
 XY?4=pixel value, or &FF if the point was off screen or
      non-graphics screen mode.

See Also

Jgharston 13:22, 26 May 2009 (UTC)