1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-08 15:29:37 +00:00

Merge pull request #430 from polluks/patch-1

VIC's kernal does not support CTRL+[
This commit is contained in:
Oliver Schmidt 2017-05-18 22:45:50 +02:00 committed by GitHub
commit 0d4edc326e

View File

@ -2,11 +2,11 @@
<article>
<title>Commodore VIC20 (aka VC20) specific information for cc65
<title>Commodore VIC20 (aka VC20 aka VIC1001) specific information for cc65
<author>
<url url="mailto:uz@cc65.org" name="Ullrich von Bassewitz">,<newline>
<url url="mailto:polluks@sdf.lonestar.org" name="Stefan A. Haubenthal">
<date>2014-04-12
<date>2017-05-18
<abstract>
An overview over the VIC20 runtime system as it is implemented for the cc65 C
@ -182,13 +182,14 @@ No VIC1011 drivers are currently available for the VIC20.
<sect>Limitations<p>
<sect>Other hints<p>
<sect1>Escape code<p>
For an Esc, press CTRL and the <tt/[/ key.
The CTRL key cannot be used to type most control characters,
entering an Esc is not possible.
<sect>Other hints<p>
<sect1>Passing arguments to the program<p>
@ -219,8 +220,7 @@ The program return code (low byte) is passed back to BASIC by use of the
<sect1>Using extended memory<p>
The extended memory at $A000 may be added to the heap by using the following
code:
BLK5 memory may be added to the heap by using the following code:
<tscreen><verb>
/* Check for the existence of RAM */