From: Greg King Date: Sat, 28 Feb 2015 05:17:07 +0000 (-0500) Subject: Updated the introduction to the Atmos target because I changed how its programs are... X-Git-Tag: V2.15~21^2 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=refs%2Fpull%2F147%2Fhead;p=cc65 Updated the introduction to the Atmos target because I changed how its programs are started. --- diff --git a/doc/intro.sgml b/doc/intro.sgml index 41f359278..10693aa4a 100644 --- a/doc/intro.sgml +++ b/doc/intro.sgml @@ -7,7 +7,7 @@ , , -2014-4-24 +2015-2-27 How to use the cc65 C language system -- an introduction. @@ -342,8 +342,8 @@ Available at : Emulates Oric-1 and Atmos computers, with sound, disk images, -scanline-exact NTSC/PAL video, and movie export. Includes monitor. -Fortunately for all SDL platforms. You will just need the emulator, all +scanline-exact NTSC/PAL video, and movie export. Includes a monitor. +Fortunately, for all SDL platforms. You will need just the emulator; all ROMs are supplied. Compile the tutorial with @@ -353,8 +353,11 @@ cl65 -O -t atmos hello.c text.s -o hello.tap Start the emulator, choose +RUN + On a real Atmos, you would need a tape drive. Turn on the computer, type @@ -363,7 +366,11 @@ Turn on the computer, type CLOAD"" -at the BASIC prompt. +at the BASIC prompt. After it has finished loading, type + + +RUN + The emulation, also, supports that method.