Difference between revisions of "OSWORD &0A"

From BeebWiki
Jump to: navigation, search
m (1 revision)
(Tweek re CHR$127)
Line 6: Line 6:
 
  On exit:
 
  On exit:
 
   XY+1..8=the character raster data.
 
   XY+1..8=the character raster data.
 
+
  The results for characters 0..31 and 127 are undefined.
+
  The results for characters 0..31 are undefined. The result for
 
+
character 127 is whatever has been programmed with VDU 23,127,
 +
defaulting to a solid block.
 +
 
  OS 3.00 onwards:
 
  OS 3.00 onwards:
  The [[VDU 23|ECFs]] are readable with by reading characters 2-5.
+
  The [[VDU 23|ECFs]] definable with VDU 23,2-5 are readable with by reading
  The [[VDU 23|dotted line pattern]] is readable by reading character 6.
+
characters 2-5.
 +
  The [[VDU 23|dotted line pattern]] definable with VDU 23,6 is readable by
 +
reading character 6.
  
 
==See Also==
 
==See Also==
Line 17: Line 21:
  
 
[[User:Jgharston|Jgharston]] 12:53, 26 May 2009 (UTC)
 
[[User:Jgharston|Jgharston]] 12:53, 26 May 2009 (UTC)
 +
[[User:Jgharston|Jgharston]] ([[User talk:Jgharston|talk]]) 21:21, 26 February 2019 (CET)

Revision as of 22:21, 26 February 2019

OSWORD &0A (10 ) - Read character definition Acorn MOS 1.20

On entry:
 XY?0=character
On exit:
 XY+1..8=the character raster data.

The results for characters 0..31 are undefined. The result for
character 127 is whatever has been programmed with VDU 23,127,
defaulting to a solid block.

OS 3.00 onwards:
The ECFs definable with VDU 23,2-5 are readable with by reading
characters 2-5.
The dotted line pattern definable with VDU 23,6 is readable by
reading character 6.

See Also

http://mdfs.net/Docs/Comp/BBC/Oswords

Jgharston 12:53, 26 May 2009 (UTC) Jgharston (talk) 21:21, 26 February 2019 (CET)