From 28f92b50a928ff07f8c7c1d6461fd4f30a96e586 Mon Sep 17 00:00:00 2001 From: uz Date: Tue, 24 Jan 2012 20:43:10 +0000 Subject: [PATCH] Update from Stefan Haubenthal. git-svn-id: svn://svn.cc65.org/cc65/trunk@5425 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- doc/intro.sgml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/doc/intro.sgml b/doc/intro.sgml index e3fc25dfb..bd0b1c98e 100644 --- a/doc/intro.sgml +++ b/doc/intro.sgml @@ -92,24 +92,24 @@ is the C64. | cc65 \/ - +---------+ +---------+ - | hello.s | | text.s | - +---------+ +---------+ - | | - ca65 ca65 - \/ \/ - +---------+ +---------+ +----------+ +---------+ - | hello.o | | text.o | | c64.o | | c64.lib | - +---------+ +---------+ +----------+ +---------+ - | \ / | - | \ / | - | \ / | - +----------------------->ld65<-------------------------+ + +---------+ +---------+ +---------+ + | hello.s | | text.s | | crt0.o | + +---------+ +---------+ +---------+ + | | | + ca65 ca65 ar65 + \/ \/ \/ + +---------+ +---------+ +---------+ + | hello.o | | text.o | | c64.lib | + +---------+ +---------+ +---------+ + | \ / + | \ / + | \ / + +----------------------->ld65< \/ hello -