1
0
mirror of https://github.com/cc65/cc65.git synced 2024-12-28 06:30:16 +00:00

Doc updates by Stefan Haubenthal.

git-svn-id: svn://svn.cc65.org/cc65/trunk@5531 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
uz 2012-02-19 17:49:38 +00:00
parent d17292ce1a
commit 1b6f4c3f24
2 changed files with 8 additions and 0 deletions

View File

@ -329,6 +329,10 @@ configuration.
<sect>Other hints<p>
<sect1>Escape code<p>
For an Esc press CTRL and [ key.
<sect1>Passing arguments to the program<p>
Command line arguments can be passed to <tt/main()/. Since this is not

View File

@ -180,6 +180,10 @@ No VIC1011 drivers are currently available for the VIC20.
<sect>Other hints<p>
<sect1>Escape code<p>
For an Esc press CTRL and [ key.
<sect1>Passing arguments to the program<p>
Command line arguments can be passed to <tt/main()/. Since this is not