mirror of
https://github.com/inexorabletash/jsbasic.git
synced 2025-02-19 09:30:46 +00:00
Text tweaks
This commit is contained in:
parent
e2d3f30b2a
commit
60d2025d4b
@ -581,8 +581,8 @@ function which implements the logic for walking over the array.<p>
|
||||
When printing characters, <code>CHR$()</code> values greater than 255 generate glyphs that might be useful for implementing certain maze games. <em>(An earlier version of this page allowed arbitrary Unicode characters to be displayed, but the text is now displayed using bitmaps so that is not possible.)</em>
|
||||
<li id="hscrn">
|
||||
<code>HSCRN(<var>x</var>,<var>y</var>)</code> is added to allow reading the
|
||||
hires screen. On a real Apple this required a machine-language routine (or a shape table and <code>XDRAW</code>) and
|
||||
extensive knowledge of the Apple's color generation scheme.
|
||||
hires screen. On a real Apple II this required a machine-language routine (or a shape table and <code>XDRAW</code>) and
|
||||
extensive knowledge of the Apple II's color generation scheme.
|
||||
</ol>
|
||||
</section>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user