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 -