From f5ac6b0dbfd12dfbae2266b17502974da2fff252 Mon Sep 17 00:00:00 2001 From: Greg King Date: Sat, 28 Feb 2015 00:17:07 -0500 Subject: [PATCH] Updated the introduction to the Atmos target because I changed how its programs are started. --- doc/intro.sgml | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) 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.